﻿@media (min-width: 992px) {
    #sidebar {
        border: 1px solid #a2926a;
        position: fixed;
        left: 100%;
        top: 30%;
        width: 34%;
        background-color: white;
        transition: left 1s ease-in-out;
        padding: 10px;
        z-index: 4;
    }


    #help-button {
        position: fixed;
        cursor: help;
        left: 92%;
        width: 8%;
        top: 50%;
        border: 1px solid #a2926a;
        background-color: white;
        padding: 10px;
        z-index: 4;
    }

        #help-button:hover + #sidebar,
        #sidebar:hover {
            left: 66% !important;
        }

    #help-button-test,
    #exhaust-help-block {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #sidebar,
    #help-button {
        display: none;
    }

    #help-button-test {
        display: block;
    }
}


#exhaust-help-block {
    border: 1px solid #a2926a;
    padding: 1em;
}
