a {
  font-weight: bold;
}

text {
  font-weight: bold;
  fill: darkslategrey;
  font-family: sans-serif;
  font-size: 10px;
}


select {
  text-align: center;
}

.wrapper {
  position: relative;
}

#preset-information {
  top:10px;
  left: 10px;
  position: absolute;
  z-index: 20000;
}

#location-information-wrapper {
  top:2px;
  border-radius: 2px;
  right: 2px;
  width: 35%;
  position: absolute;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  color: rgb(86, 86, 86);
  background-color: white;
  font-size: 11px;
  padding: 4px;
  text-align: center;
  z-index: 20000;
}

.progress {
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 20px;
}

.body {
  width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Sans", Arial, sans-serif;
  box-shadow: 0px 0px 10px 2px lightgrey;
}

#map {
  margin: 0 auto;
  height: 450px;
  border: 1px solid lightgrey;
}

#container {
  margin: 0 auto;
  height: 350px;
  text-align: center;
  line-height: 200px;
}

.footer {
  color: grey;
}
