body {
  /* width: 100vw; */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  /* color: #98b9b0;*/
  /* color: white; */
  background-color: white;
}

.btn-node-onoff {
  background-color: rgb(90, 90, 90);
  color: white;
  border-radius: 3px;
  padding: 0px 2px;
  margin: 1px;
  font-family: sans-serif;
  font-size: 14px;
}

.tmg-point {
  width: 24px;
  height: 24px;
  /*//todo: disse punktene er ikke plassert riktig */
  opacity: 1; /*0.8;*/
  border-radius: 50px;
  background-color: gray;
  color: white;
  padding: 2px;
  text-align: center;
  border: 1px solid white;
  font-family: sans-serif;
  font-size: 13px;
  margin-left: -12px;
  margin-top: -12px;
}

.tmg-label {
  /*//todo: disse punktene er ikke plassert riktig */
  opacity: 0.8;
  background-color: gray;
  color: white;
  padding: 4px;
  font-family: sans-serif;
  font-size: 11px;
  transform: translate(-50%, 10px);

  white-space: nowrap;
}
.highcharts-credits {
  display: none;
}
.btn-stats-noshow {
  background-color: rgb(90, 90, 90);
  /* color: rgb(190, 190, 190); */
  color: black;
}

.live_map_wrap {
  overflow: hidden;
}
.stats_map_wrap {
  overflow: auto;
}

.stats_chart-container,
.live_chart-container {
  height: 400px;
}

.live_map_container,
.stats_map_container {
  height: 400px;
  margin-bottom: 40px;
}

.live_data_details {
  font-size: 16px;
  color: black;
  font-family: Calibri;
  display: contents;
}

.stats_map_and_legend_wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.stats_map_summary {
  font-size: 14px;
  color: black;
  font-family: Calibri;
  display: contents;
}

.stats_nav_commands {
  display: inline-block;
}

.live_map_node_info {
  display: inline-block;
  margin-right: 40px;
}
