.marker {
	background: yellow;
}


p.highlighted {
    margin: 1.5em 2em;
    color: #666;
	font-family: 'Sorts Mill Goudy', serif;
    font-size: 1.6em;
    font-style: italic;
}

.ck-quote {
    float: right;
    width: 40%;
	margin: 1em 1em 1em 2em;
    padding: 1em 1em .5em 1em;
	border: solid #999;
	border-width: 1px 0;
	color: #666;
}

.ck-quote-content {
	margin-bottom: .5em;
	line-height: 1.8;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.4em;
	font-style: italic;
}

.ck-quote-author {
	margin: 0;
	font-size: .9em;
	text-transform: capitalize;
	text-align: right;
}