hr.divider { display: none; }

#navb { line-height: 1.4; }

#navb {
padding: 0;
margin: 0 auto;
display: table;
border-radius: 4px;
font-size: 80%;
margin-bottom: 20px;
}

#navb li {
display: table-cell;
padding: 0;
border-right: 1px solid #f0f0f0;
}

#navb li:last-child { border: none; }

#navb a {
font: 12.8px Verdana,Arial,sans-serif;
text-decoration: none;
padding: 20px 1em 20px 1em;
display: block;
min-width: 80px;
text-align: center;
color: #444;
}
#navb a:hover {
color: #2383C2;
}


#fnotes {
text-align: center;
font: 80%/1.2 Verdana,Arial,sans-serif;
color: #f0f0f0;
}

#fnotes a { color: #aaa; text-decoration: none; }