@media screen and (-webkit-min-device-pixel-ratio:0) {
  button span {
    margin-top: -1px;
  }
  .label {
    padding-top: 0.7em;
  }
}

