<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    text-decoration: none !important;
}

.brand {
    margin-left: 0.5em;
}

.text-x-small {
    font-size: x-small;
}

.text-capitalize {
    text-transform: uppercase;
}

.sticky-offset {
    top: 4.5rem;
    align-self: flex-start;
}

/* Vertikale Radio-Button-Liste */
/* Veränderung des Zeilenabstandes wegen verringerter Schriftgröße */

.vertical-radio {
    line-height: 1.6 !important;
}

/* Horizontale Checkbox-Liste */
/* Angleichung der Zeilenhöhe von Label und Checkboxen */
.horizontal-checkbox {
    vertical-align: top;
}

/* Ajax loading indicator */

.modal-backdrop {
    background: none;
}

.modal-backdrop.fade, .modal-backdrop.fade.in {
    opacity: 0;
}

/* Table */

.table-scrollable{
    overflow: auto;
}

.table th {
    border-top: none;
}

/* Controls */

.border-top {
    border-top: 2px solid #ccc;
    border-bottom: none;
}

.border-bottom {
    border-top: none;
    border-bottom: 2px solid #ccc;
}

.border-none {
    border: none;
}

.blank-check-input &gt; div {
    vertical-align: middle;
}

/* Schriften */
.serif {
	font-family: Courier New, Courier, Serif;
}

/* Modal Dialog */

.modal.modal-wide .modal-dialog {
  width: auto;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

/* Popover */

.popover {
    max-width: 100%;
}

.modal-dialog-scrollbars {
    overflow-y: initial !important
}

.modal-body-scrollbars {
    height: 80vh;
    overflow-y: auto;
}

.equal-width-buttons .btn {
    flex: 1;
}

</pre></body></html>