.tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

#navbar-container {
    display: none;
}

#map_menu {
    display: none;
}

#map,
#trial_site_legend,
#average_rainfall_legend {
    display: none;
}

abbr[title]:after {
    content: '';
}

a[href]:after {
    content: '';
}

*, :after, :before {
    background: #ddd;
}

.table td, .table th {
    background-color: #ddd;
}

.table td.rainfall_1 {
    background-color: #eff3ff !important;
}

.table td.rainfall_2 {
    background-color: #bdd7e7 !important;
}

.table td.rainfall_3 {
    background-color: #6baed6 !important;
}

.table td.rainfall_4 {
    color: #ffffff !important;
    background-color: #3182bd !important;
}

.table td.rainfall_5 {
    color: #ffffff !important;
    background-color: #08519c !important;
}

.table td.rainfall_extreme {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.table td.temperature_1 {
    background-color: #2c7bb6 !important;
}

.table td.temperature_2 {
    background-color: #abd9e9 !important;
}

.table td.temperature_3 {
    background-color: #ffffbf !important;
}

.table td.temperature_4 {
    background-color: #fdae61 !important;
}

.table td.temperature_5 {
    background-color: #d7191c !important;
    color: #ffffff !important;
}

.trial_project_row .panel-default > .panel-heading,
.trial_project_row .panel-default > .panel-heading.grey,
.trial_project_row .panel-default > .panel-heading.grey .panel-heading {
    background-color: #eee !important;
    color: #333;
}

.tab-content .tab-pane {
    display: block;
}
