#tableStatus {
    font-size: 1.1em;
}

th {
    color: rgba(38, 90, 52, 1)
  }

.show-with-results {
    display: none;
}

.highlight-alert {
    background-color: rgb(255, 238, 186);
}

.highlight-ok {
    background-color: rgb(165, 236, 165);
}

.highlight {
    color: rgba(38, 90, 52, 1);
    font-weight: bold;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 5px;
}

.link {
    cursor: pointer;
    text-decoration: underline;
  }

#notes {
    margin-top: 40px;
}

#legend {
    line-height: 1.3;
}