*{outline: none;}

body {
	background-image: url("../img/bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Roboto',sans-serif;
    margin: 0px;
    padding: 0px;
    display: table;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body .holder {
	display: table-cell;
	vertical-align: middle;
}

body .container {
	margin: 0px auto;
	display: table;
	max-width: 450px;
	width: calc(100% - 40px);
	max-height: 700px;
	height: calc(100% - 40px);
	background: white;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
}

body .container .rst_btn {
	position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
	opacity: 0.8;
}
body .container .pod_btn {
	position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
	opacity: 0.8;
}

body .container .rst_btn:hover {
	opacity: 0.6;
}

body .scrollview {
	width: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 20px - 25px - 2px - 20px);
}

body h1 {
	margin: 0px;
	width: 100%;
	text-align: center;
	font-family: 'Arial', cursive;
	font-weight: normal;
	font-size: 60px;
	line-height: 80px;
}

body h2 {
	margin: 0px 0px 20px 0px;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

body p {
	margin: 0px 0px 20px 0px;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}

body select, body input[type="text"], body input[type="number"], body button {
	margin: 0px auto 20px auto;
	width: 200px;
	padding: 10px 15px;
	font-size: 20px;
	line-height: 25px;
	display: block;
	border-radius: 0px;
	border: 1px solid #696969;
	text-align-last: center;
	box-sizing: border-box;
	cursor: pointer;
	background: white;
}

body input[type="checkbox"] {
	margin: 0 auto;
	display: block;
	transform : scale(2);
}

body table input[type="number"] {
	margin: 0 auto;
	display: block;
	border: none;
	width: 100%;
	text-align: center;
	line-height: 20px;
	height: 37px;
	padding: 0px;
}

body button.static {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

body button:hover {
	opacity: 0.8;
}

body table, body th, body td {
	border: 1px solid #696969;
	border-collapse: collapse;
	text-align: center;
}

body table {
	width: 100%;
	margin-bottom: 20px;
}

body table th {
	font-weight: normal;
	padding: 10px 15px;
}

body table th.rotated {
	-webkit-transform: rotate(90deg);   
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 80px;
	padding: 0px;
}

body table td:first-of-type {
	padding: 10px 15px;
}

body table td.fullsizetd {
	padding: 0px;
}