@media (max-width: 768px) {
#terms {
	padding: 0%;
	margin: 20px auto;
	width: 90%;
}
#terms h2 {
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}	
#terms p {
	color: #666;
	width: auto;
	font-size: 80%;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
}
#terms .title {
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
}
#terms ul {
	padding-left: 15px;
}
#terms li {
	margin: 0;
	list-style-type: decimal;
	color: #666;
	width: auto;
	font-size: 80%;
	font-weight: normal;
	margin: 0px auto;
	padding: 0px;
}
#terms .margin {
	margin-bottom: 20px;
}
	
	
}