/*--------------------------------------------------------------
# Rating Css blogger by scriptMR.xtgem.com
--------------------------------------------------------------*/
.gmr-rating-content {
	float: left;
}
.gmr-rating-bar {
	position: relative;
	overflow: hidden;
	height: 18px;
	color: #f1c40f;
	outline: none;
	font-weight:400;
	line-height: 1;
	font-size: 18px;
	width: 150px;
	font-family: Arial;
}
.gmr-rating-bar:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #eeeeee;
	float: left;
	content: "\2605\2605\2605\2605\2605\2605\2605\2605\2605\2605";
}
.gmr-rating-bar span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 18px;
}
.gmr-rating-bar span:before {
	content: "\2605\2605\2605\2605\2605\2605\2605\2605\2605\2605";
	top: 0;
	position: absolute;
	left: 0;
}
.gmr-meta-rating {
	margin-top:3px;
	font-size: 12px;
	font-weight: 300;
	color: #999999;
}

    .gmr-movie-data {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
}
