.formfield {
  font-size: 16px;
  margin-bottom: 10px;
}

.paypal-button-container, form, select{
  max-width: 100%;
}

#amount {
  text-align: right;
}

#result-container {
  font-size: 20px;
  border: solid 3px;
  background: rgb(228, 248, 225);
}


#paybox {
  text-align: center;
  width: 500px;
  margin: auto;
  max-width: 100%
}

#error-container {
  line-height:2em;
  min-height: 2em;
}
#error {
  color: red
}
