html, body {
/* font: 15px sans-serif; */
font: 1em sans-serif;
color: #000000;
background: #ffffff;
padding: 0;
margin: 0;
margin-top .6em;
}

div#traffic_block {
width: 100%
}

div.drivetime {
height: auto;
margin-top: 12px;
text-align: center;
width: 100%;
}

div.titlebar {
	padding: 6px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

div.description_block {
#height: auto;
display: inline-block;
background-color: #eaeaea;
padding: 6px 0 0 0;
width: 100%;
text-align: center;
}

div.the_numbers {
height: auto;
display: inline-block;
padding: 0 12px 0 0;
margin: auto;
width: auto;
}

div#nav_block {
display: none;
width: 80%;  
text-align: center;  
font-size: 20px;  
white-space: nowrap;  
line-height: 12px;  
overflow: hidden; 
margin-left: auto; 
margin-right: auto;
}

div.nav_link {
width: 49%;  
height: auto;  
padding-top: .6em;
padding-bottom: .6em;
margin-top: .6em;
display: inline-block;  
vertical-align: middle; 
/* background-color: #012b65; */
background-color: #0d4698;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.nav_link a {
color: white;
display: block;
height: 100%;
width: 100%;
text-decoration: none;
}

div.footerbar {
	padding: 3px;
	background-color:#eaeaea;
	font-size: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
div.the_description {
margin-left: auto;
margin-right: auto;
width: 80%;
height: auto;

}

@media only screen and (max-device-width: 1024px) { 
div#nav_block {
display: inline;
}	
}