body {
  padding: 0;
}

.jumbotron {
  background: LightGray;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 5px;
}

.map {
  height: 88vh;
  border: 1px solid ;
}

.nopad {
  padding: 0px;
  margin: 0px;
}

.padleft {
  padding-left: 5px;
}

.center {
  text-align: center;
}

.inline {
  display: inline-block;
}

.title {
  font-weight: bold;
  font-size: large;
}

.relative { position: relative; }

.overmap { 
  position: absolute; top: 150px; left: 500px; z-index: 99; 
}

.nopadding {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  /*background: red;*/
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.active {
  color: #0d6efd;
}

.passive {
  color: red;
}

.enabled { 
  color: black;
}

.disabled {
  color: red;
  opacity: 50%;
}

.menubar {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  /*background: red;*/
  font-size: 200%;
   height: 8vh;
}

.HeatLabelOnMap {
  padding-top: 5px;
  padding-left: 5px;
}

.WaitMessage {
  height: 100vh;
  text-align: center;
}

.mapoverlayed {
  font-size: 300%;
}

.help {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.green {
  color: green;
}

.wrapped {
  padding-left: 5px;
  padding-right: 5px;
}

#website {
  font-size: 150%;
  color: #0d6efd;
  text-align: center;
}

.speed-text {
  font-size: 300%;
  color: #0d6efd;
}

.speed-button {
  font-size: 300%;
  color: #0d6efd;
  /*border: 1px solid;*/
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}

.speed-button-help {
  color: #0d6efd;
  font-weight: bold;
}

.replay {
  font-size: 600%;
  color: green;
  opacity: 50%;
  padding-left: 15px;
}

.replay-help {
  font-size: 120%;
  color: green;
  opacity: 50%;
}

.indent {
  padding-left: 15px;
}

table.dashboard {
  border: 5px solid white;
  padding-left: 0px;
}

table.dashboard td {
  background-color: lightgreen;
  border: 1px solid white;
  font-size: 250%;
  padding: 0px;
  text-align: center;
  font-family: monospace;
}

table.dashboard th {
  background-color: green;
  border: 1px solid white;
  font-size: 100%;
  padding: 5px;
}

.dashboard-table-heading {
}

.dashboard-table-heading {
  background-color: green;
  font-size: 250%;
}

.dashboard-small {
  font-size: 100%;
  white-space: nowrap ;
}


table.scoreboard-heading {
  width: 100%;
  background-color: lightgrey;
}

table.participations-heading {
  width: 100%;
  background-color: SteelBlue;
}

