/**
 * Base
 */
header ul {
	display: table-cell;
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	text-align: right;
	vertical-align: middle;
}
header li {
	border-right: solid 1px #d3d3d3;
	display: inline-block;
	padding-right: 6px;
	margin-right: 6px;
	vertical-align: middle;
}
header li:last-child {
	border-right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
main {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
pre {
	background-color: #eeeeee;
	border: 1px #d3d3d3 solid;
	padding: 4px;
	margin: 8px 8px 8px 8px;
}

/**
 * Custom
 */
.title {
	display: table;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	width: 100%;
}
.tall {
	height: 600px;
}
.logo-64 {
	background-image: url(/images/notepad.svg);
}
.markdown table {
	border: 1px #d3d3d3 solid;
	width: 100%;
}
.markdown td {
	padding: 4px;
}
.markdown th {
	padding: 4px;
}
.markdown tr:nth-child(even) {
	background-color: #ffffff;
}
.markdown tr:nth-child(odd) {
	background-color: #eeeeee;
}
.markdown img {
	width: 320px;
}
.image-frame {
	border: 1px #d3d3d3 solid;
	background-color: #eeeeee;
	margin-bottom: 8px;
	padding: 8px;
	text-align: center;
}
.image-frame ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 6px;
}
.image-frame li {
	border-right: solid 1px #d3d3d3;
	xdisplay: inline-block;
	padding-right: 6px;
	margin-right: 6px;
	xvertical-align: middle;
}
.image-frame li:last-child {
	border-right: 0px;
	padding-right: 0px;
	margin-right: 0px;
}
.image-small {
	height: 128px;
	width: 128px;
}
.image-medium {
	width: 320px;
}

/**
 * Spinner
 */
.spinner {
	display: table;
	padding-bottom: 2px;
}
.spinner > a {
	color: #ffffff;
	text-decoration: none;
}
.spinner > .txt {
	color: #000000;
	display: table-cell;
	font-size: 1.5rem;
	font-weight: bold;
	height: 64px;
	padding-left: 8px;
	vertical-align: middle;
}
.spinner > .logo-64 {
	background-size: 64px 64px;
	display: table-cell;
	width: 64px;
	height: 64px;
}
.spinner > .logo-text {
	background-image: url(/images/logo-text-1x.png);
	background-repeat: no-repeat;
	display: table-cell;
	width: 160px;
	height: 64px;
}
.spinner > .start {
	background-image: url(/images/spinner-start-64.png);
	display: table-cell;
	height: 64px;
	width: 8px;
}
.spinner > .pic {
	background-size: 64px 64px;
	display: table-cell;
	width: 64px;
	height: 64px;
}
.spinner > .pic > .top {
	background-image: url(/images/spinner-top-64.png);
	display: table-cell;
	width: 64px;
	height: 64px;
}
.spinner > .pic > .root {
	background-image: url(/images/spinner-root-64.png);
	display: table-cell;
	width: 64px;
	height: 64px;
}
.spinner > .bar {
	background-image: url(/images/spinner-bar-64.png);
	color: #ffffff;
	display: table-cell;
	height: 64px;
	padding-left: 4px;
	padding-right: 2px;
	vertical-align: middle;
	white-space: nowrap;
}
.spinner > .short {
	display: none;
}
.spinner > .long {
	display: table-cell;
}
.spinner > .sep {
	background-image: url(/images/spinner-sep-64.png);
	background-repeat: repeat-x;
	display: table-cell;
	height: 64px;
	width: 8px;
}
.spinner > .end {
	background-image: url(/images/spinner-end-64.png);
	display: table-cell;
	height: 64px;
	width: 8px;
}
@media all and (max-width: 765px) {
	.spinner > .short {
		display: table-cell;
	}
	.spinner > .long {
		display: none;
	}
	.title > .spinner {
		display: table;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
	.spinner > .logo-text {
		background-image: url(/images/logo-text-2x.png);
		background-size: 160px 64px;
	}
	.spinner > .pic > .top {
		background-image: url(/images/spinner-top-128.png);
		background-size: 64px 64px;
	}
	.spinner > .pic > .root {
		background-image: url(/images/spinner-root-128.png);
		background-size: 64px 64px;
	}
	.spinner > .bar {
		background-image: url(/images/spinner-bar-128.png);
		background-size: 8px 64px;
	}
	.spinner > .sep {
		background-image: url(/images/spinner-sep-128.png);
		background-size: 8px 64px;
	}
	.spinner > .start {
		background-image: url(/images/spinner-start-128.png);
		background-size: 8px 64px;
	}
	.spinner > .end {
		background-image: url(/images/spinner-end-128.png);
		background-size: 8px 64px;
	}
}
