/* helper.css - 2023-01-25 */

@import "common.css";

@media print { 
   body { font-size: 70%; } 
  .big, big { font-size: 7pt; } 
  .j6,.j10 { background-color: #FFB200; }
}

@media all { 
   body,big,.big { font-size: 10pt; }   a { color: black; }
   table,td,tr,tbody
   {border:solid 0px white; border-spacing:0px; padding:0px; margin:0px; padding-right:10px; }
  .j6,.j10 { background-image: linear-gradient(#FFD600,#FFB200); text-align: center; }
  .j6 .big, .j10 .big { background-image: none; }
 }

