.donation-meter { margin: 0 30px; width: 100px; float:right;}
.donation-meter .glass { background: #e5e5e5; border-radius: 100px 100px 0 0; display: block; height: 300px; margin: 23px 35px 10px; padding: 5px; position: relative; width: 20px; }
.donation-meter .amount { background: #f34e54; border-radius: 100px; display: block; width: 20px; position: absolute; bottom: 5px; }
.donation-meter strong { display: block; text-align: center; }
.donation-meter .goal { font-size: 1.2em; }
.donation-meter .total { font-size: 16px; position: absolute; right: 35px; }
.bulb { background: #e5e5e5; border-radius: 100px; display: block; height: 50px; margin: 0 35px 10px; padding: 5px; position: relative; top: -20px; right: 15px; width: 50px; }
.bulb .red-circle { background: #f34e54; border-radius: 100px; display: block; height: 50px; width: 50px; }
.bulb .filler { background: #f34e54; border-radius: 100px 100px 0 0; display: block; height: 30px; width: 20px; position: relative; top: -65px; right: -15px; z-index: 30; }
.goal { margin-bottom: 2em; }