.navBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

.navBar li {
	float: left;
}

.navBar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.navBar li a:hover {
	background-color: #111;
}

.archery {
	border-collapse: collapse;
}

.archeryInner {
	width: 45px;
	height: 45px;
}

.bowling {
	border-collapse: collapse;
}

.bowling th {
	padding-left: 5px;
	padding-right: 5px;
}

.bowlingFill:first-of-type {
	padding-right: 100px;
}

.bowlingFill {
	padding-right: 50px;
}

.bowlingInner {
	width: 45px;
	height: 45px;
}

.bowlingSmall {
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: -2px;
	left: 30px;
	width: 15px;
	height: 15px;
}

.bowlingSmall1 {
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: -19px;
	left: 14px;
	width: 15px;
	height: 15px;
}

.bowlingSmall2 {
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: -36px;
	left: -2px;
	width: 15px;
	height: 15px;
}

.golf {
	border-collapse: collapse;
}

.golf td {
	width: 40px;
	height: 10px;
	text-align: center;
}

.golfRow td:first-child {
	padding: 2px 10px;
}