/* cs_widerrufsbutton - Widerrufsbutton und Widerrufsformular (Par. 13a FAGG) */

.cs-widerruf-btn {
    display: inline-block;
    margin: 4px 0;
}

.cs-widerruf {
    max-width: 640px;
}

.cs-widerruf .form-group {
    margin-bottom: 15px;
}

.cs-widerruf-check th {
    width: 40%;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .cs-widerruf-check th {
        width: 45%;
    }
}
