body {
	background-color:#fff;
	height:100%;
}

i {
	font-style:italic;
}

#wrapper {
	position: relative;
	width:100%;
	min-width:960px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin:0px auto;
}

p.title {
	width:900px;
	margin:0px auto;
	margin-bottom:15px;
	color:#555555;
	font-weight:bold;
	font-size:24px;
}

#help {
	width:900px;
	height:auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding:20px 30px;
	padding-bottom:500px;
	background-color:#fff;
}

.chapter {
	border:1px solid #CCCCCC;
	border-bottom:none;
	background-color:#248600;
	color:#FFFFFF;
	height:50px;
	font-size:18px;
	padding-left:20px;
	line-height:46px;
}

.question {
	border:1px solid #CCCCCC;
	border-bottom:none;
	background-color:#ffffff;
	height:50px;
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	line-height:46px;
	position:relative;
	cursor:pointer;
}

.question:after {
	content: "\f107";
	font-family: FontAwesome;
	position:absolute;
	right:20px;
	top:2px;
	font-size:24px;
}

.open:after {
	content: "\f106";
	font-family: FontAwesome;
	position:absolute;
	right:20px;
	top:2px;
	font-size:24px;
}

.answer {
	border:1px solid #CCCCCC;
	border-bottom:none;
	background-color:#ffffff;
	font-size:16px;
	padding:10px 20px;
	display:none;
}

.answer ul li {
	list-style-type: square;
	margin-left:20px;
	margin:8px 0px 8px 20px;
}

.item:last-child {
	border-bottom:1px solid #CCCCCC;
}

#footer {
	position:absolute;
	bottom:0;
}
