body{
	font-family: Montserrat, sans-serif;
	background-color: #bca;
	margin:0px;
	padding:0px;
}
table {
    border-collapse: collapse;
}
th, td {
    padding: 0;
}
#main{
	width: 1280px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	min-height: 600px;
	padding:0px;
	background-color: #dedfd4;
}
#content{
	height:100%;
	margin-top:20px;
}
#navigation{
	width:100%;
	height:50px;
	background-color:#343;
}
#navigation label{
	font-family: Montserrat, sans-serif;
	color: #fc8;
	font-size:25px;
}
#navigation button{
	display:inline;
	background: none;
	border: none;
	width:100px;
	height:100%;
}
#navigation button:hover{
	background-color:#686;
	cursor:pointer;
}
h1{
	font-weight: light;
	color: #a50;
	font-size: 40px;
	text-align: center;
	margin-top:100px;
}
.tile{
	background-color:#343;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}
.tile:hover{
	background-color:#686;
	cursor:pointer;
}
.tile p{
	font-size: 30px;
	padding-top:85%;
	padding-left: 5px;
	color: #fc8;
	margin:0px;
}
a {
	text-decoration: none; 
}
.inputfield{
	width:150px;
}
input[type=number], input[type=number]{ 
  -webkit-appearance: none; 
  -moz-appearance: textfield;
  text-align:right;
  padding-right:5px;
}