#content {
	padding-top: 130px;
	padding-bottom: 300px;
}

/*.navbar {
	position: fixed;
	top: 150px;
}*/

.footer {
  padding:10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  color:#ddd;
  background-color: #555;
}

#header {
	position: relative;
	top:100px;
	left:0;
	right:0;
	height:150px;
	background-color:#777;
	background-image:url("/img/header.png");
	background-position:center 75%;
}

.error {
	color:#f00;
}



/* tables */
div.order-solo-rider, div.order-team, div.order-tshirt {
	margin-top:30px;
	padding:30px;
	text-align:center;
	width:100%;
}

div.order-team-rider {
	padding:30px;
	text-align:center;
	width:100%;
}

div.order-team-rider:not(:first-child) {
	margin-top:30px;
}


table.order-solo-rider, table.order-team, table.order-team-rider, table.order-tshirt {
	text-align:center;
}


/* om en om gekleurd */
div.order-solo-rider:nth-child(odd), div.order-team:nth-child(odd), div.order-tshirt:nth-child(odd) {
	background-color: #eee;
}

div.order-solo-rider:nth-child(even), div.order-team:nth-child(even), div.order-tshirt:nth-child(even) {
	background-color: #ddd;
}

div.order-team:nth-child(odd) div.order-team-rider:nth-child(odd) {
	background-color: #ccc;
}

div.order-team:nth-child(odd) div.order-team-rider:nth-child(even) {
	background-color: #bbb;
}

div.order-team:nth-child(even) div.order-team-rider:nth-child(odd) {
	background-color: #bbb;
}

div.order-team:nth-child(even) div.order-team-rider:nth-child(even) {
	background-color: #aaa;
}











div.template-solo, div.template-team, div.template-team-rider, div.template-tshirt {
	display:none;
}



/*#solo-entries {
	text-align:center;
}*/