.button {
  @include resetButton();
  @include transition(all 200ms linear);

  margin: 2px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  outline: none;

  &::-moz-focus-inner { border: none; }

  &:hover,
  &:focus {
    color: inherit;
    text-decoration: none;
  }
}
