#container {
  height: 370px;
}

#sidebar {
  box-sizing: border-box;
  width: 220px;
  height: 100%;
  padding: 30px;
  position: fixed;
}

#sidebar a {
  color: #333;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

#sidebar a:hover {
  text-decoration: underline;
}

#chart {
  box-sizing: border-box;
  flex: 1;
  margin-left: 200px;
  padding: 20px;
}

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

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

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

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

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

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

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

.highcharts-description {
  margin: .3rem 10px;
}
/*# sourceMappingURL=app.4d663569.css.map */
