#button {
	display: inline;
	background-color: blue;
	padding: 5px;
	border-radius: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
}

form {
	display: inline;
}

#test {
	display: inline;
	font-weight: bold;
}

#stats {
	display: inline;
}

#timer {
	display: inline;
}

div {
	display: inline;
}

ul {
	list-style: none;
}