table.dataTable tbody tr.bgRed {background: red;}
table.dataTable tbody tr.bgBlue {background: rgba(65,105,225, 0.8);}
table.dataTable tbody tr.bgYellow {background: yellow;}
table.dataTable.stripe tbody tr.bgRed, table.dataTable.display tbody tr.bgRed {
    background-color: red;
}
table.dataTable.stripe tbody tr.bgBlue, table.dataTable.display tbody tr.bgBlue {
    background-color: rgba(65,105,225, 0.8);
}
table.dataTable.stripe tbody tr.bgYellow, table.dataTable.display tbody tr.bgYellow {
    background-color: yellow;
}
table.dataTable tbody th.condensed, table.dataTable tbody td.condensed {
    padding: 2px 10px;
}

.liveryColor{color:rgb(65,105,225);} /*blue*/
.tourColor{color:#ac162c;} /*red*/
.taxiColor{color:orange;} /*orange*/
.hayrideColor{color:green;}
.wingsColor{color:blue;}
/*.hayrideColor{color:rgb(218,165,32); background: #888; padding:2px;} /*goldenrod*/*/