fieldset > div.ot-accordion {
    width: 476px;
}

div.ot-systemmeldung {
    padding: 5px 10px;
    margin: 10px 15px 10px 0;
    background-color: #f5f9ff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div.ot-systemmeldung:hover, div.ot-unterbereich h3.ot-accordion-header:hover {
    background-color: #e7effc;
}

div.ot-systemmeldung_datum {
    position: relative;
}

div.ot-systemmeldung_betreff {
    margin-top: 5px;
    font-weight: bolder;
    word-break: break-word;
}

div.ot-systemmeldung_meldung {
    margin-top: 5px;
    font-style: italic;
    word-break: break-word;
}

span.ot-systemmeldung_entfernen {
    cursor: pointer;
    position: absolute;
    right: 0;
}

div.ot-accordion .ui-state-active {
    border: none;
    background: transparent none;
}

.ui-accordion .ui-accordion-content {
    border: none;
}

h3.ot-home-header {
    font-size: 13px;
    font-weight: 700;
}

div.form_zeile h3.ot-home-header {
    font-size: 12px;
}

div.ot-unterbereich h3.ot-accordion-header {
    font-size: 11px;
}

span.ot-systemmeldung_entfernen_icon:hover, .ot-systemmeldung_entfernen_icon:focus {
    background-image: url("../images/ui-icons_cd0a0a_256x240.png");
}

div.ot-systemmeldung_nachladen {
    display: grid;
    color: rgb(72, 95, 173);
    background-color: #e7effc;
    margin-right: 15px;
    grid-template-columns: auto auto;
    grid-template-rows: 30px;
    line-height: 30px;
}

div.ot-systemmeldung_nachladen_vollansicht, div.ot-systemmeldung_nachladen_teilansicht {
    display: inline-grid;
    text-align: center;
}

div.ot-systemmeldung_nachladen_vollansicht:hover, div.ot-systemmeldung_nachladen_teilansicht:hover,
div.ot-systemmeldung_nachladen_vollansicht:focus, div.ot-systemmeldung_nachladen_teilansicht:focus {
    cursor: pointer;
}

