p.vizPlaceholder {
    color: #d2470f;
    font-size: 24px;
    font-weight: 300;
}

.header-text {
    margin-bottom: 40px;
}
.header-text a {
    color: #495054;
    text-decoration: underline;
}
.header-text .row {
    display: block;
}

.nav {
    display: block;
}

.report-link {
    margin-top: 20px;
}

.dropdown-gap {
    margin-top: 20px;
}

.download-btn-div {
    text-align: right;
    display: none;
}

#download_btn {
    border-color: #ccc;
}
#download_btn .fa-file {
    margin-right: 5px;
}

.hint {
    position: absolute;
    left: 1%;
    margin-top: -10px;
    padding: 10px 15px;
    z-index: 999999;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
    background: #C84F11;
    pointer-events: none;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
}

.hint-top {
    position: absolute;
    z-index: 2;
    transform: translateX(-50%) rotate(-135deg);
    background: #C84F11;
    width: 15px;
    height: 15px;
    top: -15%;
    left: 10%;
}

@media (min-width: 992px) {
    .report-link {
        margin-top: 30px;
    }    
    .header-text {
        margin-bottom: 60px;
    }
    .dropdown-gap {
        margin-top: 30px;
    }    
}

@media (max-width: 991.98px) {
    #vizContainer {
        width: 100%;
        overflow-x: scroll;
    }
}