.inbox {
    max-height: 80vh; /* Fallback für ältere Browser */
    max-height: 80dvh; /* Berücksichtigt die ein-/ausfahrende Adressleiste */
    overflow-y: auto;
    font-size: 0.85rem;
}

.text p {
    margin: 0.5rem 0;
}

.isubtitle {
    font-weight: bold;
    color: green;
}

.bold {
    font-weight: bold;
}