#amount {
  font-family: 'Open Sans';
  font-size: 64px;
  color: #3c3c3c;
  position: absolute;
  top: 217px;
  left: 180px;
  width: 425px;
  height: 75px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 5px;
}
#donors {
  position: absolute;
  top: 307px;
  left: 195px;
}

#donors .dname {
  font-size: 25px;
  color: #fff;
  text-shadow: 0 0 10px #333;
  margin-bottom: 4px;
}

#donors .donor {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 300px;
}

#mbdonate {
  display: block;
  width: 121px;
  height: 40px;
  position: absolute;
  left: 338px;
  bottom: 15px;
  text-indent: -9999px;
}

#donors .dloc {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 10px #333;
}