.fsc_table {
    border: 0px;
    margin-right: 20px;
    border-collapse: collapse;
    width: auto;
}

.fsc_table th, td {
    border: 0px;
    padding: 5px;
}

.fsc_table th {
    padding: 1em;
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
}

.fsc_table_cell_center_align {
    text-align: center !important;
}

.fsc_table tr:nth-child(even) {
    background-color: white;
}

.fsc_table_cell_hidden {
    display: none;
}

.fsc_status_up_to_date {
    background-color: green;
    color: white;
}

.fsc_status_untested {
    background-color: yellow;
    color: black;
}

.fsc_status_closed {
    background-color: red;
    color: white;
}

.fsc_status_temp_closed {
    background-color: red;
    color: white;
}

.fsc_status_not_found {
    background-color: transparent;
    color: black;
}

.fsc_status_out_of_date {
    background-color: aqua;
    color: black;
}

.fsc_status_no_data {
    color: grey;
}

.fsc_site_health_untested {
    color: grey;
}

.fsc_site_health_temp_closed {
    color: orange;
}

.fsc_site_health_closed {
    color: red;
}

p.submit {
    padding-bottom: 0px;
}

