#container {
width: 800px;
margin: 0 auto;
margin-top: 80px;
}

#status {
color: #999;
}

/*body {
background: #d1d1d1 url(../../images/workhouse_crowd.jpg) no-repeat;
}*/

#map-container {
height: 500px;
width: 100%;
}

.share-list {
margin-top: 40px;
margin-left: -10px;
}

.floater {
position: absolute;
left: 0px;
margin-top: 50px;
margin-left: 60px;
text-align: left;
background: #fff;
padding: 20px;
border-radius: 5px;
}

#d3map {
width: 450px;
height: 500px;
margin-right: 45%;
float: right;
}

path.county {
stroke: #666;
stroke-width: .5;
}

path.county:hover {
stroke: #000;
}

#placeholder {
position: absolute;
z-index: -1;
display: block;
left: 0;
top: 0;
}

.sparkline {
  fill: none;
  stroke: #000;
  stroke-width: 2px;
}

.sparkcircle {
fill: #f00;
stroke: none;
}

.slider {
  margin: 4px;
}

.ui-slider-horizontal {
  height: 8px;
  width: 200px;
}
.ui-slider .ui-slider-handle {
  height: 15px;
  width: 10px;
  margin-left: -5px;
}

*:focus { outline: none; }