.tags {
	text-align:		right;
	font-size:		smaller;
}
h1 > code.hljs, h2 > code.hljs, h3 > code.hljs, h3 > code.hljs, h4 > code.hljs, h5 > code.hljs, h6 > code.hljs, p > code.hljs, li > code.hljs {
	display:		inline;
}
/* https://www.webmaster-source.com/2012/04/24/pure-css-blockquote-styling/ */
blockquote {
	font-family:		Georgia, serif;
	font-style:		italic;
	line-height:		1.45;
	position:		relative;
	margin-left:		1.7em;
}
blockquote:before {
	display:		block;
	content:		'\201C';
	font-size:		3em;
	position:		absolute;
	left:			-0.55em;
	top:			-0.35em;
}
blockquote cite:before {
	content:		'\2014\2009';
}
.tag-cloud a {
	vertical-align:		middle;
	background-color:	#dddddd;
	color:			black;
	border-radius:		5px;
	text-decoration:	none;
	padding:		2px;
	white-space:		nowrap;
}
.tag-cloud a:hover {
	background-color:	#aaaaaa;
}
