html, body {
	background-color:#FFF;
	color:#000;
	font: normal 100% arial;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
header {
	background-color:#369;
	background: linear-gradient(135deg, #47A 70%, #F00);
	color:#FFF;
	font: normal 100% arial;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
article {
	background-color:#FFF;
	color:#000;
	font: normal 120% arial;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
footer {
	background-color:#369;
	color:#FFF;
	font: normal 100% arial;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
.blurred {
	margin: 0px 0px 10px 20px;
	height: 310px;
	width:  340px;
}
dl {
	display: inline-block;
	margin-top: 0px;
}
dd {
	margin-left: 5px;
}
h1, h2, h3, h4 {
	margin: 0px;
}
menu {
	margin: 10px 10px 10px -20px;
	//padding:0;
	//margin-top:  10px;
	//margin-bottom: 30px;
}
menu button {
	border: none;
	border-radius: 20px;
	cursor: pointer;
	display: inline-block;
	font: bold 100% arial,helvetica;
	margin-bottom:  10px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	height: 60px;
	width: 90px;
}
menu button.top {
	background-color: #F93;
	color: #000;
}
menu button.protected {
	background-color: #C33;
	color: #FFF;
}
menu button.private {
	background-color: #3C3;
	color: #000;
}
menu button.public {
	background-color: #369;
	color: #FFF;
}
#map {
 	margin: 0;
	height: 100%;
}
nav table {
	border: 1px solid #FFF;
	border-collapse: collapse;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.8);
	width: 100%;
}
nav table tr {
	border: 1px solid #FFF;
	background-color: #369;
	border: 1px solid #FFF;
}
nav table thead th {
	border: 1px solid #FFF;
	border-collapse: collapse;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	//margin: 1px;
	//padding: 1px;
	position: sticky;
	top: 0px;
}
nav table tr th {
	border: 1px solid #FFF;
	background-color: #369;
	color: #fff;
	cursor: pointer;
	font: bold 90% arial,helvetica;
	text-decoration: none;
}
nav table tr th a {
	background-color: #369;
	color: #fff;
	cursor: pointer;
	font: bold 90% arial,helvetica;
	text-decoration: none;
}
section button {
	font: normal 160% arial, helvetica;
	width: 100%;
}
section input {
	font: normal 160% arial, helvetica;
	//width: 100%;
}
section input:checkbox {
	height: 40px;
}
input[type='checkbox'] {
	background:white;
	border-radius:5px;
	border: 5px solid #369;
	margin: 0;
	padding:0;
	height:20px;
	width:20px;
}
input[type='checkbox']:checked {
	//background: #F00;
}
section label {
	font: normal 160% arial, helvetica;
	text-align: right;
	width: 100%;
}
section ol, section ul {
	margin-left: 10px;
	padding-left: 5px;
}
section table {
	border: 1px solid #FFF;
	border-collapse: collapse;
}
section table thead th {
	border: 1px solid #FFF;
	border-collapse: collapse;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	position: sticky;
	top: 0px;
}
section tr:nth-child(even) {
	background: #CCC;
}
section th {
	background-color: #369;
	border: 1px solid #FFF;
	color: #fff;
}
section table th a {
	border: 1px solid #FFF;
	color: #fff;
	text-decoration: none;
}
section td {
	border: 1px solid #FFF;
}
section figure {
	border: 0px solid #fff;
	margin:5px;
	padding: 0px;
	width: 90%;
}
section figure img {
	border: 3px solid #000;
	width: 100%;
}
section figure figcaption {
	font: normal 120% arial, helvetica;
	text-align: center;
}
