html, body {
	height: 100%;
	margin: 0;
}

body {
	background-color: #666;
	display: flex;
	flex-direction: column;
}

div.content {
	width: 75%;
	margin: 50px auto 0px;
}

input, button {
	display: block;
}

div.foot {
	text-align: center;
	/*position: fixed;*/
	/*bottom: 0;*/
	margin-top: auto;
	left: 0;
	width: 100%;	
}

a:link, a:visited {
	text-decoration: underline;
	color: #222;
}
a:hover, a:active {
	text-decoration: none;
	color: #444;
}

code {
	font-family: monospace;
}

ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

ul.nav li {
	float: left;
	border-right: 1px solid #bbb;
}

ul.nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul.nav li a:hover:not(.active) {
	background-color: #779;
}

ul.nav .active {
	background-color: #111;
}

ul.nav li:last-child {
	border-right: none;
	float: right;
}

ul.nav li:only-child {
	border-right: none;
	float: left;
}

table.simple {
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	color: #111;
	border-width: 1px;
	border-color: #333;
	border-collapse: collapse;
}
table.simple th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #333;
	background-color: #777;
}
table.simple td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #333;
	background-color: #ddd;
}
table.fancy tbody:nth-child(odd) td{
	background-color: #bbb;
}
table.fancy tbody:hover td {
	background-color: #bbd;
}

div.block {
	background-color: #777;
	border-left: 5px solid #aad;
	padding-left: 3px;
}

div.block p {
	padding: 5px;
}

div.block p.head {
	border-bottom: 1px solid #000;
}

td.country img {
	height: 13px;
	width:  auto;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

td.country p {
	display: inline-block;
	vertical-align: middle;
}

td.status img {
	height: 13px;
	width:  auto;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
