html {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.4;
	height: 100%;
}

body, #layout {
	height: 100%;
}

body, #layout, #content {
	width: 100%;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 80px;
	left: 0px;
	height: calc(100% - 80px);
	max-height: calc(100% - 80px);
}

#content.bottombar {
	height: calc(100% - 80px - 30px);
}

#content {
    z-index: 2; /* 200617 */
}