@charset "UTF-8";

.alertNew
{
 background-color: #f8f8f8;
 border-radius: 0.5em;
}

.alertNewPlus
{
 background-color: #e1fee1;
 border-radius: 0.5em;
}

.alertNewMinus
{
 background-color: #ffd2c7;
 border-radius: 0.5em;
}