@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: Roboto;
	src: url('../fonts/Roboto-Regular.ttf')
}
@font-face {
	font-family: Roboto;
    font-weight: bold;
	src: url('../fonts/Roboto-Bold.ttf')
}
* {
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	background: #f9f9f9;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: Roboto, sans-serif;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 10pt;
	color: #565b63
}
body {
	margin: 0px;
}
img {
	vertical-align: middle;
}
#offline {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
#offline div img {
	width: 100%;
	height: auto;
}