.overall-rating {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.2;
	margin: 0.2em 0;
}
.avg-rating {display: block;}
.last-update {
	font-size: 0.9em;
	color: #979797;
}

#pagination {
	position: absolute;
	bottom: 20px; right: 20px;
	opacity: 0.4;
}
@media (min-width: 991px) {
	#pagination {
		right: 40px;
	}
}
.thin-icon {margin: 0 5px;}
.thin-icon:hover {background-color: #ccc;}