div.cytat {
	display: table;
	padding: 0;
}

div.cytat.box {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	border: 1px solid #aaa;
	background: #f9f9f9;
}

div.cytat > blockquote {
	margin: 0;
	padding: 0.5em 1.5em;
}

div.cytat-zrodlo {
	text-align: right;
	padding: 0 1em 0.5em 1.5em;
}

div.cytat-zrodlo::before {
	content: '— ';
}

div.cytat.cudzysłów > blockquote {
	display: table;
}

div.cytat.klasyczny::before {
	float: left;
	content: '';
	background-image: url('//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Quote-alpha.png/20px-Quote-alpha.png');
	background-repeat: no-repeat;
	background-position: top right;
	width: 2em;
	height: 2em;
	margin: 0.5em 0.5em 0.5em 0.5em;
}

div.cytat.klasyczny > blockquote {
	border: 1px solid #ccc;
	background: white;
	color: #333;
	padding-left: 3em;
}

div.cytat.cudzysłów > blockquote::before {
	display: table-cell;
	color: rgb(178, 183, 242);
	font: bold 40px 'Times New Roman', serif;
	vertical-align: bottom;
	content: '„';
	padding-right: 0.1em;
}

div.cytat.cudzysłów > blockquote::after {
	display: table-cell;
	color: rgb(178, 183, 242);
	font: bold 40px 'Times New Roman', serif;
	vertical-align: top;	
	content: '”';
	padding-left: 0.1em;
}

div.cytat.środek {
	margin: 0 auto;
}

div.cytat.prawy {
	float: right;
	clear: right;
	margin-left: 1.4em;
}

div.cytat.lewy {
	float: left;
	clear: left;
	margin-right: 1.4em;
}

div.cytat.prawy:not([style]), div.cytat.lewy:not([style]) {
	max-width: 25em;
}