.statichtml .chart { margin-top: 33px; }

.chart table caption {
    font-size: 1.7rem;
    padding-bottom: 22px;
    padding-left: 10px;
}

.chart table th {
    font: normal 1.2rem/1.2 'Knockout 31 4r', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
}

.chart table td {
    border-bottom: 1px solid #eee;
    padding: 10px;
    color: #666;
}

.chart th:nth-child(3),
.chart td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
}

.chart th:nth-child(4),
.chart td:nth-child(4),
.chart th:nth-child(5),
.chart td:nth-child(5),
.chart th:nth-child(6),
.chart td:nth-child(6) {
    text-align: right;
}

@media screen and (max-width: 500px) {
    .chart table caption {
        font-size: 1.4rem;
        padding-left: 5px;
        padding-bottom: 11px;
    }
    .chart table th,
    .chart table td {
        padding: 5px;
        font-size: 1.1rem;
        white-space: normal;
    }
}
