.border
{
	stroke-miterlimit: 3;
	fill: none;
	stroke: #000;
	stroke-opacity: 1;
	stroke-linejoin: bevel;
	stroke-linecap: square;
}

#counties
{
	stroke-width: 0.05;
	stroke: #333;
	stroke-opacity: .5;
}

#states
{
	stroke-opacity: 1;
	stroke-width: 0.25;
	stroke: #222;
	stroke-opacity: .6;
}

#map
{
/*	display: none; */
}

#_spinner
{
	stroke-width: 10;
	stroke-linecap: round;
	stroke: #000;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
