body {
  justify-content: center;
  background: #ffffff;
  /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',*/
  /*'Helvetica Neue', 'Ubuntu', sans-serif;*/
  height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*section {*/
/*  background: #ffffff;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  width: 400px;*/
/*  height: 112px;*/
/*  border-radius: 6px;*/
/*  justify-content: space-between;*/
/*}*/
/*p {*/
/*  font-style: normal;*/
/*  font-weight: 500;*/
/*  font-size: 14px;*/
/*  line-height: 20px;*/
/*  letter-spacing: -0.154px;*/
/*  color: #242d60;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  padding: 0 20px;*/
/*  box-sizing: border-box;*/
/*}*/
#checkout {
  width: 100vw;
  margin-top: 30px;
  margin-bottom: 50px;
}
.hidden {
  display: none;
}

.donate-row {
    position: relative; 
    margin-top: 45px; 
    left: 0; 
    right: 0; 
    margin-bottom: 50px; 
    background-color: #fff;
}

.donate-row iframe {
    width: 85%;
    height: 100vh;
    border: none; 
    margin: 0 auto;
    display: block;
}

.donate-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    text-align: center;
}
.donate-box {
    display: inline-block;
    width: 250px;
    border: 1px solid #36afc8;
    margin: 10px;
    text-align: center;
    padding: 20px;
    border-radius: 2px;
}
.donate-box:hover {
    background-color: #eafbff50;
}
.donate-box > .donate-button-container,
.donate-box:hover > .suggested-text {
    visibility: hidden;
}
.donate-box:hover > .donate-button-container,
.donate-box > .suggested-text {
    visibility: visible;
}
.donate-box.suggested {
    background-color: #eafbff;
    position: relative;
}
.donate-box.suggested .suggested-text {
    position: absolute;
    font-size: 15px;
    background: #36afc8;
    width: 100%;
    color: #fff;
    padding: 3px 0;
    bottom: 0;
    left: 0;
    margin: 0;
}
.donate-button-container {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.donate-button {
    margin-top: 7px;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 3px;
    color: #36afc8;
}
.donate-button:first-child {
    border: 1px solid #36afc8;
    background-color: #36afc8;
    color: #fff;
}
.donate-button:last-child {
    border: 1px solid #36afc8;
}
.donate-value {
    font-weight: 300;
    font-size: 31.5px;
    line-height: 1.3em;
}
.donate-plan {
    font-size: 22px;
    font-family: "Lato";
    line-height: 1.3em;
    font-weight: 300;
}
#success {
    margin: 80px auto;
    margin-top: 100px;
    /*width: 80%;*/
    text-align: center;
    padding: 0 25px;
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
}
#success h1,
#success p {
    flex-basis: 100%;
    text-align: center !important;
}
#customer-email {
    font-weight: bold;
}

.med-size-text a {
    font-weight: 500; 
    text-decoration: underline; 
    white-space:nowrap;
}