.donate_small_header {
  font-size: 20px;
  font-family: 'Roboto Black', cursive;
  background: #46BEBC;
  color: #F3F3F3;
  padding: 10px 15px 10px 10px;
}

.flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.donate-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input-span {
  position: relative;
  display: flex;
  flex-grow: 1;
  margin: 10px;
}

.slide-up {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 15px;
  font-family: monospace;
  font-weight: 400;
  color: #377D6A;
  background: #FFF;
  border: 1px solid #A3DFDE;
  border-radius: 3px;
  outline: 0;
  text-indent: 115px;
  transition: all .3s ease-in-out;
  font-weight: bold;
}
.slide-up::-webkit-input-placeholder {
  color: #efefef;
  text-indent: 0;
  font-weight: 300;
}
.slide-up + label {
  display: inline-block;
  position: absolute;
  transform: translateX(0);
  top: 0;
  left: 0;
  padding: 10px 15px;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  transition: all .3s ease-in-out;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  color: #F3F3F3;
}

.slide-up:before {
  content: '$';
  background:url(/images/icons/money.png)no-repeat 6px center; padding-left:20px;
  display: block;
}

.slide-up + label:before, .slide-up + label:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}
.slide-up + label:before {
  top: 6px;
  left: 5px;
  right: 5px;
  bottom: 6px;
  background: #46BEBC;
}
.slide-up + label:after {
  top: 0;
  bottom: 0;
  background: #46BEBC;
}

.dono-text {
  font-family: 'Roboto', cursive;
  margin-bottom: 10px;
}

.dono-text span {
  font-family: 'Roboto Black', cursive;
}

.bonuses .ten-bonus {
  display: none;
}

.bonuses span {
  margin: 10px 0px;
  display: block;
}

.preview-collectors .panel-footer, .preview-collectors .panel-heading {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.preview-collectors {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1249px) {
  .preview-collectors {
    display: flex;
    flex-direction: row;
  }

  .preview-collectors .panel {
    margin: 0px 10px;
  }
}
