h2 + h3 {
  text-align: center;
  color: #5a3a1e;
  font-size: 16px;
  padding: 10px 10px 0;
  margin: 0;
}

.lymphviewdiv {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.lymphviewdiv > p {
  width: 70%;
}
.lymphviewdiv > div {
  width: 30%;
  padding-top: 15px;
}

.lmPower {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
  position: relative;
}
.lmPower li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 12px;
  background-color: #ffdcaf;
  width: 23%;
  border-radius: 100%;
  margin-left: 1.6%;
  margin-bottom: 5px;
  color: #715032;
  text-align: center;
}
.lmPower li:last-of-type {
  margin-right: 0;
}
.lmPower li:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
