.newpaypal_form_container {
  position: relative;
  width: 100%;
  max-width: 686px;
  background-color: #eee;
  padding: 10px 10px 30px 10px;
  border-width: 10px;
  border-style: solid;
  border-color: #00728D;
}

/*#paypalform label {
  margin-bottom: 0.5em;
}*/

label[for^="new"] {
    //color: red;
    font-size: 16px !important;
    margin-bottom: .5em !important;
}

.newpaypal_form_container a {
  font-size: 0.75em;
}

.ast {
  font-size: 20px;
  float: left;
  position: relative;
  color: rgb(255, 0, 0);
  z-index: 1;
}

#spinner{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  //transform: translate(-50%, -50%);
  margin: -50px 0 0 -50px;
}

.form-check-inline {
  margin-right: 1rem;
}

.newtribute_section {
  margin-top: 20px;
  display: none;
}

.privacy_policy {
  margin-top: 40px;
  display: none;
}

#isrecurring {
 margin: 10px 0px 30px 0px;
}

.newpaypal_form_container > div {
  //flex: 1 0 50%;
}

.newpaypal_form_container > div:first-child {
  //flex: 0 1 100%;
}

/*.newsolicit_type {
  border-style: solid;
  border-width: 1px;
  border-color: blue;
}*/

/*.newdonation_amount {
  display: flex;
  border-style: solid;
  border-width: 1px;
  //border-color: red; 
}*/

#newdonation_edit {
  margin-bottom:5px;
}

input[type=radio]{
  transform: scale(1.5);
  margin-bottom: 3px;
}

input[type=checkbox]{
  transform: scale(1.5);
  margin-left: 10px;
}

.radioLabel {
  font-size:16px !important;
  font-weight:normal !important;
  //color: red;
  margin-right: 10px;
}

.radioLabel :last-child {
  margin-right: 0;
}



.theAmount {
  //margin-left: 5px;
  //margin-right: 10px;
}

.newpaypal_form_container input[type="text"] {
  background-color: white !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 5px !important;
}

#newrecipient_address, #newtribute_instructions {
  height: auto;
}





.mylabel{
  width: 100%;
  font-size:18px !important;
  font-weight:600;
  margin-bottom: .5em !important;
}

.donationBtns {
  display: inline-flex;
  align-items: center;
}

.anonymous_donation {
  width: 100%;
}


.tributeInfo {
  display: inline-flex;
}

#aboutPaypal {
 font-size: 0.8em;
 text-align: right;
 padding-right: 20px;
}

#save {
  margin-top:5px;
}

.privacy_policy {
  font-size: .8em;
  font-style: oblique;
  background-color: #fff;
  margin: 20px 17px 10px 17px;
  padding: 10px;
  line-height: 140%;
}

.close {
  color: #999;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}