html, body {
	background-color: #ddd;
}

header {
	margin-bottom: 20px;
}

div.col-md-9 > :first-child {
	margin-top: 0;
}

.container {
	padding: 0 17px 17px 17px;
	background-color: #fff;
	box-shadow: 0 0 7px #aaa;
}

p {
	text-align: justify;
}

blockquote p {
	text-align: left;
}