body {
	overflow: hidden;
}

#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../resources/loader.gif) center no-repeat #fff;
}

#wrapper {
	height: 102%;
	width: 102%;
	margin-left: -8px;
	margin-top: -8px;
}

/* CSS for the webview element */
webview {
	display: inline-flex;
	width: 100%;
	height: 100%;
}

.hide {
	display: none;
}