@charset 'utf-8';
@import 'layout.css';
@import 'layout-rec.css';

.summary {
    font-size: 14px;
    color: green;
}

caption {
    padding: 0 0 10px;
    font-weight: bold;
}

.mobile-chart-guide {
    display: none;
    font-size: 13px;
    margin: 20px 10px 0;
    font-weight: bold;
    color: green;
}

.yearly-info-table {
    margin: 0 auto;
}

._td {
    width: 78px;
}

._th {
    width: 40px;
}

#tablechart td {
    background-color: rgb(232, 248, 220);
}

.yearly-info-table {
    min-width: 610px; 
}

.ref {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 20px;
}

.ref a {
    text-decoration: none;
    color: gray;
}

@media screen and (max-width: 768px) {
    .mobile-chart-guide {
        display: block;
    }
}