
body {
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	font-size: 12pt;
	background-color: #EFEFEF;
}

img {
	border: none;
}

#content {
	width: 500px;
	padding: 0;
	margin: 25px auto 25px auto;
}

#error {
	font-weight: bold;
	color: #ff0000;
	margin: 20px 0;
}

#result {
	margin: 25px 0;
	line-height: 30px;
}

#result div div {
	margin: 10px 0;
}

#result a {
	font-size: 21pt;
}

address {
	font-family: monospace;
	font-style: normal;
	display: inline;
}

#stats h3 a {
	font-family: monospace;
}

#stats div {
	font-size: 10pt;
	padding: 2px 0;
}

#stats #thumb {
	margin: 20px 0 0 0;
}

#stats #top_referers li small {
	color: #8F7D7D;
}

#recent_hits {
	margin-top: 50px;
}

#recent_hits h4 {
	margin: 0 0 5px 0;
	cursor: pointer;
	color: #850400;
}

#recent_hits_list {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	line-height: 12pt;
}

#recent_hits_list li {
	list-style: none;
}

#recent_hits_list li strong {
	font-size: 10pt;
}

.hidden {
	display: none;
}

#twitter_buttons {
	margin: 15px 0;
}

form label {
	width: 110px;
	display: block;
	float: left;
	clear: both;
}

form input.text {
	width: 200px;
}

form button[type="submit"] {
	font-weight: bold;
	font-size: 18pt;
	margin-top: 15px;
}

h1 {
	font-size: 36pt;
	color: #850400;
}

a h1 {
	text-deocration: none;
	color: #850400;
}

a {
	text-decoration: none;
	color: #850400;
}

#recaptcha_widget_div {
	width: 500px;
	height: 129px;
	margin: 15px 0;
	padding: 0;
}

#footer {
	color: #8F7D7D;
	display: block;
	margin-top: 25px;
	font-size: 9pt;
	font-weight: bold;
}

#footer div {
	padding: 3pt;
}

.mobile {
	display: none;
}

@media screen and (max-device-width: 640px) {
    .mobile {
    	display: inline !important;
    }
}
