html, body {
	margin:0;
	padding:0;
}

@font-face {
    font-family: 'geosans';
    src: url('../fonts/geosanslight.woff2') format('woff2'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/GeosansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: geosansregular, Helvetica, Arial, sans-serif;
	margin: auto;
	max-width: 1000px;
	height: 100%;
	font-size: 16px;
	background-color: #ffffff;
}

p {
	color: #676767;
}

div.tablecontainer {
	overflow-x: auto;
}

h1 {
	text-align: center;
	font-size: 280%;
	font-family: geosansregular, Helvetica, Arial, sans-serif;
	color: #000000;
	margin: 50px;
}

th, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	width: 50px;
	background: #434343;
	border: 1px solid #646464;
	padding: 4px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

tr {
	width: 100px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

input[type="number"],
input[type="text"] {
	max-width: 120px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 4px;
	font-family: inherit;
	font-size: inherit;
	background-color: #646464;
	color: #ff9f3c;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	text-align: center;
	vertical-align: middle;
}

input:focus {
	outline: none;
	border-color: #46bdc6;
}

a {
	color: #434343;
}

a:visited {
	color: #46bdc6;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #ff9f3c;
	background: #434343;
}

#corps {
	border: 3px solid #000;
}

#footer {
	margin-top: 500px;
	position: bottom;
	text-align: center;
	clear: both;
	line-height: 30%;
	height: 100%;
}

.orange {
	color: #ff9f3c;
}

.blue {
	color: #46bdc6;
}

.big {
	font-size: 160%;
}




