.tag-select-outer-erosion-control {
  background-color: #5C8827;
  height: 252px;
  margin-bottom: 2px;
}

.tag-options-inner-erosion {
  width: 34%;
  height: 40px;
  color: white;
  text-align: center;
  background-color: #5C8827;
  float: left;
  font-size: 20px;
  padding-top: 8px;
}

.individual-tag-erosion-control {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  width: 120px;
  height: 30px;
  background-color: #668F34;
  color: white;
  text-align: center;
  cursor: pointer;
}

.erosion-tag-selected {
  background-color: #014711;
}

.tag-select-text-erosion-control {
  color: #014711;
  font-size: 20px;
  width: 27%;
  float: left;
  padding-top: 10px;
  padding-bottom: 16px;
}

.header-image {
  width: 100%;
}

.modal-style {
  position: fixed;
  z-index: 1;
  padding-top: 190px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}