/*
.shiny-output-error { visibility: hidden; }
.shiny-output-error:before { visibility: hidden; }
 */

#aboutContentArea{
    max-width: 70rem;
}
#notes, #notes_archive {
    font-weight: 600;
    font-size: 18px;
}
#forecaster-input {
    font-weight:normal;
    font-size:13px;
}
#missing-data-disclaimer {
    margin-top:-20px;
    font-size:12px;
}
#horizon-disclaimer {
    margin-top:-10px;
    font-size:12px;
}
#drag-to-zoom {
    font-size:11px;
}
#data-loading-message, #data-loading-message_archive {
    font-style: italic;
    font-size: 18px;
}
#truth-plot-loading-message, #truth-plot-loading-message_archive {
    margin-top:50px;
    font-size: 18px;
    font-style:italic;
    color: #949494;
}

.control-label {
    font-weight: 600;
}

.checkbox-grouper > .form-group {
    margin-bottom: 0;
}
