/* Co-firing saved calorific-value history: compact common basis V3 */

#efficiencyCofiringDraftView .cfv13-settings-tab{
  min-width:142px;
}

#efficiencyCofiringDraftView .cfv14-history-table{
  width:100%;
  min-width:700px;
  table-layout:auto;
}

#efficiencyCofiringDraftView .cfv14-history-table th,
#efficiencyCofiringDraftView .cfv14-history-table td{
  vertical-align:middle;
}

#efficiencyCofiringDraftView .cfv14-history-table th small{
  display:block;
  margin-top:2px;
  color:#93a2ad;
  font-size:8px;
  font-weight:700;
}

#efficiencyCofiringDraftView .cfv14-history-table th:nth-child(n+2):nth-child(-n+5),
#efficiencyCofiringDraftView .cfv14-history-table td:nth-child(n+2):nth-child(-n+5){
  text-align:center;
}

#efficiencyCofiringDraftView .cfv14-calorific{
  color:#173d58;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

#efficiencyCofiringDraftView .cfv15-saved-time{
  min-width:170px;
  white-space:nowrap;
}

@media(max-width:900px){
  #efficiencyCofiringDraftView .cfv13-settings-tab{
    min-width:0;
  }

  #efficiencyCofiringDraftView .cfv14-history-table{
    min-width:660px;
  }
}
