html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

#body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	text-align: center;
}

br.mini {
	font-size: 6px;
}

.hidden,
.choose-controller {
	box-sizing: border-box;
	border: 1px solid #999;
	position: relative;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 10px;
}

.hidden .arrowClose,
.hidden .arrowOpen {
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 40px;
	height: 30px;
	line-height: 35px;
	color: #666;
	display: none;
}

.hidden[display="true"] .arrowOpen{
	display: block;
}

.hidden .arrowClose{
	display: block;
}
.hidden[display~="true"] .arrowClose{
	display: none;
}

.hidden:hover,
.choose-controller:hover {
	background-color: #f6f6f6;
}

.hidden .hidden-content {
	display: none;
	margin-top: 10px;
	padding: 0px 10px 10px;
}

.hint {
	color: #888;
	font-size: 12px;
}

.hidden[display="true"] .hidden-content {
	display: block;
}

.hider {
	font-size: 14px;
	cursor: pointer;
	padding: 10px;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.controllers {
	display: flex;
	flex-direction: horizontal;
}

.choose-controller {
	font-size: 24px;
	cursor: pointer;
	padding: 10px;
	width: 50%;
	border-box: content-box;
	height: 250px;
	text-align: center;
	margin: 0px 10px;
	display: flex;
	flex-direction: vertical;
	align-items: center;
	justify-content: center;
	color: black !important;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input {
	display: inline-block;
	height: 25px;
}
.staticInput {
	width: 50px;
	text-align: center;
	display: inline-block;
}

.inputLine {
	height: 25px;
	line-height: 25px;
	vertical-align: top;
	display: inline-block;
}

#background {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 500px;
	height: 500px;
	z-index: -100;
	background-size: 500px 500px;
	background-image: url("bg-corner.jpg");
}

.post {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}

#content {
	margin-top: 60px;
	max-width: 900px;
	display: inline-block;
	width: 100%;
}

#nav {
	text-align: left;
	position: fixed;
	height: 50px;
	background-color: #000;
	width: 100%;
	vertical-align: middle;
	z-index: 200;
}

.nav-item {
	cursor: pointer;
	height: 40px;
	margin-left: 10px;
	display: inline-block;
	margin-top: 5px;
	vertical-align: middle;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#logo {
	height: 20px;
	margin-top: 10px;
}

.fwTable {
	width: 100%;
}

.fwTable th,
.fwTable td {
	padding: 4px 8px;
	font-size: 13px;
}

.fwTable th {
	font-weight: bold;
}

.fwTable {
	border-collapse: collapse;
	position: relative;
}

.fwTable:after {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: 2px;
	border: 1px solid #999;
	pointer-events: none;
}

.fwTable tr {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.fwTable tr:last-child {
	border-bottom: none;
}

.fwTable tr:first-child {
	border-top: none;
}

a {
	color: #F80;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #B62;
}

a:hover,
a:active {
	color: #FA1;
}

.xloader {
	display: flex;
}

.xloader > div:nth-child(2) {
	margin: 10px;
}

.inline-code {
	border: 1px solid #BBB;
	background: #DDD;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	color: #333;
	margin: 0px;
}

p {
	margin: 8px 0px;
}

.footer {
	width: 100%;
	opacity: 0.5;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: center;
}

.index .footer {
	position: absolute;
	bottom: 0;
}
