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

.container {
	width: 540px;
	background: white;
	color: black;
	border: 2px solid #CCC;
	padding-left: 10px;
}

.long-divider, #feeling-divider {
	margin: 0 auto;
	display: block;
	width: 68%;
	margin-left: 120px;
}

/* Custom prepends for IE. */
.prepend-custom-one {
	padding-left: 66px;
}

.prepend-custom-two {
	padding-left: 192px;
}

.prepend-custom-three {
	padding-left: 150px;
}

.prepend-custom-four {
	padding-left: 166px;
}

.prepend-custom-five {
	padding-left: 105px;
}
