#autoWeights div {
    display: inline-block;
    border-radius: 6px;
    background: #ccb18a;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    margin-right: 10px;
    margin-top: 10px;
}

#autoWeights div i {
    font-weight: normal;
    display: inline-block;
    margin-left: 5px;
    font-style: normal;
}

#autoWeights div span {
    display: inline-block;
    border: 1px solid #ccb18a;
    border-radius: 6px;
    padding: 3px 11px;
}

#autoWeights div.active span {
    border-color: #fff;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: auto !important;
}

#main-header {
    z-index: 999 !important;
}

.lg-backdrop.in {
    opacity: .7 !important;
}
.lg-next, .lg-prev, .lg-toolbar {
    background: transparent !important;
}

.lg-actions .lg-next:before {
    content: '\f105' !important;
    font-family: 'FontAwesome';
    font-size: 90px;
}

.lg-actions .lg-prev:after {
    content: '\f104' !important;
    font-family: 'FontAwesome';
    font-size: 90px;

}