html, body {
  background-color: beige;
  width:100%;
  height:100%;
  overflow:hidden;
  position:fixed;
  margin:0;
  padding:0;
}
.main{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.column1 {
  float: left;
  width: 300px;
  height: 100%;
  padding: 0;
}
.column2 {
  float: right;
  width: 80%;
  height: 100%;
  padding: 0;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.map {
  position: fixed;
  top: 0;
  left: 300px;
  bottom: 0;
  right: 0;
}
.map:-webkit-full-screen {
  height: 100%;
  margin: 0;
}
.map:-ms-fullscreen {
  height: 100%;
}
.map:fullscreen {
  height: 100%;
}
.map .ol-full-screen {
  top: 0.5em;
}
.map .ol-rotate {
  top: 2.5em;
}
.map .ol-zoom-extent {
  top: 270px;
}
.map .ol-zoom .ol-zoom-out {
  margin-top: 204px;
}
.map .ol-zoomslider {
  background-color: transparent;
  top: 2.3em;
}
.map .ol-touch .ol-zoom .ol-zoom-out {
  margin-top: 212px;
}
.map .ol-touch .ol-zoomslider {
  top: 2.75em;
}
.map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
  top: 3px;
}
.map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
  top: 232px;
}
.map .ol-mouse-position {
  top: 1em;
  right: 4em;
}
/* Remove default bullets */
ul {
  list-style-type: none;
  padding: 10px;
}
/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}
/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}
/* Hide the nested list */
.nested {
  display: none;
}
/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}
.legends {
  padding: 10px;
}

