﻿
.mapLocationLabel
{
	position: absolute;
	white-space: nowrap;
	font-size: 0.85em;
	color: #000000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

#map
{
	width: 400px;
	height: 400px;
	float: left;
}

form
{
	margin: 5px 0px 5px 0px;
}

#tbLocation
{
	width: 200px;
}

#ui
{
	margin-left: 410px;
	height: 400px;
}

#prevScores
{
	height: 250px;
	overflow: auto;
}

.guesses
{
	font-weight: bold;
	padding-right: 20px;
}

#numGuesses
{
	font-weight: normal;
}