.cylinder {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 75px;
  height: 230px;
  border-radius: 50px/25px;
  background-color: rgba(160, 160, 160, 0.35);
  box-shadow: inset 0 0 10px #CCC;
}

.cylinder.big {
  width: 140px;
  border-radius: 75px/25px;
}

.cylinder:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 33px;
  border-radius: 50px/35px;
  background-color: rgba(160, 160, 160, 0.2);
  content: '';
}

.cylinder.big:before {
  height: 40px;
}

.cylinder.big:before, .cylinder.big:after {
  width: 140px;
  border-radius: 77px/23px;
}

.cylinder.big:after {
  height: 47px;
}

.cylinder:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 33px;
  border-radius: 50px/25px;
  background-color: rgba(160, 160, 160, 0.4);
  content: '';
}

.cylinder .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 98px;
  z-index: 2;
}

.cylinder .volume {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  padding-top: 33px;
  border-radius: 50px/25px;
  transition: 0.3s linear;
  box-shadow: inset 0 0 30px #999;
  z-index: 1;
}

.cylinder.big .volume {
  width: 140px;
  height: 47px;
  top: 0;
  bottom: initial !important;
  border-radius: 75px/25px;
}

.cylinder .volume:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 33px;
  border-radius: 50px/25px;
  content: '';
}

.cylinder.big .volume:before {
  height: 45px;
}

.cylinder.big .volume:before,
.cylinder.big .volume:after {
  width: 140px;
  border-radius: 75px/25px;
}

.cylinder .volume:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 33px;
  border-radius: 50px/25px;
  content: '';
}

.cylinder.big .volume:after {
  height: 47px;
}

.cylinder .volume.blue {
  background-color: rgba(0, 110, 160, 0.5);
}

.cylinder .volume.blue:before {
  background-color: rgba(0, 110, 160, 0.2);
}

.cylinder .volume.blue:after {
  background-color: rgba(0, 110, 160, 0.4);
}

.cylinder .volume.green {
  background-color: rgba(0, 160, 110, 0.5);
}

.cylinder .volume.green:before {
  background-color: rgba(0, 160, 110, 0.2);
}

.cylinder .volume.green:after {
  background-color: rgba(0, 160, 110, 0.4);
}

.cylinder .diameter-text {
  font-weight: bold;
  position: absolute;
  width: 138px;
  top: 20px;
  left: 1px;
  border-color: #4c788c;
  border-bottom: solid;
  border-bottom-width: 2px;
  z-index: 2;
}
.cylinder .diameter-left-right {
  position: absolute;
  width: 138px;
  top: 37px;
  left: 1px;
  height: 10px;
  border-color: #4c788c;
  border: solid;
  border-width: 0 2px;
}

.depth-text div {
  font-size: 0.8rem;
  right: 75%;
  position:absolute;
}
.depth-text .depth-text-0 {
  top:60px;
}
.depth-text .depth-text-1 {
  top:123px;
}
.depth-text .depth-text-2 {
  top:182px;
}
.depth-text .depth-text-3 {
  top:242px;
}
