.ranking {
	width: 1200px;
	background-color: #fff;
	border-radius: 8px;
	margin: 30px auto 20px;
	padding: 20px 50px 10px;
}

.ranking p {
	line-height: 55px;
	font-size: 14px;
	margin-left: 20px;
	color: #959595;
}

.ranking table {
	width: 100%;
	border-top: 2px #0b7dda solid;
	padding-left: 70px;
}

.ranking tr.table-head th {
	font-weight: normal;
	text-align: center;
}

.ranking tr {
	border-bottom: 1px #f1f1f1 solid;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}

.ranking td img {
	width: 24px;
	height: 24px;
	border: 1px #e4e0d8 solid;
}

.top-three {
	line-height: 55px;
	font-size: 16px;
	color: #0a7dda;
}

.table-head {
	border-bottom: none;
	background-color: #f1f1f1;
	color: #959595;
	font-weight: normal;
	line-height: 30px;
}

.glyphicon-arrow-up {
	color: #f37e7e;
	margin-left: 20px;
	font-size: 14px;
}

.glyphicon-arrow-down {
	color: #a0d1f7;
	margin-left: 20px;
	font-size: 14px;
}

.glyphicon-minus {
	color: #dddddd;
	margin-left: 20px;
	font-size: 14px;
}

.pagination {
	float: right;
}