﻿#help-box {
    font-size: 13px;
    font-family: 'Lato';
    position: fixed;
    bottom: 85px;
    left: 15px;
    width: 35px;
    height: 35px;
    background: white;
    margin: 6px;
    padding: 15px;
    visibility: hidden;
    text-align: left;
    overflow-y : scroll;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    #help-box::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
/*#help-box {
    overflow:hidden;
    -ms-overflow-style: none;*/ /* IE and Edge */
    /*scrollbar-width: none;*/ /* Firefox */
/*}*/


    #help-box .row {
        width: 370px;
        height: 20px;
        line-height: 20px;
        margin-left: -5px;
    }

.dark-row {
    background-color: #eeeeee;
}

.mouse-item {
    font-weight: 500;
    color: #e67300;
}

.help-title {
    font-weight: 500;
    font-size: 14px;
    color: #0059b3;
}

.lbl-text {
    text-align: center;
    margin-bottom: 15px;
    color: steelblue;
    background-color: #e6ffff;
}

.item-text {
    color: chocolate;
    font-weight: 900;
}

/*.table {
    width: 500px;
}*/

.help-box {
    max-width: 500px;
}

.bottom-text {
    border-top: 3px solid #aaaaaa;
    text-align: center;
    color: #cc3300;
    margin-top: 10px;
    padding-top: 5px;
}

.top-text {
    border-bottom: 3px solid #aaaaaa;
    text-align: center;
    color: #cc3300;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
