#donate-overlay{
  /*display: none;*/
  z-index: 10;
  position: fixed;
  top:0;
  right:0;
  left:0;
  height: 100%;
  bottom:0;
  width:100%;
  background: rgba(0,0,0,.5);
  font-family: Arial, sans-serif;
}
#donate-overlay-frame{
  position: relative;
  margin:0 auto;
  top: 60px;
  width:600px;
  max-width: 90%;
}
#donate-overlay-frame img{
  border-radius: 8px;
  border: 3px solid #ddd;
}
#donate-overlay-close{
  position: absolute;
  right: -20px;
  background: #fff;
  top: -20px;
  cursor: pointer;
  font-size: 30px;
  padding: 8px 14px;
  border-radius: 50%;
  line-height: 1;
  border: 2px solid #b81034;
  color: #b81034;
}
#donate-overlay-button{
    bottom:auto;
    top:70%;
    left: 25%;
    position: absolute;
    background: #b81034;
    color: #fff;
    border: 6px solid #8b1427;
    cursor: pointer;
    max-width: 50%;
    width: 50%;
    text-align: center;
    line-height: 1;
    padding: 12px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  #donate-overlay-button{
    bottom: 60px;
    top:auto;
    max-width: 80%;
    width: 80%;
    font-size: 20px;
    left: 10%;
    padding: 10px;
  }
}
#donate-overlay-nothanks{
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom:20px;
  font-size: 12px;
  text-decoration: underline;
  color:white;
}
#donate-overlay-nothanks:hover,
#donate-overlay-nothanks:focus{
  text-decoration: none;
  color:white;
}