#goatrace {
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 20px;
}

.bar {
	position: relative;
	width: 530px;
}

.bar-label {
	position: absolute;
	top: 2px;
	left: 2px;
	font-family: 'Inconsolata', monospace;
	font-size: 12px;
}

.bar-bar {
	height: 20px;
	width: 100px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
	border-radius: 0px 3px 3px 0px;
}

#totalgoatsbar-bar {
	background-color: #00bfff;
}

#goatsinusebar-bar {
	background-color: #c92;
}

#spawndelay {
	width: 40px;
}

#spawndelaybox {
	float: left;
	display: inline-block;
}

#collectbox {
	float: right;
	display: inline-block;
}
