.maprow {
  width: 600px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#map {
  position: absolute;
  top: 90px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  left: 30%;
}

#mapviewonly {
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  left: 30%;
}

.mapbtn {
  width: 60px;
  height: 60px;
  background-image: url("/art/other/transp2.png");
  border: 4px solid #7868e6;
  border-radius: 10px;
  padding: 6px;
}

.mapbtn:disabled {
  opacity: 0.5;
}

.mapbtn:hover {
  background-color: thistle;
}

.mapicon {
  width: 40px;
}

#maplegend {
  width: 200px;
  height: 430px;
  position: absolute;
  right: 100px;
  top: 150px;
  background-image: url("/art/other/transp2.png");
  border: 4px solid #9184e2;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: #4837b6;
}

#legendicons {
  position: absolute;
  top: 70px;
  left: 20px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 380px;
}

#legendtext {
  position: absolute;
  top: 70px;
  left: 75px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  height: 380px;
  text-align: left;
}

#legendtext div {
  margin-top: 10px;
}
