a[href] {
    color: #337ab7 !important;
  }
  a[href]::after { 
    content: none !important; 
  }
  .print-report{
    display: none;
  }
  .submission-page .report-table thead th {
    background-color: #4472c4 !important;
    color: var(--c-white) !important;
  }
  .submission-page .report-table tbody tr td {
    background-color: #cfd5ea !important;
  }
  .submission-page .report-table tbody tr td {
    border-right: 2px solid var(--c-white) !important;
  }
  .submission-page .report-header .report-link ul li a {
    background-color: #a1b8e1 !important;
    color: var(--c-black) !important;
  }
  .submission-page .report-header h1,
  .submission-page .orange-content,
  .submission-page .report-note-item .orange-label,
  .submission-page .report-data .orange-label {
    color: var(--c-primary) !important;
  }
  .submission-page .report-data-item{
    float: left !important;
    width: 50% !important; 
  }
  .table-responsive {
      background: red;
  }