.jcf-select-drop, .dropdown-menu.select {
    width: 300px !important;
}

.jcf-select-drop.sachgr {
    width: 411px !important;
}

.dropdown-menu.select li {
    white-space: normal;
}

label.disabled {
    color: #a0a0a0 !important;
}

.tooltip {
    background-color: black;
    color: white;
}

form fieldset div.cols-holder div.col input.btn {
    padding: 14px 13px;
}

input[type="button"] {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 970px) {
    .main-form .sub-cols .col.large {
        width: 66.66%
    }
    .main-form .sub-cols .col.large .select-menu {
        width: 100%;
    }
}

