/*!
 * 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
 */

.nc4-questionnaires-matrix-th {
    font-weight: normal;
    overflow: hidden;
    vertical-align: middle;
}

.nc4-questionnaires-matrix-td .form-check-input {
    float: none;
}

.nc4-questionnaires-inline-checkbox .checkbox {
    display: inline-block;
    padding: 0 0.5rem;
}

.nc4-questionnaires-chart text,.nc4-questionnaires-chart th,.nc4-questionnaires-chart td {
    white-space: pre;
}
