@charset "utf-8";
.factor {
	clear: both;
	height: 200px;

}
.entry h2 {
	clear: both;
}

.factor .factorizq {
	float: left;
	width: 350px;
}
.title {
	color: #FF6600;
	font-size: 15px;
}

.factor .factorder {
	width: 145px;
	float: right;
}
.scoreText {
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	padding: 1px;
	background-color: #DFDFDF;
}
.contraversialText {
	color: #666666;
	text-align: center;
	line-height: 15px;
	border-top: 2px dotted #CFCFCF;
	margin-top: 15px;
}
.score {
	color: #000000;
	background-color: #FF6600;
	text-align: center;
	font-size: 40px;
	letter-spacing: 8px;
	line-height: 40px;
}

