/* Fenster */
.MSDSwindow {
    max-width: 500px;
}

/* Artikelauswahl */
.MSDSartikel {
    text-align: left;
}

/* Buttons */
.MSDSblocked-status  {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}

/* Sprach/Location-Auswahl */
.MSDSsprache-wrapper, .MSDSlocation-wrapper {
    padding-top: 13px;
    text-align: left;
}

/**** mobile ****/
@media only screen and (max-height: 700px) {
    body.MSDSactive #dialog {
        overflow-y: auto;
    }
    
    body.MSDSactive #dialog .inner {
        top: 0;
        transform: none;
    }
}