/* Extracted from training/training_view.php */

/* Agency column narrower */
    th.col-agency,
    td.col-agency {
      width: 90px;
      max-width: 90px;
      white-space: normal;
      word-break: break-word;
    }

    /* Narrow nominations due column (Local Courses only) */
    th.col-nomdue,
    td.col-nomdue {
      width: 100px;
      max-width: 100px;
      white-space: normal;
      word-break: break-word;
    }

    /* Print: center content only */
    @media print {
      @page { margin: 12mm; }
      body * { visibility: hidden; }
      .main-content, .main-content * { visibility: visible; }
      .main-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
      }
      header,
      .under-bar,
      .left-sidebar,
      .right-sidebar,
      footer,
      .no-print {
        display: none !important;
      }
      .table {
        font-size: 12px;
      }
    }
