.jImageFit-controls {
    margin: 0;
    position: absolute;
    z-index: 999;
    width: 220px;
    min-height: 20px;
    border: 1px solid #535156;
    border-top: 0px;
    box-shadow: 0px 0px 0px 6px rgba(115,115,115,0.8);
    background-color: #f2f2f2;
    text-align: right;
    padding-bottom: 5px;
}

.jImageFit-controls::before {
    content: "Controls";
    display: block;
    height: 27px;
    line-height: 27px;
    background-color: #6d84b5;
    font-weight: bold;
    color: #fff;
    border: 1px solid #445782;
    border-bottom: 0px;
    margin: 0px;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 5px;
    padding: 0px;
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
}

.jImageFit-controls button {
    min-width: 64px;
    min-height: 25px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.jImageFit-controls button.jImageFit-button-toggle-size {
    color: #fff;
    background-color: #5b74ad;
    border: 1px solid #30426a;
}

.jImageFit-controls button.jImageFit-button-toggle-fullscreen {
    margin-right: 10px;
    margin-left: 5px;
    color: #383339;
    background-color: #e9e9e9;
    border: 1px solid #9c9895;
}