@import url(//fonts.googleapis.com/css?family=Karla);

* {
	font-family: "Karla","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
}

span.glyphicon {
	font-size: 14px;
}

svg .highcharts-title tspan {
	font-size: 16px;
}

svg text[text-anchor='end'] > tspan {
	font-size: 8px;
}

svg .highcharts-data-labels tspan {
	font-size: 12px;
}

#content.padded {
	max-width: 862px;
	padding: 15px;
}

#content.small {
	min-height: 50px;
}

#footer {
	margin: auto;
	margin-top: 6em;
	text-align: center;
	font-size: 0.8em;
	color: #333;
}

div#lookup_form {
	margin-top: 90px;
	margin-bottom: 90px;
	text-align: center;
}

div#lookup_form.restop {
	margin: 0px;
	margin-bottom: -30px;
}

div#lookup_form input[type=text] {
	min-width: 310px;
	max-width: 400px;
	height: 32px;
	padding: 3px;
	font-size: 18px;
	border: solid 1px #ddd;
	margin: 10px;
}

div#lookup_form input[type=submit] {
	width: 150px;	
	height: 40px;
	padding: 3px;
	background-color: #48f;
	color: #fff;
	font-size: 18px;
	text-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 4px #888;
	border-width: 1px;
}

.form_item {
		margin: 20px;
		padding: 10px;
}

.form_label {
        vertical-align: top;
        display: inline-block;
        max-width: 200px;
}

.form_value {
        display: inline-block;
        max-width: 400px;
}

img.flag {
	box-shadow: 0px 0px 2px #777;
}

div.addthis_toolbox {
	margin: auto;
	margin-top: 15px;
	max-width: 400px;
}

table.downloads td {
	padding: 5px;
	text-align: center;
}

table.downloads img.check {
	height: 32px;
}

table.downloads td:first-child {
	text-align: left;
}

table.downloads tr:last-child td {
	white-space:nowrap;
}

p.footnotes {
	font-size: 10px;
}

pre {
	font-family: Consolas, terminal;
	font-size: 1em;
	background-color: #def;
}

pre.err {
	background-color: #fdd;
}

div#content ol, div#content ul {
	margin: 15px;
	margin-left: 25px;
}

@media all and (max-width: 600px) {
	div#content {
		margin-top: 0px;
	}
	div#footer {
		margin-top: 5px;
	}
	div#lookup_form.restop {
		display: none;
	}
}

div.api_plan {
	float: left;
	font-size: 1.5em;
	width: 240px;
	text-align: center;
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 0px 16px #eee;
	background-color: #eee;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
}

div.api_plan > div.key_duration {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
}

div.api_plan > div.key_duration > span.number {
	font-size: 1em;
	font-weight: bold;
}

div.api_plan > div.key_monthly {
	padding-bottom: 15px;
}

div.api_plan > div.key_monthly > span.number {
	font-size: 1em;
	font-weight: bold;
}

div.half_container {
	max-width: 892px;
	margin: auto;
	clear: both;
}

div.half_box {
	float: left;
	max-width: 406px;
	margin: 10px;
	padding: 10px;
	background-color: #ddd;
	box-shadow: 5px 5px 5px #ccc;
}

ul.addr_list {
	margin: 0;
	padding: 0;
}

ul.addr_list > li {
	display: inline-block;
	width: 10em;
	padding: 0.5em;
}

.jumbotron {
	background-color: #111;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-shadow: -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.jumbotron.home {
	background-image: url('/img/home_bg.jpg');
}

.jumbotron.about {
	background-image: url('/img/about_bg.jpg');
}

.jumbotron.db {
	background-image: url('/img/db_bg.jpg');
}

.jumbotron.api {
	background-image: url('/img/api_bg.jpg');
}

.jumbotron.tools {
	background-image: url('/img/tools_bg.jpg');
}

ul.nav.affix {
	top: 60px;
}

.nav li .nav {
	transition-duration: 0.3s;
	height: 0px;
	padding-left: 1em;
	font-size: 0.9em;
	overflow: hidden;
}

.nav li.active .nav {
	height: auto;
	overflow: hidden;
}

.navbar-collapse form {
	max-width: 300px;
}

.navbar-collapse.collapse.in form {
	max-width: none;
}

.tooltip-inner {
	font-size: 1em;
}

.popover-content {
	font-size: 0.9em;
}

#osm_embed a {
	font-size: 0.9em;
}