html{
	font-size: 1em;
	background-color: #e23030;
	height: 100%;
}
body{
	padding-bottom: 15px;
}

header{
	padding:10px;
	overflow: auto;
}
header .back{
	font-size: 1em;
	color:#fff;
	text-decoration: none;
	float: left;
	line-height: 30px;
	cursor: pointer;
}
header .back b{
	
	font-weight: normal;
	float: left;
}


.container{
	padding:5px;
	margin:0 15px 15px 15px;
	background-color: #fff;
	border-radius: 10px;
}
.rule{
	font-size: 1em;
	line-height: 1.8;
}
.rule dt{
	font-size:1.2em;
	font-weight: bold;
}
.rule dd{
	padding-left:2em;
}
.rule dd span{
	float: left;
	margin-left: -2em;
	padding-left: 2em;
}
