.button,
.button:hover,
.button:active,
.button--brand,
.button--neutral,
.add-button,
.remove-button,
.submit-button,
.submit-button-arrow,
.btn,
.content a.btn,
.submit,
.nice-button,
#searchButton,
.cancel-button {
  background-color: #f37227;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font: 14px "Roboto Medium";
  letter-spacing: normal;
  margin: 0;
  padding: 5px 12px;
  text-decoration: none;
}

.button:hover,
.add-button:hover,
.remove-button:hover,
.submit-button:hover,
.submit-button-arrow:hover,
.btn:hover,
.content a.btn:hover,
.submit:hover,
.nice-button:hover,
#searchButton:hover,
.cancel-button:hover {
  background: #e86a20;
}

.button:active,
.add-button:active,
.remove-button:active,
.submit-button:active,
.submit-button-arrow:active,
.btn:active,
.content a.btn:active,
.submit:active,
.nice-button:active,
#searchButton:active,
.cancel-button:active {
  background: #da5f17;
  position: relative;
  top: 1px;
}

.button--neutral,
.button--neutral:hover,
.button--neutral:active {
  background-color: #fff;
  border: 1px solid #d8dde6;
  color: #f37227;
}

.button--neutral:hover {
  background-color: #f4f6f9;
}
.button--neutral:active {
  background-color: #e1e4e9;
}
