#main-section{
	width: 1100px;
	min-height: 80%;
	margin: auto;
	box-shadow: 0px 0px 8px #555;
	padding: 15px;
}

.section{
	width: 400px;
	border-bottom: 1px solid #d1d1d1;
}
.section h3{
	color: #8a3288;
}
.section p{
	color: #636662;
	font-size: 14px;
	line-height: 20px;
}
.section pre{
	float: left;
	font-size: 16px;
	color: #00a3e0;
	font-weight: bold;
}
.section div{
	font-size: 16px;
	color: #8a3288;
}