@CHARSET "UTF-8";

body {
	background-color: #364b61;
	font-family: "Gill Sans",Tahoma,Verdana,sans-serif;
	font-size: 16px;
}

.box {
	width: 500px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #acd373;
	padding: 30px 10px 30px 10px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#locationinput .info {
	margin-bottom: 10px;
}

#locationinput {
	margin-top: 100px;
	margin-bottom: 60px;
}

#inputcity, #inputcountry {
	font-size: 16px;
	width: 180px;
}

#grandtotalnumber {
	font-weight: bold;
	display: block;
	height: 38px;
	font-size: 40px;
}

#grandtotal {
	font-size: 24px;
}

#where .preamble {
	margin-top: 30px;
	margin-bottom: 5px;
	color: #333;
}

#where .location {
	font-size: 24px;
}

#breakdowns {
	margin-top: 30px;
}

#breakdowns h3 {
	font-size: 16px;
}

#breakdownbycountry {
	width: 200px;
	float: left;
}

#breakdownbytype {
	width: 230px;
	float: right;
}

.breakdownrow {
	margin-top: 4px;	
}

.clear {
	clear: both;
}

#legal, #credit, #aboutme {
	text-align: center;
	color: #999;
	margin-top: 20px;
}

#legal a, #credit a, #aboutme a {
	color: #999;
}

.social-wrapper {
	margin-top: 10px;
	padding: 4px 0 2px 0;
	background-color: #ACD373;
	border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 20px;
}

#tweetmeme-wrapper {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
}

#digg-wrapper {
	width: 125px;
	margin-left: auto;
	margin-right: auto;
}
