@import url('https://fonts.googleapis.com/css?family=Prompt');

body {
	background-color:#FFFFFF;
	font-family: 'Prompt', sans-serif;
}

.col{
	float:left;
	margin:0px;
}

.clear{
	clear: both;
}

.w1{
	width:70%;
	padding:0px;
	margin:0px;
}

.w2{
	width:30%;
	padding:0px;
	margin:0px;
	text-align: right;
}

.digrankline{
	padding: -10px 0 0 0;
	border-bottom: 1px dotted #ccc;
}

.rankn1{
	background-color: #b12905;
	font-weight: bold;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rankn2{
	background-color: #eec32d;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.rankn3{
	background-color: #fff6de;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

span.num{
	font-weight: normal;
	color: #878787;
}

span.num{
	font-weight: normal;
	color: #878787;
}
