.ceml-donate-btn {
  cursor: pointer;
}

#ceml-donate-overlay {
  display: none;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;

  background: #000;
  opacity: 0.5;
}

#ceml-donate-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1000000;

  width: 550px;
  height: 550px;
  padding: 20px 30px;
  margin-left: -275px;
  margin-top: -275px;

  background: #fff;

  box-shadow: 0 0 40px #000;
}

  #ceml-donate-popup .ceml-donate-close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000001;

    width: 18px;
    height: 18px;

    font-size: 12px;
    line-height: 19px;
    text-align: center;
    font-family: Helvetica,sans-serif;

    color: #fff;
    background: #ef4036;
    border-radius: 9px;

    cursor: pointer;
  }

  #ceml-donate-popup .section_wrapper {
    width: 100%;
  }

@media ( max-width:600px ) {
  #ceml-donate-popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    padding: 0;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
