*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body,
html,
#map {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  min-height: 50%;
  margin: 0;
  padding: 0;
  background-color: #f1f1f1;
}

.mapid {
  min-height: 90%;
}

.flex {
  display: flex;
  flex-direction: row;
}

.mapid #map {
  width: calc(100% - 20%);
}

#sidebar {
  width: 30%;
  background: #fff;
  text-align: right;
  padding-right: 30px;
}

.sidebar-el {
  padding: 5px 10px;
  background: #fff;
  cursor: pointer;
}

.sidebar-el:hover {
  background: #f1f1f1;
}


.leftcol {
  /* position: fixed;
   top: 0%;
   left: 0%; */
   border:solid 1px green;
   overflow:hidden;
}

.rightcol {
   /* border:solid 1px red;
   position: relative;
   top: 0%;
   left: 50%;  */
   /*border:solid 1px red;*/
   height: auto;
   padding:10px
}

.textcol {
   height: 400px;
   overflow-y: scroll;
}
