html, body {
	height: 100%;
	width: 100%;
}
body {
	position: absolute;
    margin: 0;
    padding: 0;
}
div {
	padding: 0;
	margin: 0;
}
p, span, div, h1, h2, h3, h4, h5, h6 {
/*
	cursor: default;
*/
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: .5rem 0;
}
ul li > p, ol li > p {
	position: relative;
	line-height: 1.5em;
	margin: 0;
}
ul li > h1, ol li > h1, ul li > h2, ol li > h2, ul li > h3, ol li > h3,
ul li > h4, ol li > h4, ul li > h5, ol li > h5, ul li > h6, ol li > h6
{
	position: relative;
	margin: 0;
}
ul ul, ol ul {
	margin-left: 1em;
}

noscript > div, div.noscript {
	position: relative;
	display: table;
	width: 100%;
	height: 28px;
	top: 0;
	left: 0;
	text-align: center;
	background-color: darkred;
	color: rgb(255, 253, 235);
	z-index: 101;
}
noscript:after, div.noscript:after {
	display: table;
	height: 0;
	top: 28px;
}
body > div.descr {
	position: absolute;
	width: auto; height: 100%;
	top: -100%;
	overflow: hidden;
}
body > div.descr table {
	position: relative;
	top: 0;
	margin: 0;
}
body > div.descr table tr td {
	width: auto;
	height: auto;
	overflow: hidden;
}

div.tb {
	display: table;
	width: 100%;
	height: 100%;
	border: 0px none;
	margin: 0;
	padding: 0;
}
div.tb > div {
	display: table-row;
	width: auto;
	height: auto;
	border: 0px none;
}
div.tb > div > div {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	border: 0px none;
	margin: 0;
	padding: 0;
}

div#head, header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 100%;
	height: 30px;
	min-height: 0;
	z-index: 1;
	overflow: hidden;
}
/*
div#head > div, header > div {
*/
div.nav, nav {
	position: initial;
	width: auto;
	height: 100%;
	min-height: 100%;
}

div#main, main {
	position: fixed;
	left: 0px;
	top: 30px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
/*
	overflow: hidden;
	overflow-x: auto;
*/
	overflow: auto;
}

@media (min-width: 744px) {
	div#head, header {
		height: 50px;
	}
	div#main, main {
		top: 50px;
	}
}

@media (min-width: 960px) {
	div#head, header {
		height: 100%;
		min-height: 100%;
		width: 200px;
		min-width: 0;
	}
	div#main, main {
		left: 200px;
		top: 0px;
		right: 0px;
		bottom: 0px;
	}
}


div.nav ul, nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.nav ul li, nav ul li {
	position: initial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.containr {
	position: absolute;
	width: 100%;
	height: 100%;
/*
	overflow: hidden;
	overflow-y: auto;
*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
}

div.containr > a {
	position: relative;
	display: block;
	left: 0; right: 0;
	top: 0;
	width: 100%;
	height: 0;
}

div.section, section {
	height: 100%;
}

div.section *,
div.section div.tb *,
section div.tb * {
	-o-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
}

div.section > div,
section > div {
	position: relative;
	top: 0; left: 0;
	width: 100%;
}
div.section > div div.tb,
section > div div.tb {
	width: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
