.ui-widget,
    .ui-widget .ui-widget {
    font-size: 95% !important;
}

.ol-zoom {
  top: 52px;
}
.ol-toggle-options {
  z-index: 1000;
  background: rgba(255,255,255,0.4);
  border-radius: 4px;
  padding: 2px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.ol-toggle-options a {
  background: rgba(0,60,136,0.5);
  color: white;
  display: block;
  font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
  font-size: 19px;
  font-weight: bold;
  height: 22px;
  line-height: 11px;
  margin: 1px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 22px;
  border-radius: 2px;
}
.ol-toggle-options a:hover {
  color: #fff;
  text-decoration: none;
  background: rgba(0,60,136,0.7);
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: rgba(0,60,136,0.5);
}
#gisMap {
    height: 70vh;
    width: 80%;
    clear: both;
    border: 1px solid black;
}
#wrapper {
    width: 768px;
}
#location {
    float: right;
}
h1 {
  text-align: center;
  color: blue;
}
h2 {
  text-align: center;
  margin: 3px auto;
  display: block;
}
h3 {
  text-align: center;
  margin: 2px auto;
  display: block;
  color: blue;
}
.image_home {
  width: 80%;
  clear: both;
  border: 1px solid black;
  transform: translate(10%);
  border-radius: 15px;
}
.divcenter {
  display: block;
  margin: auto;
  width: 50%;
}
.headerpage-col1 {
  text-align: center;
  width: 15%;
}

.headerpage-col2 {
  width: 85%;
}

.name_title {
  font-size: normal !important;
  font-weight: bold;
  padding: 2px;
}

.padding_1 {
  padding: 1rem !important;
}

/*       function setStyle(style){
        map.getLayers().forEach(function(lyr) {
          lyr.getSource().updateParams({'STYLES': style});
        });
      } */