*{
	padding: 0px;
	margin: 0px;
}

html{
	height: 100%;
	width: 100%;
}

body {
    height:100%;
    width:100%;
    max-height: 100%;
    overflow: auto;
    font-family: calibri, arial;
    font-size: 16px;
	
	overscroll-behavior: contain;
	touch-action: pan-y;
}

a{
	outline:none;
	color: blue;
}

a:hover{
	color: green;
}

.abtn{
	text-decoration: none;
	display: inline-block;
	border: 1px solid #848484;
	font-size: 13px;
	padding: 3px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	border-radius: 3px;
	min-width: 80px;
	text-align: center;
	color: blue;
	background-color: #f7f7f7;
	font-weight: normal;
	cursor: pointer;
}

.header{
	position: fixed;
	width: 100%;
	background-color: #82fe3f;
	height: 40px;
	z-index: 10;
	background-image: url('background.jpg');
	background-position: center;
	background-size: cover;
}

.header span{
	margin-left: 10px;
}

.header .icon{
	height: 38px;
	float: left;
}

.header .abtn{
	float: right;
	margin-top: 8px;
}

.headerspacer{
	height: 40px;
}

#scorestable{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	border-collapse: collapse;
}

#scorestable td{
	text-align: center; 
}

#scorestable td:not(:first-child){
	border-left: 1px solid;
}

#scorestable .tiny{
	font-size: 10px;
	height: 12px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

#scorestable .scores{
	vertical-align: top;
}

#scorestable .total{
	height: 20px;
}

#scorestable input{
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 5px;
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: none;
	border-right: none;
}

#introelm, #createelm{
	text-align: center;
}