body {
  background: #eee;
}

.title__wrapper {
  text-align: center;
}

#description {
  display: block;
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.reservoir-wrap {
  width: 100%;
  margin: 30px auto;
}

.reservoir {
  display: inline-block;
  min-width: 250px;
  margin: 0.5rem;
  padding: 0 1rem 1rem 1rem;
  border: 3px dashed gray;
  border-radius: 1rem;
}

.reservoir > span {
  padding-top: 5px;
  margin-top: 5px;
  line-height: 2em;
}

.reservoir h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.reservoir h5 {
  margin-top: 5px;
  margin-bottom: 0;
  position: relative;
  left: 20px;
  font-size: 1.2rem;
  font-weight: 600;
}

.liquidFillGaugeText {
  font-weight: bold;
}

.name {
  text-align: center;
}

.name > .district {
  margin-bottom: .5rem;
}

.state {
  border-radius: 0.3rem;
  padding: 0.2rem 0 0.2rem 0;
  margin-top: .5rem;
}

.volumn, .dueDay {
  display: none;
}

.updateAt > h5 {
  font-size: 0.7rem;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}

.likecoin {
  padding: 0 0 0 1rem;
  margin: 0 1rem 1rem 0;
  font-size: 0.6rem;
}

.floatArea {
  position: fixed;
  right: 1rem;
  top: 1rem;
  padding: .2rem .8rem;
  color: white;
  background: gray;
  border-radius: 1rem;
  opacity: 0.5;
}

.red {
  background: #ee4444;
  color: aliceblue;
}

.blue {
  background: #178bca;
  color: aliceblue;
}

.gray {
  background: #535353;
  color: aliceblue;
}
/*# sourceMappingURL=style.css.map */