table.table021 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%; 
}

table.table021 caption {
  margin-top: 1em;
  text-align: right;
}

table.table021 th,
table.table021 td {
  padding: 10px;
  font-size:1rem;
}

table.table021 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #CDE691;
  text-align: center;
  white-space: nowrap;
}

table.table021 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  text-align: left;
  white-space: nowrap;
}

.google_map{
  position:relative;
  width:100%;
  height:0;
  padding-top: 400px;
  }
  .google_map iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  }