
.bbs .file-icon {
    color: #666;
}

.bbs .ti-volume {
    font-size: 1.3em;
    color: #87B87F
}

.bbs .notice {
    background: #f7f9fb;
}

.bbs .board-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    padding: 2px 4px;
    font-size: 11px;
    text-align: center;
}

.board-icon.new {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    background: #dd5044;
    /* padding: 2px 5px; */
    flex-shrink: 0;
    font-size: 9px;
    line-height: 1;
    text-indent: -1px;
    transform: translateY(-3px);

}

.board-icon.comment {
    margin: 0px;
    color: #F26520;
}

.bbs img.reply {
    margin-right: 5px;
}

.management input {
    vertical-align: middle;
    margin: 0px 0 2px 0;
    width: 13px;
    height: 13px;
}
