#container {
    height: 100%;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

rect.highcharts-point {
    fill: unset;
}

.highcharts-menu{
    font-family: Arial, Helvetica, sans-serif;
}
.highcharts-menu .highcharts-menu-item{
    line-height: 15px;
}

.highcharts-yaxis .highcharts-axis-title {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 2em;
}

text.highcharts-drilldown-axis-label {
    text-decoration: none !important;
}

.highcharts-subtitle a {
    fill:rgb(0, 51, 153);
}

.symbol-parallel-perpendicular {
    font-size: 1.3em !important;
}

.highcharts-credits {
    display: none !important;
}

#highcharts-property-buttons {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: center;
}

#highcharts-property-buttons > div {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#highcharts-property-buttons a {
    display: block;
    background-color: #999999;
    color: #ffffff;
    font-family: Open Sans, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 190px !important;
    box-shadow: 0px 6px 5px -6px rgba(0,0,0,.3);
    transition: all .3s ease 0ms;
    transition: background-color .3s ease 0ms,box-shadow .3s ease 0ms;
    cursor: pointer;
}

#highcharts-property-buttons a:hover {
    background-color: #aaaaaa;
    color: #ffffff;
    box-shadow: 0px 6px 10px -6px rgb(0 0 0 / 50%);;
}

#highcharts-property-buttons a.selected {
    background-color:#0c71c3;
    color:#ffffff;
}

#highcharts-back-nav {
    display:none !important;
    position:absolute;
    z-index: 9999;
    margin-top: 65px;
    margin-left: 90px;
    font-size: 14px;
    color: rgb(0, 51, 153);
    cursor: pointer;
}

#highcharts-back-nav.show {
    display: block !important;
}