/**
 * OTHER CLASSES AND MYBB CUSTOMISATION
 * Różne klasy pomocnicze i customizacje MyBB
 * Zawiera: dodatkowe style, override'y, specyficzne klasy
 */

#quick_reply_form .stable {
    margin-top: 35px;
}
.row.wb {
    background: none;
    border-bottom: 0;
}
.row.wp {
    padding: 0;
}
.posticons_label img {
    display: inline-block;
    vertical-align: middle;
}
.search-by {
    text-align: right;
    position: relative;
}
.forum-name {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.forum-name a {
    font-size: 9pt;
    color: #534c4c;
}
.tl-container {
    margin: 10px 0;
}
.btxt {
    font-weight: bold;
    color: #fff;
    font-size: 12pt;
}
.stxt {
    font-size: 10pt;
}
.post-prev {
    margin: 10px 0;
    font-size: 9pt;
}
.tb-container {
    margin: 15px 0;
}
.tb-container .left {
    float: left;
}
.tb-container .left ul {
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
.tb-container .left ul li {
    background: #131314;
    border-radius: 3px;
    font-size: 10.5pt;
    color: #fff;
    margin-bottom: 10px;
    padding: 7px 12px;
    transition: background 0.6s ease-in-out;
}
.tb-container .left ul li a {
    color: #fff;
}
.tb-container .left ul li:hover {
    background: #323335;
}
.tb-container .left ul li:hover a {
    color: #fff;
}
.tb-container .left ul li i {
    margin-right: 5px;
}
.tb-container .left .pagination {
    margin-top: -3px;
}
.tb-container .inline_rating {
    margin-top: 10px
}

