#content{
	background-color: #E1E4EA;
}

.well{
	margin-top: 20px;
	background-color: white;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.well > span{
	font-size: 16px;
    line-height: 1.5;
    font-family: Circular,Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.well > h1{
	margin-top: 10px;
    font-size: 1.8em;
    color: #222326;
}
