/* Add here all your CSS customizations */




.donation-meter {
  margin-left: 30px;
  width: 100px;
}
  .glass {
    background: #e5e5e5;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 300px;
    margin: 0 35px 10px;
    padding: 5px;
    position: relative;
    width: 30px;
  }
  .amount {
    background: #007934;
    border-radius: 100px;
    display: block;
    width: 20px;
    position: absolute;
     bottom: 5px;
  }
  strong { display: block; text-align: center; }
  .goal {
    font-size: 30px;
	padding: 5px;
  }
  .total {
    font-size: 16px;
    position: absolute;
    right: 35px;
  }


.bulb {
  background: #e5e5e5;
  border-radius: 100px;
  display: block;
  height: 60px;
  margin: 0 35px 0px;
  padding: 5px;
  position: relative;
    top: -20px;
    right: 15px;
  width: 60px;
}
  .red-circle {
    background: #007934;
    border-radius: 100px;
    display: block;
    height: 50px;
    width: 50px;
  }
  .filler {
    background: #007934;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 30px;
    width: 20px;
    position: relative;
      top: -65px;
      right: -15px;
    z-index: 30;
  }
}