#local-page{
  position:relative;
}

#local-container {
  padding: 20px 50px;
}

#local-wrapper {
  margin: 0;
  width: 100%;
  /* display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap; */
}

#local-bubble-wrapper {
  height: 300px;
  width: 100%;
  margin: 20px 0;
  position: relative;
}

#local-bubble-scale {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#local-bubble-scale img {
  width: 30px;
}

#local-bubble-scale p {
  margin: 0;
  font-size: 8px;
  text-align: center;
  width: 40px;
}

#local-bubble-wrapper .local-bubble-tooltip {
  position: absolute;
  z-index: 10;
  color: white;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 12px;
  line-height: normal;
  font-family: sans-serif;
  text-align: left;
}

#local-bubble-wrapper .local-bubble-tooltip p {
  margin: 0;
  padding: 2px 0;
}

#local-table-wrapper {
  width: 100%;
  margin: 20px 0;
}

/* #local-table-wrapper td,
#local-table-wrapper th {
  border: 0px solid #ccc;
}

#local-table-wrapper th {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

#local-table-wrapper tr td:first-child {
  border-right: 1px solid #000;
}

#local-table-wrapper tr td:last-child {
  border-left: 1px solid #fff;
} */

#local-table-search {
  /* height: 30px; */
  padding: 5px;
}

#local-table-search:focus,
#local-table-search:hover {
  outline: none;
}

#local-bubble-legend {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 50px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
}

#local-bubble-legend div {
  position: relative
}

#local-bubble-legend img {
  cursor: pointer;
  width: 20px;
  padding: 0 10px;
  max-height: 25px;
}

#local-bubble-legend .local-bubble-legend-tooltip {
  position: absolute;
  z-index: 10;
  color: white;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 6px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 12px;
  line-height: normal;
  font-family: sans-serif;
  text-align: center;
  white-space: nowrap;
}

.hed-dek-wrapper{
  position: relative;
}

.hed {
  text-align: center;
}

.dek {
  text-align: center; 
}

.hed-dek-wrapper .dropdown-wrapper{
  margin: 0 !important;
}