/* Toolbar & Print Button */
.bgt-chart-toolbar {
    text-align: right;
    padding: 6px 10px 10px;
}

.bgt-print-btn {
    background: var(--bgt-border, #001e57);
    color: #fff;
    border: none;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.bgt-print-btn:hover {
    opacity: 0.85;
}

/* Chart */
.bgt-chart,
.bgt-chart * {
    color: #001e57 !important;
}

.bgt-broadcasters,
.bgt-broadcasters * {
    color: #001e57 !important;
}

.bgt-chart {
    border: 1px solid var(--bgt-border, #001e57);
    border-radius: 15px;
    background-color: var(--bgt-bg, #ccd8ed);
    font-size: 12px;
    overflow: hidden;
}

.bgt-chart table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border: none;
    box-shadow: none;
}

.bgt-chart h4 {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.bgt-chart thead th {
    position: relative;
    font-weight: bold;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    background: none;
    border: 0;
}

.bgt-chart thead th img {
    border: 0;
    background: transparent;
}

.bgt-chart .chart-head-main {
    padding: 15px 0 0 15px;
    text-align: center;
}

.bgt-chart .chart-head-badge {
    position: absolute;
    padding: 5px 15px 0 0;
    top: 0;
    right: 0;
}

.bgt-chart tbody tr.odd td {
    background-color: #fff;
}

.bgt-chart tbody tr.even td {
    background-color: var(--bgt-even-bg, #ccd8ed);
}

.bgt-chart tbody tr:last-child td {
    border-bottom: 0;
}

.bgt-chart tbody td {
    text-align: center;
    border: 1px solid var(--bgt-border, #001e57);
    border-bottom: 0;
    padding: 6px;
    vertical-align: middle;
}

.bgt-chart tbody td:first-child {
    border-left: 0;
    width: 80px;
}

.bgt-chart tbody td:last-child {
    width: 80px;
}

.bgt-chart tbody tr.last td:last-child {
    border-right: none;
    border-radius: 0 0 15px 0;
}

.bgt-chart tbody tr.last td:first-child {
    border-radius: 0 0 0 15px;
}

.bgt-chart a {
    color: #001e57;
}

.bgt-chart img.logo {
    max-width: 90%;
    height: auto;
}

/* Broadcasters */
.bgt-broadcasters {
    border: 1px solid #001e57;
    border-radius: 15px;
    background-color: #ccd8ed;
    margin-bottom: 15px;
    overflow: hidden;
}

.bgt-broadcasters table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.bgt-broadcasters thead th {
    font-weight: bold;
    padding: 8px 4px;
    vertical-align: bottom;
    background: none;
    border: 0;
    text-align: center;
}

.bgt-broadcasters tbody tr.odd td {
    background-color: #fff;
}

.bgt-broadcasters tbody tr.even td {
    background-color: #ccd8ed;
}

.bgt-broadcasters tbody td {
    text-align: center;
    border: 1px solid #001e57;
    border-right: 0;
    border-bottom: 0;
    padding: 6px;
    vertical-align: middle;
}

.bgt-broadcasters tbody td:first-child {
    border-left: 0;
}

@media only screen and (max-width: 550px) {
    .bgt-chart .chart-head-main,
    .bgt-chart h4 {
        text-align: left;
    }
}
