
.donation-meter {
    margin-left: 20px;
    width: 100px;
    height: 100%;
}
.donation-meter .glass {
    background: #000;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 100%;
    margin: 0 40px 10px;
    padding: 1px;
    position: relative;
    width: 22px;
    min-height: 100px;
}
.donation-meter .amount {
    background: #7C2128;
    border-radius: 100px;
    display: block;
    width: 20px;
    position: absolute;
    bottom: 5px;
}
.donation-meter strong {
    display: block;
    text-align: center;
}
.donation-meter .goal {
    font-size: 25px;
    padding-bottom: 15px;
}
.donation-meter .total {
    font-size: 16px;
    position: absolute;
    right: 35px;
}

.bulb {
    background: #000;
    border-radius: 100px;
    display: block;
    height: 52px;
    margin: 0 40px 10px;
    padding: 1px;
    position: relative;
    top: -21px;
    right: 15px;
    width: 52px;
}
.bulb .red-circle {
    background: #7C2128;
    border-radius: 100px;
    display: block;
    height: 50px;
    width: 50px;
}
.bulb .filler {
    background: #7C2128;
    border-radius: 100px 100px 0 0;
    display: block;
    height: 30px;
    width: 20px;
    position: relative;
    top: -65px;
    right: -15px;
    z-index: 30;
}