.df /*departure flight*/
{
   background-color:#DCDCDC;
   color:#000000;
}
.sdf /*selected departure flight*/
{
   background-color:#9EAD98;
   font-weight:bold;
}
.rf /*returning flight*/
{
   background-color:#A7DFA7;
   color:#000000;
}
.srf /*selected returning flight*/
{
   background-color:#3AD50B;
   font-weight:bold;
}