/* This file contains styles for the Quality Control Viewer. */

#qc_graph {
 display: block;
}
.qc_summary {
 display: block;
 text-align: center;
}
 .qc_summary_title {
  display: block;
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
 }
 .qc_summary_table {
  display: table;
  margin: auto;
 }
  .qc_summary_tr_header {
   display: table-row;
   background-color: #666666;
   color: #FFFFFF;
   font-weight: bold;
  }
  .qc_summary_tr_odd {
   display: table-row;
   background-color: #F8F8F8;
   color: #000000;
  }
  .qc_summary_tr_even {
   display: table-row;
   background-color: #EFEFEF;
   color: #000000;
  }
   .qc_summary_td_score {
    display: table-cell;
    padding: 4px 8px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
   }
   .qc_summary_td_center {
    display: table-cell;
    padding: 4px 8px;
    text-align: center;
   }
   .qc_summary_td_left {
    display: table-cell;
    padding: 4px 8px;
    text-align: left;
   }