/*.rotate-90 {*/
/*    transform: rotate(90deg);*/
/*}*/

/*#container {*/
/*    height: 420px;*/
/*}*/

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 750px;
    margin: 1em auto;
}

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

.highcharts-data-table caption {
    display: none;
    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;
}

.gm-style .gm-style-iw-d {
    overflow: auto !important
}

.gm-style .gm-style-iw-c {
    padding: 12px !important;
}

.gm-style-iw-chr{
    display: none;
    overflow: visible;
    justify-content: flex-end;
}

.gm-ui-hover-effect span{
    background: none;
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: red;
}

.legend {
    font-family: Arial, sans-serif;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.legend-item {
    /*margin-bottom: 5px;*/
}
.legend-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid #000;
    border-radius: 50%;
}