.df /*departure flight*/
{
   background-color:#DCDCDC;
   color:#000000;
}
.sdf /*selected departure flight*/
{
   background-color:#ADADAD;
   font-weight:bold;
}
.rf /*returning flight*/
{
   background-color:#47DFD0;
   color:#000000;
}
.srf /*selected returning flight*/
{
   background-color:#ADB1B8;
   font-weight:bold;
}