/* {
	box-sizing: border-box;
}*/

html {
	scrollbar-width: thin;
}

body {
	background: radial-gradient(rgba(0,0,0,0)30%,rgba(0,0,0,0.5)) fixed, #800080 url('./images/background.png') fixed;
	font-family: Helvetica Neue, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10pt;
	margin: 10px;
}

body::before {
	content: '';
	background: url(./images/banner.png) no-repeat center/100%;
	display: block;
	width: 720px;
	height: 120px;
	margin: auto;
}

nav {
	background: linear-gradient(#2080C0, #1070B0 24px, #2080C0 24px) #2080C0;
	box-shadow: 4px 5px rgba(0,0,0,0.35);
	border: 2px solid #406090;
	border-bottom: 0;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 720px;
	height: 28px;
	margin: auto;
}

nav a {
	background: linear-gradient(#2080C0, #1070B0 24px, #2080C0 24px) #2080C0;
	border: solid #B0B0B0;
	border-width: 0 1px;
	display: inline-block;
	text-decoration: none;
	line-height: 28px;
	color: #FFFFFF;
	width: 100px;
}

nav a:hover {
	background: linear-gradient(#40A0E0, #3090D0 24px, #40A0E0 24px) #40A0E0;
}

main {
	background: #FFFFFF;
	box-shadow: 4px 5px rgba(0,0,0,0.35);
	border: 2px solid #B0B0B0;
	border-top: 0;
	display: block;
	font-size: 10pt;
	width: 680px;
	margin: auto;
	padding: 10px 20px;
}

main a {
	text-decoration: none;
	color: #1070B0;
}

main a:hover {
	color: #40A0E0;
}

h1 {
	background: linear-gradient(to right, #1070B0, #40A0E0) #2080C0;
	border-bottom: 2px solid #D0D0D0;
	border-radius: 2px;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	margin: 10px -10px 8px -10px;
	padding: 4px 10px;
}

h2 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
}

hr {
	border: 0;
	border-top: 1px solid #B0B0B0;
	display: block;
	margin: 10px -5px;
	clear: both;
}

embed {
	border: 1px solid #808080;
	width: 480px;
	height: 270px;
}

big {
	font-weight: bold;
	vertical-align: middle;
}

small {
	color: #808080;
}

summary {
	font-weight: bold;
}

code {
	white-space: pre-line;
	font-family: Consolas, Courier New, monospace;
}

code::after {
	content: '\a';
}

.btn {
	background: #424242;
	border: solid #B0B0B0;
	border-width: 1px 1px 2px 1px;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 24px;
	width: 140px;
	height: 24px;
	margin: 10px 0;
}

.btn:hover {
	background: #646464;
	color: #FFFFFF;
}

.thumb {
	border: 1px solid #808080;
	float: left;
	width: 192px;
	height: 108px;
	object-fit: cover;
	margin: 4px 20px 14px 0;
}

.wrap {
	white-space: pre-line;
	overflow: hidden;
	margin-top: -14px;
}

.wrap big {
	padding-bottom: 14px;
}

.wrap small {
	padding-left: 10px;
}

.gamelist {
	list-style: none;
	columns: 2;
	padding: 0;
}

.gamelist li {
	word-break: break-word;
	margin-left: 18px;
}

.jumplist {
	display:inline-block;
	width:25%;
}

.empty {
	font-style: italic;
	color: #808080;
}

.gamelist .empty::marker {
	content: none;
}

.stalfelz li::marker {
	content: '\25c8\2002';
	color: green;
}

.voidwalker li::marker {
	content: '\25c8\2002';
	color: blue;
}

.gannon li::marker {
	content: '\25c8\2002';
	color: red;
}

#stalfelz {
	background: linear-gradient(green, darkgreen) green;
	border: 1px solid darkgreen;
	border-radius: 3px;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	padding: 1px 7px;
}

#voidwalker {
	background: linear-gradient(blue, darkblue) blue;
	border: 1px solid darkblue;
	border-radius: 3px;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	padding: 1px 7px;
}

#gannon {
	background: linear-gradient(red, darkred) red;
	border: 1px solid darkred;
	border-radius: 3px;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	padding: 1px 7px;
}

body, main h1:first-child, code + h1, h1 + *, * + hr {
	margin-top: 0;
}