<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.df /*departure flight*/
{
   background-color:#D8EDF0;
   color:#000000;
}
.sdf /*selected departure flight*/
{
   background-color:#9949AD;
   font-weight:bold;
}
.rf /*returning flight*/
{
   background-color:#B0C8DF;
   color:#000000;
}
.srf /*selected returning flight*/
{
   background-color:#D5024F;
   font-weight:bold;
}</pre></body></html>