/* Reset */
div, h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

body {
	background: url("../img/cfest_2012.jpg") repeat center 0 scroll;
	font-family: tahoma;
	margin: 0;
}


#header {
	background: rgba(0,0,0,0.8);
	box-shadow: 0 0 3px 0 #494949 inset;
	border-bottom: 1px solid #ECECEC;
	overflow: hidden;
	padding: 10px 0 30px;
}

.wrapper {
	width: 1080px;
	margin: 0 auto;
}

h1 {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 1px #000;
	margin-bottom: 20px;
}

#timeform {
	margin-bottom: 40px;
	overflow: hidden;
}

.formpart {
	text-align: center;
	color: white;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	width: 346px;
	margin: 0 10px;
}

.formpart.first {margin-left: 0;}
.formpart.last {margin-right: 0;}
h2 {
	margin-bottom: 20px;
	text-shadow: 0 0 1px #000;
}

#tryit {
	border: 1px solid #ECECEC;
	box-shadow: 0 0 3px #747474 inset;
	padding: 10px 20px;
	font-size: 1.5em;
	margin: 0 auto;
	width: 140px;
	display: block;
}

#tryit:hover {
	box-shadow: none;
	cursor: pointer;
}

#results {
	width: 100%;
	border: 1px solid gray;
	box-shadow: 0 0 3px #747474;
	margin-top: 30px;
	margin-bottom: 30px;
}

#resuts tr {
	
}

#results tr td {
	background: #fff;
	padding: 10px 20px;
}

#results tr td.column-0 {
	background: #409BB8;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}

@media only screen 
and (max-width : 1080px) {
	.wrapper {
		width: 100%;
	}
	
	.formpart {
		width: 100%;
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed ;
	}
}