#donation_tracker-sidebar_wrapper {
  height: 335px;
/*   margin-right: 30px; */
  position: relative;
}
#donation_tracker-sidebar_wrapper h3 {
  margin-bottom: 10px;
}
#tracker {
/*       border: 1px solid #000; */
  height: 320;
  margin: 5px;
  width: 100;
}
#tracker_bar {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  float: left;
  clear: none;
  height: 300px;
  margin-left: 10px;
  margin-right: 20px;
  position: relative;
  width: 40px;
}
#tracker_stats {
  padding-left: 30px;
}
#tracker_stats #goal {
  font-weight: bold;
}
#tracker_stats #halfway {
  color: #888;
  left: 77px;
  position: absolute;
}
#tracker_stats #total {
/*   bottom: 16px; */
  font-weight: bold;
  left: 77px;
  position: absolute;
}
#tracker_stats #zero {
  color: #888;
  position: absolute;
  bottom: 0;
  left: 77px;
}
#fill {
  background-color: red;
  border-radius: 10px;
  bottom: 0;
  position: absolute;
  width: 40px;
}


#DToptions_form {
  max-width: 520px;
}
#DToptions_form #intro {
  background-color: #eee;
  border: 1px solid #8f8f8f;
  margin: 10px 0 20px;
  padding: 10px;
}
#DToptions_form .form-field {
  margin-bottom: 10px;
}
#DToptions_form .input-wrapper {
  margin-left: 20px;
}
#DToptions_form input[type="text"] {
  width: 100px;
}