body {
	background: white;
	font-family: 'Arimo', Helvetica, sans-serif;
	padding: 0;
	padding-bottom: 8px;
	font-size: .96em;
	margin: 0;
}

@media screen and (max-width: 480px) {
   font-size:10vw;
   .first, .second { width:.25vw; }
   img#optional {
   display:none;}
   
   	table, thead, tbody, th, td, tr { 
		display: block; 
	}   
}


.navibar_link:hover{
  border-bottom-width: 2px;
  border-color: #666;
  border-bottom-style: solid;
  color: #666;  
}

#navbar {
  background-color: #184463;
  position: fixed;
  top: -51px;
  width: 100%;
  display: block;
  transition: top 0.3s;
}
#navbar a {
  float: left;
  display: block;
  color: #ddd;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 14px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}  
  
html, body {
  scroll-padding-top: 50px; /* height of sticky header */
}
  

pre, tt {
	font-size: 90%;
	font-family: monaco, monospace;
}

a, a > tt {
	color: #224b8d;
	text-decoration: none;
}

table {
 width:100%;

}

.first, .second { width:50px; }
.third { text-align:right; }

a:hover {
	border-bottom: 1px gray dotted;
	color: #184463;
}


#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
	color: #527bbd;
	text-decoration: none;

}



div#toptitle {
	color: #527bbd;
	padding-bottom: .5em;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #aaa;
}

/* Reduce space if we begin the page with a title. */
div#toptitle + h2, div#toptitle + h3 {
	margin-top: -0.7em;
}

div#subtitle {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	padding-top: 0em;
	padding-bottom: 0.1em;
}

#layout-content {
	border: none;
	padding-top: 10px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 0;
	margin: 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


h1, h2, h3 {
	font-family: Helvetica, sans-serif;
	color: #111;
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	line-height: 1.0;
	padding-top: 0.5em;
	border-bottom: 1px solid #ccc;
}

h1 {
	font-size: 165%;
}

h2 {
	padding-top: 0.8em;
	font-size: 125%;
}

h2 + h3 {
    padding-top: 0.2em;
}

h3 {
	font-size: 105%;
	border-bottom: none;
}

p {
	margin-top: 0.0em;
	margin-bottom: 0.8em;
	padding: 0;
	line-height: 1.3;
}

pre {
	padding: 0;
	margin: 0;
}


}

ul, ol, dl {
	margin-top: 0.2em;
	padding-top: 0;
	margin-bottom: 0.8em;
}


ul {
	list-style-position: outside;
	list-style-type: square;
}

p + ul, p + ol {
	margin-top: -0.5em;
}

li ul, li ol {
	margin-top: -0.3em;
}



li p, dd p {
	margin-bottom: 0.3em;
}




@media print {
	#layout-menu { display: none; }
}



#layout-content h1:first-child, #layout-content h2:first-child, #layout-content h3:first-child {
	margin-top: -0.7em;
}

div#toptitle h1, #layout-content div#toptitle h1 {
	margin-bottom: 0.0em;
	padding-bottom: 0.1em;
	padding-top: 0;
	margin-top: 0.5em;
	border-bottom: none;
}

div#toptitle, div#toptitle h1, div#toptitle a, div#subtitle, div#subtitle a {
	color: #333;
	text-align: left;
}


div#toptitle a:hover {
	border-bottom: none;
		color: #184463;
}


div#toptitle h1 {
	color: #333;
	margin-top: 0.1em;
	font-weight: bold;
	font-size: 25px
}

img {
    border: none;
    padding-right: 20px;
}


