.apiaddress, #position, #coverage, #googlemap, #result > div.msg, p.center { display: none; }

h2 span.number {
	width: 1em;
	line-height: 1em;
	padding: 0.15em;
	border-radius: 50%;
	background-color: #00abf0;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 150%;
	vertical-align: -4px;
}

#addressform label > span {
	display: inline-block;
	min-width: 220px;
	text-align: right;
	font-weight: bold;
	margin-right: 0.25em;
}
#addressform label > label {
	display: inline-block;
	margin-right: 1em;
}
#addressform input[type="text"], #addressform select {
	margin: 0.25em 0;
	width: 100%;
	max-width: 350px;
}
#addressform input[type="submit"] {
	margin-top: 1em;
	margin-left: calc(220px + 0.25em);
}
#check { margin-top: 1em !important; }

#result { min-height: 350px; }
#result h3 { text-align: center; }
#result h3 span {
	width: 2em;
	line-height: 2em;
	padding: 0.15em;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: white;
}
#ok h3 { color: green; }
#ok h3 span { background-color: green; }
#ok h3 > strong { border-bottom: 3px solid; }
#ko h3, #error h3 { color: red; }
#ko h3 span, #error h3 span { background-color: red; }
#ok > div {
	margin-top: 4em;
	text-align: center;
}

#result th { font-weight: bold; }
#result td:nth-child(3), #result td:nth-child(4) { text-align: right; }

p.center { text-align: center; }

div.mapinfo { text-align: center; }
div.mapinfo span {
	color: white;
	display: block;
	width: 2em;
	line-height: 2em;
	padding: 0.15em;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 200%;
	margin: 0 auto 0.5em auto;
}
div.mapinfo span.ok { background-color: green; }
div.mapinfo span.ko { background-color: red; }