.main_title {
  /* padding: 1rem 2rem; */
  padding: 0px 10px 5px 5px;
  margin: 20px 10px 5px 5px;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 3px 3px 0 #007032;
  /* -webkit-box-shadow: 5px 5px 0 white; */
  /* box-shadow: 3px 3px 0 white; */
}

.map {
    margin: 10px 10px 10px 10px;
    /* width: 80%; */
    padding: 0;
    height: auto;
    box-sizing:border-box;

}

table {
    width: 90%;
    border-collapse: collapse; 
    margin: 20px 0px 0px 15px;
    
}

table tr {
    height: 30px;
    padding: 5px 5px 5px 5px;
    /* border: 1px solid blue; */
}

td {
    width: auto;
    padding: 5px 5px 5px 5px;
    border: 1px solid rgb(200, 200, 200);
}

td:first-child {
    white-space: nowrap;
    width: auto;
    padding: 5px 5px 5px 5px;
    background-color: #d8e7d1;
    /* border: 1px solid blue; */
    text-align: center;
}

table tr td span {
    display: inline-block;
}



.iframe-wrapper {
  position: relative;
  padding-bottom: 70%;
  height: auto;
  overflow: hidden;
  margin: 10px 10px 0px 10px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
}

