.df /*departure flight*/
{
   background-color:#DCDCDC;
   color:#000000;
}
.sdf /*selected departure flight*/
{
   background-color:#948E87;
   font-weight:bold;
}
.rf /*returning flight*/
{
   background-color:#16DF4C;
   color:#000000;
}
.srf /*selected returning flight*/
{
   background-color:#53D553;
   font-weight:bold;
}