/* rating bar styles*/
.rating_bar {
	width: 100px;
	background: url(../../../images/newstar_empty.png) repeat-x 0 0;
	display: inline-block;
}

.rating_bar div {
	height: 20px;
	background: url(../../../images/newstar_full.png) repeat-x 0 0;
}

/*
.grecaptcha-badge { visibility: visible !important;}
.grecaptcha-badge { width: 70px !important; overflow: hidden !important; transition: all 0.3s ease !important; left: 4px !important;}
.grecaptcha-badge:hover { width: 256px !important; }
*/

.alert-info {
 /*color:#0c5460;*/
 color:#222222;
 /*color:#FFFFFF;*/
 /*background-color:#d1ecf1;*/
 background-color:#8dc63f;
 border-color:#bee5eb
}
.alert-info hr {
 border-top-color:#abdde5
}
.alert-info .alert-link {
 color:#062c33
}