.error, .errorMessage{
    background: lightcoral;
}
.warning {
    background: lightgoldenrodyellow;
}
.success {
    background: lightgreen;
}
table {
    border: 0px;
}