body { background: darkgray; font-family: futura, arial, sans-serif; /*color: white;*/ cursor:pointer;}
/* https://bl.ocks.org/mbostock/raw/4060606/ */
a { cursor: pointer }
.counties { fill: none; }
.states { fill: none; stroke: #fff; stroke-linejoin: round; }
.info { color:white; font-size:28px; text-align:right;}
.info #resultlist { text-align:right; font-size:14px; border-top:1px solid rgb(8,81,156);}
.info #resultlist ul { list-style:none;}
.info #resultlist li:hover { color: yellow; }
.info #resultlist tr:hover { color: yellow; }
.menu a { text-decoration:none; color:white}
.menu a:hover { text-decoration:none; color:rgb(8,81,156);}
/* ["#fff5f0", "#fee0d2", "#fcbba1", "#fc9272", "#fb6a4a", "#ef3b2c", "#cb181d", "#a50f15", "#67000d"] */

.links { border: 0px solid white; padding: 10px; margin: 0px 0px 0px 10px; position:absolute; left: 0%; top: 0%; text-align: left; font-size: 14px; }
.links a, .links a:visited { text-decoration:none; color: #a50f15;}
.links a:hover { text-decoration:none; color:black;}
.selected { fill: yellow; stroke: green;}
svg { position: fixed; margin-top:0px; }

#url_params { font-weight: bold; font-size:14px; text-transform:uppercase; color:black}
th { 
/*border-bottom:2px solid white;*/
/*border-right:2px solid white;*/
text-align:center;

}
