.strong{
    font-weight: bold;
}

.red,.table tbody tr:hover td.red{
    font-weight: bold;
    background-color: #ffc3c3;
    color: #ff0000;
}

.green,.table tbody tr:hover td.green{
    font-weight: bold;
    background-color: #c7ffc3;
    color: #009500;
}

/*table{*/
/*    background-color: #fff;*/
/*    padding: 1em;*/
/*}*/
