/* Add here all your CSS customizations */
.yellow_text{
	color: #ED9C28;
}
.hr_color{
	color: #ED9C28;
	height: 2px !important;
}
.camp_bg {
	background: #eee;
	    border: 1px solid #eee;
    border-radius: 6px;
}