.strength_group { 
  /*  width: auto; */
  /*    text-align: center; */
} 

.strength_group label { 
  /*    display: block; */
  /*    padding: 20px 0; */
} 

.strength_group input { 
  /*border: none; 
  outline: none; 
  padding: 20px; 
  width: calc(100% - 40px); 
  border-radius: 10px; 
  background-color: #eaeff2; 
  color: #3ba62f; 
  font-size: 20px; */
} 

.strength_group .strength_power_container { 
  /*  background-color: #2E424D; */
  background-color: darkgrey; 
  width: 100%; 
  height: 20px; 
  border-radius: 5px; 
} 

.strength_group .strength_power_container #strength_power_point { 
  background-color: #D73F40; 
  width: 1%; 
  min-width: 4%; 
  height: 100%; 
  border-radius: 5px; 
  transition: 0.5s; 
}
.strength_group .power_label {
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
  height: 14px;
  vertical-align: middle;
  color: white;
  text-shadow: 2px 2px 5px green;
}