.meterStrength {
  border: none; 
  margin: 0 auto 1em;
  width: 100%;
  height: .5em;
  background: none;
  display : inline-block;
  border-style: none;
  border-radius: 8px;
  transition: width 500ms linear;
  box-shadow:0px 1px 5px #555;

}