body{
	background: url("/images/grass.jpg") center center no-repeat;
	font-family: "Lato", sans-serif;
}
main{
	
}

#game{
	margin: auto;
	max-width: 480px;
	width: 100%;
}

#game section{
	background: #ffc62f;
	border-radius: 60px;
	box-shadow: 0px 10px 20px rgba(0,0,0,.5);
	box-sizing: border-box;
	display: none;
	height: 75vh;
	padding: 30px;
	position: relative;
}

#game h2{
	font-size: 40px;
	font-weight: 300;
	line-height: 40px;
	margin: 0px 0px 30px;
	padding: 0px;
}

.form-item label{
	display: block;
}

.form-item input{
	border: 1px solid #ccc;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
}

button{
	
}

button.section-nav{
	background: #000;
	border: 0px;
	border-radius: 30px;
	bottom: 30px;
	color: #fff;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 30px;
	width: calc(100%  - 60px);
}

#holes-other{
	display: none;
}


#player-list ul{
	border-top: 1px solid rgba(0,0,0,.75);
	line-height: 40px;
	list-style-type: none;
	padding: 0px;
	margin: 30px 0px 0px;
}

#player-list ul > li{
	border-bottom: 1px solid rgba(0,0,0,.75);
}

#game-tracker nav{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: normal;
}

#game-tracker nav > * {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}



#game-tracker table{
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	width: 100%;
}

#game-tracker table td{
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}

#game-tracker table td > a{
	background: #0f0;
	border-radius: 4px;
	display: inline-block;
	font-size: 30px;
	height: 30px;
	line-height: 28px;
	margin-left: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 30px;
}

#game-tracker .player-name{
	width: 90%;
}

