#container {
	width: 640px;
	background-color: transparent;
	margin: auto;
	min-height: 10px;
	padding-top: 25px;
}
#nameBox {
	width:100%;
	min-height:5px;
	background-color: transparent;
	margin: auto;
}
#myForm {
	margin: auto;
	text-align: center;
}
#myForm2 {
	margin: auto;
	text-align: center;
	margin-top: 15px;
}
#userInput {
	width:640px;
	min-height: 25px;
	background-color: transparent;
	text-align: center;
	margin: auto;
	margin-top: 15px;
}
#wrapper {
	width: 100%;
	min-height: 10px;
	background-color:transparent;
	padding-top: 25px;
}
#content {
	width: 640px;
	min-height: 50px;
	background-color: transparent;
	margin: auto;
}
#howto {
	width:310px;
	min-height: 25px;
	background-color: transparent;
	text-align: left;
	margin: auto;
	float:left;
	border-right:1px solid black;
	padding-right: 5px;
}
#highscore_div {
	width:310px;
	min-height: 25px;
	background-color: transparent;
	margin: auto;
	float: left;
	padding-left: 5px;
}
#footer {
	width:100%;
	height: 0px;
	clear: both;
}
.largeText {
	font-size: 64px;
	text-align: center;
}
.medText {
	font-size: 48px;
	text-align: center;
}
.smallText {
	font-size: 32px;
	text-align: center;
}
.text {
	font-size: 18px;
	text-align: center;
}
.amatic {
	font-family: 'Amatic SC', cursive;
}
.arial {
	font-family: 'Arial';
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.red {
	color:red;
}
input[type=text], select {
	width: 200px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

button[type=submit] {
	width: 150px;
	height: 45px;
	background-color: #4CAF50;
	color: white;
	padding: -10px 0px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 25px;
}

button[type=submit]:hover {
	background-color: #45a049;
}
#scoreTable {
	width:100%;
	min-height: 10px;
	background-color: transparent;
	margin-top: 5px;
}
.scoreRow {
	width:100%;
	height: 30px;
	background-color: transparent;
}
.scoreDataLeft {
	width:50%;
	height: 10px;
	padding-right: 15px;
	background-color: transparent;
	text-align: right;
}
.scoreDataRight {
	width:50%;
	height: 10px;
	padding-left: 15px;
	background-color: transparent;
}

#scoreTable_db {
	width:100%;
	min-height: 10px;
	background-color: transparent;
	margin-top: 5px;
}
.scoreRow_db  {
	width:100%;
	height: 30px;
	background-color: transparent;
}
.scoreDataLeft_db  {
	width:50%;
	height: 10px;
	padding-right: 15px;
	background-color: transparent;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.scoreDataRight_db  {
	width:50%;
	height: 10px;
	padding-left: 15px;
	background-color: transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}
hr { margin: 0 auto; }
