#terms{
    background: #fefefe;
    border: 1px solid #cecece;
    margin-bottom: 50px;
		box-sizing: border-box;
		padding:1% 2%;
}
.page-title{
	float:none !important;
}
 .page-title h1{
	float:none !important;
	display: inline-block;
}
#terms h3{
	margin-top: 20px;
}
#terms table{
	width: 100%;
	border-collapse: collapse;;
}
#terms table thead tr{
	background: #D61919;
}
#terms table thead td{
	color:#fff;
	line-height: 20px;
	padding:5px 0;
	text-indent: 5px;
}
#terms table tbody tr:nth-child(even){
	background: #f5f5f5;
}
#terms table tbody td{
	border-bottom:1px solid #cecece;
}
