/*
 *  Button
 *    Basic Button Element Styling, mostly for resetting.
 */
button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}