div#quote_container {
	float: left;
	width: 100%;
}

div#quote {
	margin-right: 320px;
	padding-right: 1em;
	text-align: justify;
	line-height: 150%;
}

div#attribution {
	text-align: right;
	font-family: serif;
	font-style: italic;
	margin-top: 1em;
}

span.quote {
	color: gray;
	font-size: 200%;
	vertical-align: sub;
	line-height: 50%;
}

q:before {
	content: '';
	display: none;
}

q:after {
	content: '';
	display: none;
}

span#quote_text {
	padding-left: 3px;
	padding-right: 3px;
}

div#quote_picture_container {
	float: left;
	width: 320px;
	margin-left: -320px;
	background: #DDDDDD;
}

#quote_picture {
	width: 300px;
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	border-color: #DDDDDD;
	margin: 0;
}

div#quote_controls {
	clear: left;
	text-align: right;
	margin: 8px;
}

div#quote_controls div {
	display: table-cell;
}

div#quote_controls a {
	width: 28px;
	height: 22px;
	display:block;
}

div#quote_controls span {
	display: none;
}