
/* Contract table background image */

  table.tb { width:100%; height: 150px; border-collapse: collapse; }
  .tb th, .tb td { border: none; padding: 5px;  }
  .tb th { background: #151515; opacity: 1.0; color: white; text-align:center; }
  .tcell { background: #151515; opacity: 1.0; color: white; text-align:center; }
  .tcell-yc { background: #151515; opacity: 1.0; color: #ffb40c; text-align:center; }
  .tb-dark { background: #151515; opacity: 1.0; }
