<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.forum {
    background: #d8d8d8;
    padding-bottom: 10px;
}

.forum&gt;a {
    display: block;
    text-align: center;
    margin: 0px 0px;
    padding: 10px;
    color: #000;
    background: #bdbdbd;
    font-size: 14px;
    font-weight: bold;
}

.forum .list {
    width: 100%;
    padding: 10px;
}

.forum .list .list-item {
    padding-left: 15px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: left 6px;
    
}

.forum .list .list-item:last-child {
    padding-bottom: 0px;
}

.forum .list .list-item a {
    font-size: 14px;
    color: #0a0404;
}
</pre></body></html>