.review .details {
	margin-top: 8px;
}

.review .content {
	margin: 12px 0 16px 0;
}

.pros {
	margin-bottom: 16px;
}

.cons {
	margin-bottom: 16px;
}

.gameRank {
	color: #d6501e;
	margin-bottom: 16px;
	padding: 16px;
	font-size: 48px;
	border-radius: 4px;
	text-align: center;
	font-family: 'OswaldRegular';
}

.platformIcon {
	float: right;
	margin: 2px;
	padding: 0;
	width: 30px;
	height: 19px;
	border: 1px solid #722B11;
}

.prosItem {
	background: #b0ffb0;
	color: #106010;
	margin-bottom: 4px;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	border-bottom: 1px solid #60a060;
}

.consItem {
	background: #ffb0b0;
	color: #601010;
	margin-bottom: 4px;
	padding: 4px 8px 4px 8px;
	border-radius: 4px;
	border-bottom: 1px solid #a06060;
}