.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    text-align: center;
    width: 100%;
    height: 250px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-data-table table {
    margin: 10px auto;
}

.dashboard-chart-spacer {
    padding-top: 76px;
}

.dashboard-chart-container {
    height: 400px;
}

.tentative_map_content {
    position: relative;
}

#tentative_map .legends {
    position: absolute;
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
    margin: 0;
    transform: translateY(0%);
}

#tentative_map .legends p {
    transform: rotate(0deg);
    position: relative;
    left: 0;
    width: auto;
    text-align: center;
}

#tentative_map .legends ul {
    flex-flow: row;
}

.legends ul {
    margin-bottom: 0;
    display: flex;
    flex-flow: column;
}

#tentative_map .legends ul li {
    flex-flow: column;
    margin: 0 5px;
}

.legends ul li {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    color: #888888;
    flex-flow: row;
    font-size: 0.7rem;
    font-weight: 600;
    margin-right: 15px;
}

#tentative_map .legends ul li span {
    height: 8px;
    width: 50px;
}

.legends ul li span {
    height: 70px;
    width: 16px;
    display: block;
    margin-right: 6px;
    border-radius: 0;
}

.bg-scale0 {
    fill: #EFEFEF !important;
    background: #EFEFEF !important;
}

.bg-scale1 {
    fill: #FEE86C !important;
    background: #FEE86C !important;
}

.bg-scale2 {
    fill: #FABC5B !important;
    background: #FABC5B !important;
}

.bg-scale3 {
    fill: #F7AD5D !important;
    background: #F7AD5D !important;
}

.bg-scale4 {
    fill: #F1A777 !important;
    background: #F1A777 !important;
}

.maptable {
    height: 500px;
    overflow: auto;
}

.maptable thead {
    background-color: #FABC5B;
    position: sticky;
    top: 0;
}

.maptable .table thead {
    background-color: #FABC5B;
    position: sticky;
    top: 0;
}
