
body {
	margin: 0;
}
h1, h2, h3 {
	line-height: normal;
	font-family: Garamond, Georgia, serif;
}
.wrapper {
	margin: 20px;
}
.navbar {
	display: flex;
    align-items: center;
	padding: 10px 20px;
	background-color: #00492b;
	color: white;
	font-family: Garamond, Georgia, serif;
}
.navbar img {
	width: 200px;
}
.navbar .title {
	font-size: 1.8em;
	margin: 8px 0 0 15px;
}
.tableDiv{
	overflow-x:auto;
}
.streets {
	font-family: Arial;
	font-size: .75em;
	border:1px solid #ddd;
	
}
.streets td, .streets th {
	/*cellspacing:0;
	cellpadding:2;
	bordercolor:#000000;
	 border="1" cellspacing="0" cellpadding="2" bordercolor="#000000"
	bordercolorlight="#000000" bordercolordark="#000000"
	style="font-size: 8pt; font-family: Arial"
	*/
}

.streets th {
	padding-top: 5px;
  	padding-bottom: 5px;
  	background-color: #ccc;
}
.streets tr:nth-child(odd){background-color: #f2f2f2;}
.streets tr:hover {background-color: #ddd;}