@charset "UTF-8";


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana;
}
body {
}

html {    
    /*background: url('../images/bg_html2.jpg') no-repeat center fixed;     */
	background-color: #aaa;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

table {
	width:100%;
	
}
td {
	text-align:center;
}

#wrapper {
	max-width:800px;
	margin: 0 auto;
	height:100vh;
}

#main {
	/*padding-top:2.5em;*/
	
	font-size:0.9em;
	margin:0;
	margin-top:0px;
	padding:4em 2em 2em 2em;
	background-color:#ffffff;
	background-position:top right;background-repeat:no-repeat;
}
.svg_container {
	background-color:#ffffff;
	border:1px solid #e0e0e0;
}
.navbar {
  background-color: #eeeeee;
  font-family: Arial, Helvetica, sans-serif;
  position:fixed;
  max-width:800px;
  width:100%;
  border-bottom:1px solid #000000;
  background-image: url('../images/nav_fingerprint2.png');
  background-repeat: no-repeat;
  background-position:right;
}


.navbar a {
  float: left;
  font-size: 1em;
  color: black;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 1em;  
  border: none;
  outline: none;
  color: black;
  padding: 12px 14px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.3em;
}
h3 {
	margin-top:1em;
	font-size:1.1em;
}


pre {
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

code {
	font-family: Consolas, monospace;
	color: black;
	background-color: #eef;
	padding: 0 3px;
/*	font-size:105%;*/
	line-height:1.2em;
}

img {
	max-width:100%;
	height:auto;
	padding:0.5em 1em;
}

.w30 {
	width:30%;
}

.w20 {
	width:20%;
}

.w15 {
	width:15%;
}

.w10 {
	width:10%;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.demoimage {
	border:1px solid #808080;
	margin:1em;
	padding:0;
}
.imgcaption {
	font-size:75%;
	text-align:center;
	font-style:italic;
	padding-bottom:0.5em;
}

.centerimage {
	text-align:center;
	padding:0.5em;
}

.mid512 {
	width:100%;
	max-width:512px;
	height:auto;
}

.headertop {
	margin-left:0.5em;
	color:white;
	font-size:2em;
}

.infobox {
	margin:0.5em 2em;
	text-align:center;
	padding:0.5em;
	border:1px dashed;
	font-size:0.8em;
	color:#666;
}

.bg_lightblue {
		background-color:#eef;
}

.bg_lightred {
		background-color:#fee;
}

ul#items_list {
	font-size:0.9em;
}

#ev_diagnostics {
	font-size:0.8em;
	padding-left:200px;
}