/* ModernBlack category HTML charts. Scoped to the generated chart title and its adjacent table. */
.mb-category-seo .mb-chart-title {
    margin: 0 0 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.mb-category-seo .mb-chart-title + .specTable {
    width: 100%;
    margin: 0 0 25px;
    border: 0;
    border-collapse: collapse;
    background: transparent;
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.35;
}

.mb-category-seo .mb-chart-title + .specTable .specTableHeader {
    border-top: 4px solid #ffc400;
    border-bottom: 1px solid #4a4a4a;
    background: #202020;
}

.mb-category-seo .mb-chart-title + .specTable .specTableHeader th,
.mb-category-seo .mb-chart-title + .specTable .specTableHeader td {
    padding: 11px 10px;
    background: #202020;
    color: #f6f6f6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    vertical-align: middle;
}

.mb-category-seo .mb-chart-title + .specTable .specHighlightRow,
.mb-category-seo .mb-chart-title + .specTable .specLastRow {
    background: #202020;
}

.mb-category-seo .mb-chart-title + .specTable .specLastRow {
    font-size: 14px;
}

.mb-category-seo .mb-chart-title + .specTable .specHighlightRow:nth-of-type(even) {
    background: #272727;
}

.mb-category-seo .mb-chart-title + .specTable .specHighlightRow td,
.mb-category-seo .mb-chart-title + .specTable .specLastRow td {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #383838;
    background: inherit;
    color: #e5e5e5;
    vertical-align: middle;
}

.mb-category-seo .mb-chart-title + .specTable .specLastRow td {
    border-bottom-color: #555;
}

.mb-category-seo .mb-chart-title + .specTable a {
    color: #ffc400;
    font-weight: 700;
    text-decoration: none;
}

.mb-category-seo .mb-chart-title + .specTable a:hover,
.mb-category-seo .mb-chart-title + .specTable a:focus {
    color: #fff;
    text-decoration: underline;
}

.mb-category-seo .mb-chart-title + .specTable td:first-child {
    white-space: nowrap;
}

/* Preserve the generator's existing blank separator rows as page-background gaps. */
.mb-category-seo .mb-chart-title + .specTable tr:not(.specTableHeader):not(.specHighlightRow):not(.specLastRow) td {
    padding: 0;
    border: 0;
    background: transparent;
}

@media (max-width: 800px) {
    .mb-category-seo .mb-chart-title + .specTable {
        min-width: 1050px;
    }
}
