.pointer {
    cursor: pointer;
}

a {
  text-decoration: none;
  color: #ff00ff;
}
a:hover {
  text-decoration: none !important;
  color: #ff0000;
}
.org-logo {
    max-height: 80px;
    width: auto;
    margin: 20px;
}
.donatebutton {

    border-color: #37903b;
    background-color: #37903b;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 6px #d2d2d2;
}
.donatebutton:focus {
  box-shadow: 0px 10px #d2d2d2;
}
.donatebutton:hover {
  box-shadow: 0px 10px #d2d2d2;
}
.thinborder {
  
    border: 1px solid #dee2e6;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background-color: #fff;

}
.smbutton {

    border-color: #ff0000;
    background-color: #ff0000;
    margin-bottom: 20px;
    border-radius: 19px;
}
.donatebutton:hover {
    text-decoration: none;
}

.buttonwidth {
    width: 200px;
}

input[type=checkbox], input[type=radio] {
  margin-right: 10px;
}

/*LOADING*/
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #ff0000;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/*/LOADING*/
