/* Pullquote. */
.pullquote {
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 30px;
	margin: 10px 0 10px 20px;
	padding: 10px;
	width: 250px;
	background-color: gray;
}

.pullquote-left {
	color: #fff;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin: 10px 0 10px 20px;
	padding: 10px;
	width: 250px;
	background-color: gray;
}