<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:not(.dev-mb) .cms-public .h1_style .heading h1 {
    height: 34px;
    padding: 18px 0 18px 15px;
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 175%;
    font-weight: bold;
}

div.disaster-map-detail h3 {
    background-color: var(--theme-color1);
    padding: 3px;
    margin-bottom: 10px;
}

.disaster-map-detail h3 {
    padding: 5px 0 5px 10px;
    border-left: 5px solid var(--theme-color2);
    border-bottom: 1px solid var(--theme-color2);
    font-size: 130%;
}</pre></body></html>