.statistics {
    margin: 30px 0;
}


.preview {
    height: 200px;
    background-color: #f6f6f6;
    overflow: hidden;
}

.chart-table {
    border: 1px solid #ddd;
}

.table tbody th,
.table tbody td {
    border-width: 0 !important;
    border-width: 0 !important;
    text-align: center;
}

.table thead th {
    border-bottom-width: 0 !important;
    text-align: center;
}

.chart-source {
    float: right;
    text-align: right;
    font-size: 12px;
}

.chart-notes {
    float: left;
    font-size: 12px;
    min-width: 50%;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eee !important;
}

.statistics h2 {
    color: #690013;
    margin-bottom: 15px;
}

a.chart-preview {
    display: none;
    margin-bottom: 15px;
    font-family: "Corpid Light", Helvetica, Arial, sans-serif !important;
    text-decoration: none;
    height: 400px !important;
}

.chart-preview .chart-table,
.chart-preview .canvas {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
}


a.chart-preview:hover {
    text-decoration: none;
    color: unset;
}

.chart-preview .about {
    padding: 10px;
    position: relative;
    height: 200px;
}

.chart-preview h4 {
    margin: 4px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    clear: both;
    font-family: "Corpid Bold", Helvetica, Arial, sans-serif;
}

.chart-preview h4.nodate {
    margin-top: 40px;
}

.chart-preview .date {
    display: block;
    font-size: 13px!important;
    color: #333;
    font-family: "Corpid Light",Helvetica,Arial,sans-serif;
    margin: 3px 0 0;
    float: right;
}

.chart-preview .about .description {
    font-size: 16px;
    line-height: 20px;
    font-family: "Corpid Light", Helvetica, Arial, sans-serif;
}

.chart-embed button {
    margin-bottom: 10px;
}

.chart-embed input {
    display: none;
    width: 100%;
    height: 50px;
}

a.export svg {
    cursor: pointer;
}


.table-chart thead th,
.table-chart tbody td {
    text-align: left;
}

iframe {
    border: none !important;
}


.highcharts-title {
    font-family: "Corpid Regular", Helvetica, Arial, sans-serif !important;
}

/* STATISTICS FILTERS */
.bv__filter .btn {
    margin: 4px 0;
}

.bv__filter__container{
    border-top: 1px solid #6a6a6a;
}

.chart-notes .dropdown-menu { min-width: 12rem; }
.chart-notes .dropdown-menu li{ padding: 3px 0 3px 10px; }
.chart-notes .dropdown-menu li a { color: #444; }

.chart-notes .dropdown-menu li:hover {background-color: #f9f9f9;}
.chart-notes .dropdown-menu li:hover a { color: #000; }