<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.frow {
    overflow: hidden;
    background-color: #e3f5e7;
}
#forum-pad .frow {
    position: relative;
    width: 100%px;
    height: 48px;
    border-radius: 3px;
    margin-top: 1px;
}


#forum-pad div.fheader {
    margin-top: 17px;
    position: relative;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    text-align: left;
}
.fheader {
    background-color: rgba(242, 220, 93, 0.75);
    color: #464f78;
}

#rooms_header .forum-title {
    position: absolute;
    left: 202px;
    top: 38px;
    font-family: 'Roboto';
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#rooms_header .forum-title2 {
    position: absolute;
    left: 202px;
    top: 85px;
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

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