/* colls.css - 2024-11-30 */

@import "common.css";

@media screen {
  .j2 {background-color:#ffe4b5!important;}  /* color name: moccasin   */
  .j3 {background-color:#ffefd5!important;}  /* color name: papayawhip */
}

@media print { 
   body {font-size:45%;} 
  .big, big {font-size:5pt;}
  .j1,.j6,.j10 {background-color:#ffb200;}
}

@media all { 
   * {color:#444444!important;}
   a {color:#000000!important;}
  .big,big,body {font-size:10pt;}
   table,td,tr,
   tbody {border:solid 0px #ffffff;border-spacing:0px; padding:0px;margin:0px;padding-right:10px;}
  .j1,.j6,.j10 {background-image:linear-gradient(#ffd600,#ffb200);}
   tr.j1 td:first-child, tr.j6 td:first-child, tr.j10 td:first-child {text-align:center;} 
  .j1 .big,.j6 .big,.j10 .big {background-image:none;}
  .j4 {background-color:transparent!important;}
  .j4 .big strong a {color:#000000!important;}
}
