.container {
    padding: 0 10px 0 10px;
}

.header-date {
    margin-top: 10px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 700;
}

.header-title {
    background: #ffffa0;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 900;
}

.notice {
    padding: 10px 14px;
    font-size: 1em;
    line-height: 1.7;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

th,
td {
    border: 1px solid #999;
    text-align: center;
    vertical-align: middle;
    padding: 8px 6px;
}

/* Header row */
.col-head {
    background: #d6e8c4;
    font-weight: 700;
    width: 45%;
}

.col-before {
    background: #e8e8e8;
    font-weight: 700;
    width: 30%;
    font-size: 14px;
}

.col-after {
    background: #f4a820;
    font-weight: 700;
    width: 30%;
    font-size: 14px;
}

/* Sub header text */
.col-sub {
    font-size: 14px;
    display: block;
}

/* Income category rows */
.row-label {
    background: #eef5e8;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
}

.row-sublabel {
    background: #eef5e8;
    font-weight: 400;
    font-size: 12px;
}

.row-before {
    background: #fff;
    font-size: 1.3em;
}

.row-after {
    background: #fff8e0;
    font-weight: 900;
    font-size: 18px;
    color: #222;
}

.note-small {
    font-size: 11px;
    font-weight: 400;
}

.strikethrough {
    text-decoration: line-through;
    font-size: 11px;
}

/* row-space */
.row-space {
    height: 10px;
    border: none;
}
.row-space td {
    border: none;
}

/* Bottom section - Shokuji-ryouyou */
.row-shokuji-label {
    background: #eef5e8;
    font-weight: 700;
    writing-mode: horizontal-tb;
}

.row-shokuji-sublabel {
    background: #eef5e8;
    font-size: 12px;
}

.row-shokuji-before1 {
    background: #e8e8e8;
    font-weight: 700;
    font-size: 14px;
}

.row-shokuji-before2 {
    background: #fff;
    font-size: 1.3em;
}

.row-shokuji-after1 {
    background: #f4a820;
    font-weight: 900;
    font-size: 14px;
}

.row-shokuji-after2 {
    background: #fff8e0;
    font-weight: 900;
    font-size: 18px;
}

.section-divider {
    border-top: 1px solid #555;
}