.df /*departure flight*/
{
   background-color:#C7C7C7;
   color:#000000;
}
.sdf /*selected departure flight*/
{
   background-color:#F75814;
   font-weight:bold;
}
.rf /*returning flight*/
{
   background-color:#A7DFA7;
   color:#000000;
}
.srf /*selected returning flight*/
{
   background-color:#FF9ED2;
   font-weight:bold;
}