#summaryData {
    font-size: 1.0em;
}

#conformanceTable tbody tr.selected, #summaryTable tbody tr.selected {
    background-color: rgba(255, 255, 0, 0.5) !important;
}

th {
    color: rgba(38, 90, 52, 1)
  }

.show-with-results {
    display: none;
}

.highlight-text {
    color: rgba(38, 90, 52, 1);
    font-weight: bold;
}

.light-grey-text {
    color: rgb(170, 170, 170);
    font-weight: bold;
}

.grey-text {
    color: rgb(124, 124, 124);
    font-weight: bold;
}

.black-text {
    color: 'black';
    font-weight: bold;
}

#statusUpdate {
    cursor: pointer;
    text-decoration: underline;
    padding-bottom: 3px;
  }

#divNormalize {
    position: relative;
    bottom: 50px;
    left: 0px;
    width: 100px;
    display: none;
}

#btnAllFlights, #btnDashboardList, #btnConfigReport {
    position: relative;
    bottom: 2px;
    display: none;
}