.spread {
  display: flex;
  justify-content:space-between;
}

.whitetext {
  width: 50px;
  text-align: center;
  color: white;
}

.modalnobackground {
  background: transparent;
}

.form-error {
  padding: 2px 0 2px 16px;
}

.italic-explicit {
  font-style:italic
}

.power-by {
  font-size:10px;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 20px;
  background-color: #f5f5f5;
  color: #222;
  font-weight: 200;
}
