/* .highcharts-container {
    width: 100% !important;
    height: 100% !important;
  display: block;
} */

.chart-outer {
    max-width: 800px;
    margin: 2em auto;
}

.highcharts-table-caption {
    margin-bottom: 5px;
    font-family: sans-serif;
    font-size: 14pt;
    text-align: center;
    background-color: rgb(40 95 143);
    color: white;
}
.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.highcharts-data-table td, .highcharts-data-table th {
    text-align: center;
    font-family: sans-serif;
    font-size: 10pt;
    border: 1px solid silver;
    padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
