@charset "UTF-8";

@media screen, projection
{
  /* Default yellow background for TEST mode */
  body { background: #F4FA58; }
  
  /* testcalypso1.aqua-med.eu - Yellow/Gold */
  body.test-instance-test1 { background: #FFD700; }
  
  /* testcalypso2.aqua-med.eu - Orange */
  body.test-instance-test2 { background: #FFA500; }
  
  /* testcalypso3.aqua-med.eu - Red */
  body.test-instance-test3 { background: #FF6347; }
}
