#panel {
    position: relative;
    z-index: 0;
    top: 48px;
}

.disabled_masters {
    position: relative;
}

.disabled_masters:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

button.disabled {
    background: #d8d8d8 !important;
    color: #9c9c9c !important;
}

.footer--white .copyrights a {
    color: rgba(58,58,58,0.5) !important;
}
.label-group {
    margin-bottom: 48px
}