﻿.notify-enroll-suggest {
    color: white;
    font-weight: bold;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 0.3em;
    background-color: rgb(190,0,0);
    background: -webkit-linear-gradient(top, #e82429, #941e20 90%);
    border: solid 1px rgba(0,0,0,.5);
}
