.t_center {
    text-align: center !important;
}

.t_right {
    text-align: right;
}

.t_left {
    text-align: left;
}

.highlight .charts:nth-child(n+2) {
    margin-top: 28px;
}

.highlight .row:nth-child(n+2) {
    margin-top: 37px;
}

.highlight .title_table {
    display: flex;
    align-items: baseline;
}

.highlight .title_table>* {
    display: inline-block;
}

.highlight .title {
    color: #0068b7;
    font-size: 16px;
    font-weight: 600;
}

.highlight .title span {
    font-size: 8px;
    display: block;
}

.highlight .subtitle {
    color: #333333;
    font-size: 8px;
    font-weight: 600;
    margin-left: auto;
}

.highlight .chart {
    margin-top: 8px;
    text-align: center;
}

.highlight table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.highlight table, .highlight th, .highlight td {
    color: #333333;
    border: 1px solid #333333;
    font-weight: 600;
}

.highlight th, .highlight td {
    font-weight: 300;
    text-align: center;
    padding: 4px 2px 3px;
}

.highlight th {
    background: #44546a;
    color: #ffffff;
    font-size: 13px;
}

.highlight th:first-child {
    padding: 4px 0 3px;
}

.highlight td {
    font-size: 12px;
    text-align: right;
}

.highlight td:first-child {
    background: #f2f2f2;
    font-size: 13px;
    text-align: center;
    padding: 4px 0 3px;
}

.highlight_table {
    margin-top: 10px;
}