.goalbar_sec {
	margin: 0 15px !important;
}
.bar_bg,
#et-boc .et-l div .bar_bg   {
	background: #dddddd;
}
.bar_active,
#et-boc .et-l div .bar_active {
	background: #5daa3a;
	text-align: center;
	color: #000;
	font-size: 13.5px;
	padding: 4px;
	line-height: normal;
	min-width: 50px;
}
.raised_amnt,
.supporters_sec,
#et-boc .et-l div .raised_amnt,
#et-boc .et-l div .supporters_sec {
	text-align: center;
	padding: 8px;
}

.goalbar-error,
#et-boc .et-l div .goalbar-error {
  color: #ff0000; /* Red text color */
  background-color: #fdd; /* Light red background */
  padding: 10px;
  border: 1px solid #f00;
  border-radius: 5px;
  margin: 10px 0;
  text-align: center;
}
