rect.town_datum {
    fill: #85bfe6;
}

rect.state_datum {
    fill: #164b7f;
}

line.tick {
    stroke: #E0E0E0;
    shape-rendering: crispEdges;
}

line.grade_sep {
    stroke: #E0E0E0;
    shape-rendering: crispEdges;
    stroke-width: 2;
}

text.mark {
    font-family: sans-serif;
    font-size: 15px;
	
}

table, th, td
{
    font-family: sans-serif;
    padding: 10px;
   
}

th.table_title {
    font-family: sans-serif;
    font-size: 25px;
}

tr.town_datum {
    background-color: #4f81bd;
}

tr.state_datum {
    background-color: #c0504d;
}

#browser_update_notice {
    font-family: sans-serif;
    font-size: 10px;
}

#bar-chart-target {
    padding-bottom: 25px;
    border-bottom: 3px solid #74B4E1;
    height: 590px;
    padding-top: 25px;
    margin: 0 0 3em 0;
}
#selector {
	border-bottom: 3px solid #74B4E1;
	margin-bottom: 0px !important;
}

#selector h4 {
	font-size: 25px;
}

#selector select {
   width: 268px;
   padding: 3px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 28px;
   border: 1px solid #74B4E1;
   font-family: 'Century',sans-serif;
}