html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body {
	margin: 10px;
}


.userinfo {
	font-size:2em;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

td {
	padding:3px;
}

.mobile {
	width:100%;
}

footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	background-color:black;
	color:#ccc;
	text-align:center;
	font-size:85%;
}

.loginbox {
	margin-top:-100px;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding-bottom:10%;
}

.login td {
	padding:5px;
}

input.button {
	display: block;
	width:180px;
	height:45px;
	line-height:45px;
	color:#000;
	border:none;
	padding:0;
	text-indent:-999em;
	clear:both;
}

input.register {
	background:url("/img/register_button.png") no-repeat 0 0;
}

input.login {
	background:url("/img/login_button.png") no-repeat 0 0;
}

input.submit {
	background:url("/img/submit_button.png") no-repeat 0 0;
}
