body {
  padding-right: 0 !important;
  -webkit-font-smoothing: antialiased;
  overflow: auto!important;
}
header {

}
html {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  html {
  font-size: 13px;
  }
}
#map-list-pickers div:first-child {
  border-radius: 6px 0 0 6px;
}

#map-list-pickers div:last-child {
  border-radius: 0 6px 6px 0;
}

#map-list-pickers div:hover {
  z-index: 1;
  box-shadow: 0 0 0px 2px white;
  border-radius: 2px;
}

#picker-popover h4{
  font-size: 34px!important;
}