.form-no-margin {
    margin: 0 !important;
}

.break-word {
    word-break: break-word;
}

.thead-sticky {
    position: sticky;
    top: 0;
    z-index: 22;
    background: #fff;
    box-shadow: 0px -1px inset #ddd;
}

.pixelated {
    image-rendering: pixelated;
}

@media (min-width: 979px) {
    .thead-sticky {
        top: 40px;
    }
}

.topic_tag {
    color: #00b110;
    font-weight: bold;
}

.reply-preview {
    margin: -8px;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #dedede;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid #ffffff;
}

.reply-preview .mii {
    width: 40px;
}

.post-deleted-admin td,
.post-deleted-admin th {
    background: #ff8686 !important;
    border-color: #ff5a5a !important;
}

.post-deleted td,
.post-deleted th {
    background: #ffd2f3 !important;
    border-color: #ff6ad4 !important;
}

.post-reviewing td,
.post-reviewing th {
    background: #cbcbcb !important;
    border-color: #9f9f9f !important;
}

.extra-menu-admin {
    background: #e9e9e9;
    padding: 5px 10px;
    border-radius: 4px;
}

.community-label {
    margin: -8px;
    padding: 5px 10px;
    margin-bottom: 4px;
    background: #dedede;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    border-left: 1px solid rgba(0, 0, 0, 0.20);
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    border-bottom: 1px solid #ffffff;
}

.community-label img {
    width: 20px;
    padding-right: 5px;
}

.community-label p {
    margin: 0 0 2px;
}

.message-reciever img {
    width: 34px !important;
}

.loading-pjax {
    image-rendering: pixelated;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 44px;
    height: 44px;
    z-index: 99999;
    background: url(/img/loading.gif) center center;
}

.mii-link {
    display: block;
    color: #323232;
    padding: 4px 5px;
}