.reset-Button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  text-align: inherit;
  box-shadow: none;

  background: transparent;

  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;

  /* Normalize line-height. Cannot be changed from normal in Firefox 4+. */
  line-height: normal;

  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}
.reset-Button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.reset-Button:focus {
  outline: none;
}
.reset-Button:focus:not(:focus-visible) {
  outline: none;
}
.reset-Button:focus:not(:-moz-focusring) {
  outline: none;
}
