html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#efe7cc;
}

html, body {
	font-family:Arial;
	font-size:12pt;
}

input {
	font-size:1em;
}

#main {
	width:800px;
	background-color:#fafafa;	
	margin:auto;
	box-shadow:0px 0px 10px black;
	min-height:100%;
	padding:150px 140px 50px 20px;
	box-sizing: border-box;
	text-align:center;
}

.title {
	font-variant:small-caps;
	font-style:italic;
	color:#005500;
	margin-bottom:4px;
	font-size:30pt;
}

.pagetitle {
	font-weight:bold;
	font-size:25pt;
	font-variant:small-caps;
}

#topbox {
	position:fixed;
	left:50%;
	margin-left:-430px;
	margin-top:0px;
	width:860px;
	height:80px;
	background-color:#e5d8ab;
	top:0px;
	box-sizing: border-box;
	border-radius:0px 0px 8px 8px;
	box-shadow:0px 10px 10px #999999;
	padding:5px 30px 5px 30px;
	text-align:center;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
}

#hajo {
	box-shadow:0px 5px 5px #999999;
	position:fixed;
	left:50%;
	top:157px;
	border:1px solid #999999;
	margin-left:310px;
	background-color:#e5d8ab;
	text-align:center;
	font-size:12pt;
	border-radius:8px;
	cursor:pointer;
}

#big {
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display:none;
	cursor:pointer;
	}

#imbig {
	width:90%;
	height:90%;
	border:1px solid black;
	box-shadow:0px 5px 5px #999999;
}

.me {
	margin:10px;
	padding:5px;
	border:1px solid black;
	background-color:white;
}

.name {
	font-weight:bold;
}

.jobs {
	font-style:italic;
	margin-bottom:10px;
}

.button {
	background-color:#f5f0e1;
	cursor:pointer;
	float:left;
	padding:0px 5px 0px 5px;
	border-radius:5px;
	color:black;
	border:1px solid black;
	margin-right:20px;
	font-weight:bold;
}

.button:hover, a:hover {
	background-color:white;
}

.claim {
font-variant:small-caps;
	text-align:center;
	font-size:18pt;
}

.location {
	margin-left:2em;
	font-weight:bold;
}

.map {
	width:100%;
	text-align:center;
}

table {
	border:1px solid black;
	margin:auto;
	padding:0px;
	border-collapse: collapse;
	border-radius:5px;
}

td,th {
	border:1px solid #8a8a8a;
	margin:0px;
	padding:5px;
	border-spacing:0px;
	background-color:#f9f5e5;
	text-align:left;
}

th {
	background-color:#f5f0dd;
}

a {
	background-color:#f5f0e1;
	cursor:pointer;
	padding:0px 5px 0px 5px;
	border-radius:5px;
	color:black;
	border:1px solid black;
	font-weight:bold;
	text-decoration:none;
}

#datebox{
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-100px;
	width:500px;
	height:200px;
	border-radius:10px;
	background-color:#dddddd;
	border:1px solid black;
	display:none;
	z-index:99;
	padding:10px;
	font-size:16pt;
}

#blind{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:white;
	opacity:0.8;
	display:none;
}

.hand {
	cursor:pointer;
}