#list td {
    font-size: 13px;
    font-weight: bold;
}

.output-title {
    font-size: 24px;
    font-weight: bold;
}

.output-record {
    margin: 20px 0 0;
    display: none;
}

.close-link {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

#month-table {
    margin-bottom: 20px;
}

#advanced-table td {
    padding: 2px;
}

#advanced-table .buttons {
    display: block;
    margin-top: 6px;
}

.space {
    display: inline-block;
    width: 20px;
}

.output-record table th,
.output-record table td {
    font-size: 16px;
    border: 0;
    padding: 1px 0;
    text-align: left;
    line-height: 1em;
    vertical-align: top;
}

.output-record table tr:first-of-type th {
    padding-top: 0;
}

.output-record table tr:last-of-type td {
    padding-bottom: 0;
}
.output-record table th:first-of-type,
.output-record table td:first-of-type {
    width: 100px;
}

.output-record table th:nth-child(n+2):nth-child(-n+3),
.output-record table td:nth-child(n+2):nth-child(-n+3) {
    width: 48px;
}

.output-record table th:nth-child(4),
.output-record table td:nth-child(4) {
    width: 150px;
}

.output-record table th:nth-child(5),
.output-record table td:nth-child(5) {
    width: 73px;
}

.output-record table th:nth-child(6),
.output-record table td:nth-child(6) {
    width: 85px;
}

.output-record table th:nth-child(7),
.output-record table td:nth-child(7) {
    width: 105px;
}

.output-record table th:nth-child(8),
.output-record table td:nth-child(8) {
    width: 87px;
}

.dx-record {
    display: none;
}

.dx-date {
    cursor: pointer;
}

.title {
    font-size: 16px;
    color: #008000;
    font-weight: bold;
}

.div-table {
    margin-top: 5px;
    margin-bottom: 15px;
    width: fit-content;
}

.div-item {
    display: flex;
    width: fit-content;

    > div {
        align-content: center;
    }

    > div:nth-of-type(2), div:nth-of-type(4) {
        font-size: 13px;
        font-weight: bold;
    }
}

.div-item:nth-of-type(2) {
    > div:not(:last-of-type) {
        margin-right: 5px;
    }
}

.div-item:not(:first-of-type) {
    margin-top: 5px;
}

#advanced-table tr:nth-of-type(2) td {
    display: flex;
    justify-content: center;
}

.output-type > div:nth-of-type(2) {
    margin-right: 10px;
}