@charset "UTF-8";
/* CSS Document */
@media (max-width: 600px) {
	* {
		font-size: 1.2em;
	}
	#wrapper {
		height: auto;
		width: 1200px;
	}
	.no {
		width: 400px;
		float: right;
		background-color: #FFF;
		margin-right: 5px;
		-webkit-border-radius: 40px;
		-ms-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		-webkit-box-shadow: inset 0 0 3px #000;
		-ms-box-shadow: inset 0 0 3px #000;
		box-shadow: inset 0 0 3px #000;
		text-align: center;
		cursor: move;
		font-size: 1em;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	td {
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #000;
	}
	#submit {
		width: 100%;
		font-size: 3em;
	}
	#dateSubmit {
		font-size: 2em;
	}
	select {
		font-size: 2em;
	}
	#lane {
		background-color: #00F;
		height: 65px;
		width: 400px;
		font-size: 0.7em;
		color: #FFF;
		text-align: center;
		padding-top: 5px;
	}
	a.sessionPicker {
		padding: 5px;
		display: block;
		font-size: 84px;
		border: 1px solid #000;
		color: #000;
		text-decoration: none;
		text-align: center;
	}
	
	.selectSession {
		display: block;
		width: 400px;
		font-size: 1.4em;
		border: 1px solid black;
		padding: 20px;
		margin-bottom: -1px;
	}
	
	.attendanceButton {
		width: 200px;
		float: right;
		background-color: #FFF;
		margin-right: 5px;
		-webkit-border-radius: 20px;
		-ms-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: inset 0 0 3px #000;
		-ms-box-shadow: inset 0 0 3px #000;
		box-shadow: inset 0 0 3px #000;
		text-align: center;
		cursor: move;
		font-size: .8em;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.playerName {
		font-size: .8em;
	}
	
	.header-left {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	.teamName {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	.navbar {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
	footer {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
}