body {
	background-color: #222;
	font-family: 'Segoe UI', system-ui, -webkit-pictograph, Arial, sans-serif;
	font-size: 14px;
	color: #ccc;
	text-align: left;
	/* background: linear-gradient(90deg, #111, #444); */
}

#container {
	width: 1320px;
	margin: 0 auto;
	overflow: hidden;
}
#container.hidden {
	width: 1320px !important;
	visibility: hidden;
}

.hilite {
	color: #fff;
}

.title {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	color: white;
	/*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
}

.author {
	font-size: 12px;
	color: #999;
	float: right;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #09c;
}
a.hidden {
	display: none;
}

.red {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: none;
	color: #aa0000;
	text-decoration:none;
}

.star {
	font-family: tahoma;
	font-size: 14px;
	font-weight: none;
	/*color: #ffffff;*/
	text-decoration: none;
	letter-spacing: 2px;
	text-shadow: #666 0 0 3px;
}

.void {
	font-family: tahoma;
	font-size: 14px;
	font-weight: none;
	color: #181410;
	text-decoration: none;
}

#tbl2 {
	text-align:left;
}

.divider {
	width: 624px;
	padding: 24px 0;
	margin-bottom: 24px;
	text-align: justify;
	/*background-color: #888;
	overflow: auto;
	border-radius: 12px;
	box-shadow: inset 0 1px 1px #666;*/
	white-space: pre-wrap;
	line-height: 20px;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.divider.left {
	float: left;
}
.divider.right {
	float: right;
}

.imgload {
	display: none;
}

#credits {
	box-sizing: border-box;
	padding: 12px 0;
}
#credits > div,
.footer {
	width: 1320px;
	margin: 0 auto;
	clear: both;
	font-size: 12px;
	line-height: 16px;
}

.head {
	padding: 20px 30px 40px;
	line-height: 16px;
	font-size: 12px;
}
.head > div {
	width: 1320px;
	margin: 0 auto;
	overflow: auto;
    white-space: nowrap;
}
.head img {
	margin:2px 24px 40px auto;
}
.head > div > div:first-child img {
	border-radius: 50%;
	/* border: 3px solid #999;
	box-shadow: #7f7f7f 0 0 0px 2px;
	margin-left: 2px; */
}

.cover {
	padding: 4px 0 20px 20px;
	float: right;
	max-width: 126px;
}
.cover img { width: 100%; }

p { margin: 0; }

#hat {
	white-space: nowrap;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: auto;
	overflow-y: scroll;
	box-sizing: border-box;
	font-size: 0;
	opacity: 0.97;
	max-height: 100%;
	min-width: 36px;
}
#hat img {
	display: block;
	/*max-height: 50px;*/
	max-width: 30px;
	filter: grayscale(1);
}
#hat a:hover img, #hat a.in-view img {
	filter: grayscale(0);
}
#hat a:hover:before, #hat a.in-view:before {
	content: '';
	float: right;
	border: 4px solid transparent;
	border-right-color: white;
	border-left-width: 0;
	margin-top: 20px;
}
#hat a:last-child img {
	margin-right: 0px;
}
#hat::-webkit-scrollbar {
    width: 0;
    height: 0;
}

a#archive img,
a#main img {
	margin: 0;
	width: 21px;
	height: 21px;
	vertical-align: bottom;
}
a#archive span,
a#main span {
	display: none;
}

img.loader {
	width: 200px;
	margin: 90px auto 190px;
	display: none;
}
#container.hidden + img.loader {
	display: block;
}

hr {
	color: #333;
}

blockquote {
	background-color: dimgray;
	border-left: gray solid 6px;
	padding: 9px;
	clear: left;
	color: white;
	display: flow-root;
}

div.rationale-container {
	float: right;
	text-align: right;
	margin-right: 20px;
	background-color: dimgray;
	border-right: gray solid 6px;
	padding: 9px;
	color: white;
}

/*.divider:hover {background-color:#201910}*/
/*#textblok {height:140px;overflow:scroll;}*/
@media only screen and (max-width: 1336px){
	.head > div,
	#credits > div,
	#container {
		width: 100%;
		margin: 0 auto;
	}
	#container.hidden .divider.left {
		width: 600px !important;
		float: left !important;
	}
	#container.hidden .divider.right {
		width: 600px !important;
		float: right !important;
	}

	.divider {
		width: 730px;
		margin: 0 auto 24px;
		float: none;
	}
	.divider.right,
	.divider.left {
		float: none;
	}

	.hilite u {
		text-decoration: none;
		font-weight: bold;
	}

	table {
		width: 100% !important;
		line-height: 20px;
	}

	.footer {
		width: 100%;
	}
}
@media only screen and (max-device-width: 480px){
	body {
		margin: 0;
	}
	
	.divider {
		text-align: justify;
		border-radius: 0;
		margin-bottom: 48px;
		box-sizing: border-box;
		width: 100%;
		padding: 12px;
	}

	.author {
		float: none;
		display: block;
	}

	#container.hidden .divider {
		box-sizing: content-box;
		width: 600px;
		padding: 24px;
	}
	
	.cover {
		max-width: 40%;
	}
	
	.head {
		padding: 20px 12px 40px;
	}
	.head > div {
		white-space: normal;
	}
	.head div {
		float: none !important;
	}
	.head > div div:last-child {
		float: left !important;
	}

	p.rationale {
		display: none;
	}

	div.rationale-container {
		text-align: left;
		border-left: gray solid 6px;
		border-right: none;
	}

	a#archive span,
	a#main span {
		display: inline;
	}
	a#archive img,
	a#main img {
		display: none;
	}

	#hat {
		max-height: fit-content;
		width: 100%;
		top: -54px;
		transition: top 1s;
		box-shadow: 0 1px 2px #333;
	}
	#hat img {
		max-width: unset;
		max-height: 50px;
		display: inline-block;
		filter: grayscale(0);
	}
	#hat.show {
		top: 0;
	}
}