div.source pre,
pre.code {
	overflow: auto;
	max-height: 20em;
	font-size: 0.8rem;
	background-color: #346;
	color: white;
	padding: 1em;
	line-height: 130%;
}
div.source {
	margin-top: 1em;
}
div.quote {
	margin: 1em 0;
	padding: 1em;
	font-size: 0.8rem;
	border: 1px solid #CCC;
}

table.stats {
	width: 100%;
	border: 1px solid #CCC;
}

table.stats th, table.stats td {
	padding: 0.1em 0.4em;
	font-weight: normal;
}
table.stats th {
	padding: 0.2em 0.4em;
	background-color: #369;
	color: white;
}

table.stats td {
	border-top: 1px solid #CCC;
	font-size: 0.9rem;
}
table.stats a {
	color: inherit;
}
div.html_center {
	margin-top: 1em;
}
h1.journal_calendar_month_link {
	padding-top: 1em;
}
table.calendar_year {
	margin-top: 0;
}
.news_item_organisation_links {
	text-align: right;
	font-size: 0.85rem;
	display: flex;
	justify-content: space-between;
}

.news_item_organisation_links .news_item_category_link {
	margin-left: auto;
}

.news_item_category_link a {
	margin-left: 0.5em;
	padding-left: 20px;
	background-image: url('/images/icons/tag_green.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	white-space: nowrap;
}
.news_item_comments_link {
	padding-left: 20px;
	background-image: url('/images/icons/comments.png');
	background-position: left;
	background-repeat: no-repeat;
}

#tagged_rss {
	text-align: center;
}
#tagged_rss a {
	padding-left: 20px;
	line-height: 16px;
	background: transparent url('../images/icons/tag_feed.png') no-repeat scroll bottom left;
}
#tag_cloud a {	
	vertical-align: middle;
	line-height: 0.8rem;
}
.news_page_numbers {
	margin-top: 2em;
	margin-bottom: -1em;
	font-size: 0.8rem;
}
.rotate360 {
	display: inline-block;
}
div.twitter-tweet {
	margin-left: auto;
	margin-right: auto;
}

.news_item {
	border-bottom: 1px solid #69C;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.news_item_tag_cloud a {
	display: inline-block;
	line-height: 80%;
	vertical-align: middle;
	white-space: nowrap;
}
.calendar-year-navigation {
	margin-bottom: 1rem;
	text-align: center;
	padding: 0 4rem;
}
.calendar-year-navigation a,
.calendar-year-navigation strong {
	display: inline-block;
	width: 4rem;
	vertical-align: middle;
}
.calendar-year-navigation a:first-child {
	margin-left: -4rem;
}
.calendar-year-navigation a:last-child {
	margin-right: -4rem;
}
.calendar-year-navigation strong {
	font-size: 1.3rem;
}