.starsreview {
	margin: 30px 8px 0px 8px;
	font-size:14px;
	line-height:1.3em;
}

/* Increase font size if the device is tablet / iPad in portrait mode */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.starsreview { 
		font-size: 16px;
		line-height:1.2em;
	}
}

.starsreview:before {
	 content: "\2605\2605\2605\2605\2605";
	 color: orange;
	 height:100%;  
	 position: absolute;
	 top: 0;
	 font-size:24px
}