a {
	color: black;
}

a:hover {
	text-decoration: underline #ccc;
}

p a {
	background-color: #f4d4f4;
	padding: 2px 4px;
	border-radius: 6px;
	color: black;
}

p a::before {
	content: '🔗 ';
	font-size: 50%;
	vertical-align: middle;
}

q::before {
	content: '»';
	font-size: 300%;
	font-weight: 200;
	line-height: 33%;
	margin-right: 10px;
	vertical-align: top;
}

q::after {
	content: '«';
	font-size: 300%;
	font-weight: 200;
	line-height: 33%;
	margin-left: 10px;
	vertical-align: top;
}

q {
	background-color: #afc;
	padding: 5px;
	display: block;
}

a.comment-link::before {
	content: '📧\00a0';
}

a.comment-link {
	margin-top: 15px;
	display: block;
	margin-left: 19px;
}

li.author.none, li.lang.none {
	font-style: italic;
}

details.details-warn summary {
	border: 2px solid red;
	padding: 6px 8px;
/*	margin: 15px 19px 17px 3px; */
	text-align: center;
	background-color: rgb(200, 50, 50);
}

#gallery-minis img {
	border: 1px solid #ccc;
	padding: 1px;
}

a.gallery-image.thumb img {
	object-fit: cover;
	width: 200px;
	height: 200px;
}

a.gallery-image.mini img {
	object-fit: cover;
	width: 60px;
	height: 60px;
}

#gallery-previews,
#gallery-minis {
	text-align: center;
}

.gallery-image.preview img {
	margin-top: 20px;
}

.top-title-wrapper.even {
	background-color: rgba(0, 0, 0, 0.06);
}

.top-title-wrapper.odd {
	background-color: rgba(0, 0, 0, 0.03);
}

li.top-entry {
	list-style: none;
	padding: 10px;
}

nav h3 a, nav h3 a:hover {
	text-decoration: none;
}

a#jump-to-nav {
	display: none;
}

.entry-wrapper table th, .entry-wrapper table td {
	border: ridge;
	background-color: #eaeaea;
	padding: 3px;
}
