@CHARSET "UTF-8";


.content{
	background-color: white;
}
.content .container{
	width: 800px;
	padding-bottom: 30px;
}
.content .row h3{
	text-align: center;
	color: #337AB7;
}
.content .row h3 i{
}
.content .desc{
	font-size: 15px;
	color: #666666;
	margin: 0px 50px 20px 50px;
}
.content p{
	margin: 0px 0px 5px;
}