/*!
 * NC4 Framework (https://github.com/NC-4/Nc4)
 *
 * Copyright (c) NC4 Project.
 * All rights reserved.
 *
 * Licensed under the NC4 Framework / edumap+ Proprietary License Agreement.
 * Use of this software is permitted only under a valid agreement with the
 * Research Institute of Science for Education (S4E).
 *
 * See LICENSE.txt for complete license terms and obligations.
 *
 * Author: 一般社団法人 教育のための科学研究所 (Research Institute of Science for Education, S4E)
 * Link: https://www.s4e.jp/
 * License: https://github.com/NC-4/Nc4/blob/main/LICENSE.txt
 */

.bbs-reply {
    margin-left: 24px;
}

.bbs-article {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
}

.bbs-flat-list .bbs-article:last-child {
    border-bottom: none;
}

.bbs-article-comment-count {
    /*display: inline-block;*/
    margin-left: 8px;
}

.bbs-article-created-info {
    width: 13em;
}

.bbs-view-status-label-with-title {
    font-size: 1rem;
}

