h2.donate-goal {
	font-size:2.2em;
	font-weight:bold;
	text-align:center;
	margin:20px 0 10px 0;
}
.donate-project-cost {
	font-size:0.8em;
	text-align:center;
}
.donate-progress-bar-wrapper {
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	border:5px solid #E4E3D1;
	margin:10px 5px;
}
.donate-progress-bar {
	position:relative;
	text-align:center !important;
}
.donate-progress {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	height:28px;
	background:#647F29;
}
.donate-progress-bar-text {
	color:#333;
	width:100%;
	position:absolute;
	top:7px;
	display:block;
	font-weight:bold;
}
.donate-progress-submit {
	background: #333333;
	border: 1px solid #666666;
	color: #CCCCCC !important;
	cursor: pointer;
	display: block;
	font-size: 1.4em;
	padding: 6px 15px;
	text-align: center;
	font-weight:bold !important;
	margin:18px auto;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:75%;
}
.donate-progress-submit:hover {
	background:#1C1D22;
}
.donate-progress-remaining {
	margin:20px 0;
	padding:10px 10px 4px;
	font-size:1.3em;
	line-height:1.5em;
	color:white;
	font-weight:bold;
	background:#647F29;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c9d35',endColorstr='#647F29');
	background:-webkit-gradient(linear,left top,left bottom,from(#7c9d35),to(#647F29));
	background:-moz-linear-gradient(top,#7c9d35,#647F29);
}
.donate-title, .donate-description {
	padding:0 10px 10px;
}
.donate-give-back {
	margin:10px 0;
	background:#EFEFEF;
	border-bottom:1px dotted #CCCCCC;
}
.give-back {
	padding:10px;
	border-top: 1px dotted #CCCCCC;
}
#community-crowd-funding #donate-container .donate-give-back h4 {
	border:none;
}

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}