/* here you can put your own css to customize and override the theme */

.even {
    background-color: #fbfbfb;
}

@-webkit-keyframes invalid {
    0%   {background-color: #DFF0D8;}
    50%  {background-color: inherit;}
    100% {background-color: #DFF0D8;}
}
@-moz-keyframes invalid {
    0%   {background-color: #DFF0D8;}
    50%  {background-color: inherit;}
    100% {background-color: #DFF0D8;}
}
@-o-keyframes invalid {
    0%   {background-color: #DFF0D8;}
    50%  {background-color: inherit;}
    100% {background-color: #DFF0D8;}
}
@keyframes invalid {
    0%   {background-color: #DFF0D8;}
    50%  {background-color: inherit;}
    100% {background-color: #DFF0D8;}
}

.new_msg {
    background-color: #DFF0D8;
}

.msg_modified {
    background-color: #FCF8E3;
}

