/*---------------------------------------------------------*/
/* Styling for the content of the extras content container */
/*---------------------------------------------------------*/

.extras-padding-btm {
  padding-bottom: 2rem;
}

.acceptExtrasBtn {
  width: 8rem;
  height: 3rem;
  margin-bottom: 1rem;
  margin-left: 14rem;
  outline: none;
  border: 0.5px solid rgba(255,255,255,0.1);
  border-radius: 5.6px;
  box-shadow: 0rem 0rem 2px 0.016px black;
}

.acceptExtrasBtn:focus {
  outline: none;
}

.acceptExtrasBtn:hover {
  background-color: #26ca28;
  background-color: #ED8000;
}

.acceptExtrasBtnBackground {
  background-color: #26ca28;
  background-color: #ED8000;
}
