.navbar-brand {
    font-family: 'Peralta', cursive;
}

#cntPanel {
    overflow: hidden;
    padding: 4px;
}

#btnContainer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 5;
    margin-left: -327px;
    left: 327px;
    display: block;
    overflow: auto;
}

    #btnContainer #btnPanel {
        margin-right: 327px;
        padding: 2px;
    }

#totPanel {
    float: left;
    width: 315px;
    min-width: 315px;
    position: relative;
    z-index: 10;
    padding: 4px;
    margin-left: 4px;
}

#crtPanelM {
    display: none;
}

.panel {
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    background-color: beige;
    width: 150px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}

.panel-d {
    padding: 5px;
}

.panel-b {
    width: 300px;
    margin-top: 10px;
}

.panel-q {
    width: 100%;
    height: 10px;
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: indianred;
}

.panel-prz {
    font-style: italic;        
}


.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 100px;
    color: white;
    background-color: #192733;
    padding: 5px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

.top {
    top: -40px;
    left: -50%;
}

.bottom {
    top: 25px;
    left: -50%;
}

.dt-button-background {
    background: rgba(0,0,0,0.5) !important;
}