
.empty-stars {
	position: absolute;
}

.one-and-a-half {
	width: 12.5%;
}

progress {
	background: #cdcdcd !important;
	color: #015a94;
	
	/* Turns off default styling */
	appearance: none;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	
	
	/* Dimensions */
	height: 17px;
	max-width: 100%;
	width: 225px;
}

/* Chrome, Opera bar background */
progress::-webkit-progress-bar {
	background: #cdcdcd;
}
/* Chrome, Opera bar color */
progress::-webkit-progress-value {
	background: #015a94;
}

/* Firefox bar color */
progress::-moz-progress-bar {
	background: #015a94;
}

.see-all {
	font-size:16px;
}

.star {
	color: #f58a21;
	font-size: 14pt;
}

.star-fraction
{
	position: absolute;
	overflow: hidden;
}

.stars-avg {
	margin-top: 7px !important;
}

.stars-follow {
	line-height: 21px;
}

.summary-intro {
	font-size: 24px;
	line-height: 31.2px;
	margin-bottom: 20px;
}

.summary-questions {
	font-size: 12pt;
}

.summary-question {
	color: #76777c;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

@media only screen and (max-width: 767px)
{
	.summary-questions {
		padding-left: 20px;
	}
}

.summary-row {
	margin-top: 2px !important;
}
