.save-search-button.btn {
  white-space: nowrap;
  background-color: #da291c;
  border-color: #da291c;
  color: #ffffff;
  outline: none;
  box-shadow: none;
  min-width: 120px;
}
.save-search-button.btn:hover,
.save-search-button.btn:active,
.save-search-button.btn:focus {
  background-color: #58595b !important;
  border-color: #58595b !important;
  color: #ffffff !important;
}
