.cookie-button {
  margin-top: 0;
  margin-right: 10px;
  background-color: white;
  color: white;
  border-color: white;
}
.cookie-button,
.cookie-button:active,
.cookie-button:focus,
.cookie-button:active:focus {
  margin-top: 0;
  background-color: #448189;
  border-color: white;
  color: white;
  outline: none;
}
.cookie-button:hover {
  margin-top: 0;
  background-color: #448189;
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}
.btn-save-color,
.btn-save-color:active,
.btn-save-color:focus,
.btn-save-color:active:focus {
  background-color: #448189;
  border-color: white;
  color: white;
  outline: none;
}
.btn-save-color:hover {
  background-color: #448189;
  border-color: rgba(255, 255, 255, 0.9);
  color: white;
}
.positionList__header__button,
.positionList__header__button:active,
.positionList__header__button:focus,
.positionList__header__button:active:focus {
  background-color: #448189;
  border-color: white;
  color: white;
  outline: none;
}
.positionList__header__button:hover {
  background-color: #448189;
  border-color: rgba(255, 255, 255, 0.9);
  color: white;
}
.positionList__search__button,
.positionList__search__button:active,
.positionList__search__button:focus,
.positionList__search__button:active:focus {
  margin-top: 0px;
  background-color: #448189;
  border-color: white;
  color: white;
  outline: none;
}
.positionList__search__button:hover {
  background-color: #448189;
  border-color: rgba(255, 255, 255, 0.9);
  color: white;
}
.btn-add-color,
.btn-add-color:active,
.btn-add-color:focus,
.btn-add-color:active:focus {
  background-color: #448189;
  border-color: white;
  color: white;
  outline: none;
}
.btn-add-color:hover {
  background-color: #448189;
  border-color: white;
  color: white;
  outline: none;
}
