.fundraiser-c h4 {
font-size: 22px;
}

.donation-meter {
position: relative;
width: 100%;
margin: 45px auto 35px;
}

.donation-meter .amount {
-moz-transition: .2s linear;
-webkit-transition: .2s linear;
-o-transition: .2s linear;
transition: .2s linear;
}

.donation-meter span {
font-family: "PFDinDisplayPro", sans-serif;
font-weight: 300;
color: #494949
}

.glass {
display: block;
position: relative;
width: 30px;
height: 250px;
margin: 0 auto;
padding: 5px;
/**border-radius: 100px 100px 0 0;/**/
background: #e5e5e5;
}

.glass:after {
content: "";
display: block;
position: absolute;
top: -15px;
left: 0;
width: 30px;
height: 30px;
border-radius: 100px 100px 0 0;
background: #e5e5e5;
}

.amount {
display: block;
position: absolute;
bottom: 0;
left: 5px;
width: 20px;
/**border-radius: 100px;/**/
background: #f26700;
z-index: 10;
}

.goal {
/**/position: absolute;
top: 60px;
left: 0;/**/

/**
display: block;
margin: 0 0 40px;
text-align: center;/**/
line-height: 1.2;
}

.goal.layout-2 {
top: 180px;
}

.goal span {
font-size: 24px;
}

.total {
position: absolute;
right: 0;
padding: 8px 45px 0 5px;
border-top: 2px solid #f26700;
font-size: 16px;
}

.marks {
position: absolute;
top: 0;
bottom: 0;
left: 20px;
font-size: 14px;
}

.marks .mark {
display: inline-block;
position: relative;
margin-bottom: 46px;
padding: 0 5px 0 15px;
z-index: 1;
}

.marks .mark span {
position: absolute;
top: -2px;
left: 20px
}

.marks .mark:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 5px;
width: 5px;
height: 2px;
background: #999
}

.bulb {
position: relative;
width: 60px;
height: 60px;
margin: 10px auto;
padding: 5px;
background: #e5e5e5;
border-radius: 100px;
}

.red-circle {
position: relative;
width: 50px;
height: 50px;
border-radius: 100px;
background: #f26700;
z-index: 10;
}

.filler {
position: relative;
top: -65px;
right: -15px;
height: 30px;
width: 20px;
/**border-radius: 100px 100px 0 0;/**/
background: #f26700;
z-index: 10;
}

.filler-o {
position: absolute;
top: -10px;
left: 15px;
height: 20px;
width: 30px;
background: #e5e5e5;
}