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

.container {
	width: 510px;
	padding: 0 15px;
	background: white;
	color: black;
	border: 2px solid #CCC;
}

/* Custom Prepends. */
.prepend-custom-one {
	padding-left: 31px;
}

.prepend-custom-two {
	padding-left: 187px;
	width: 70px;
}

.prepend-custom-three {
	padding-left: 77px;
	width: 70px;
}

.prepend-custom-four {
	padding-left: 169px;
	width: 110px;
}

.prepend-custom-five {
	padding-left: 34px;
	width: 70px;
}