body.single-handouts {
	background: #e5eff5;
}

body.single-handouts .site-inner {
	background: #fff;
	padding-bottom: 120px;
	border: 2px solid #cce0ec;
	box-shadow: 15px 15px 25px #cce0ec;
	border-radius: 5px;
}

body.single-handouts button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

