body{
  color:#888;
}

#controls{
  width: 100%;
  /*250px;*/
  margin: 0 auto;
  text-align: center;
}

#map-title{
  width: 100%;
}

#map-title h5{
  
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

#map-container{
  width: 100%;
}

#cartogram{
  display:relative;
  display: inline-block;
  vertical-align: top;
  width:70%;
  margin: 0 auto;
  border:1px solid #F0F0F0;
}

#map-data{
  display: inline-block;
  vertical-align: top;
  width:29%;
  border:1px solid #F0F0F0;
}



.circle-chart-inner{
  display: inline-block;
  vertical-align: top;
}

#circle-1, #circle-2, #circle-3{
  width: 40%;

}

#circle-text-1, #circle-text-2, #circle-text-3{
  width: 58%;
}

.circle-chart-inner text{
  font-size: 135%;
}

.circle-chart-inner h3{
  max-width: 130px;
}

.circle-chart{
  height: 32%;
}

.circle-chart:nth-child(2){
  border-top:1px solid #F0F0F0;
  border-bottom:1px solid #F0F0F0;
}

.arc{
  fill:#ddd;
}



rect{
  fill:#fff;
}

path {
  stroke-linejoin: round;
}


.district-boundaries, .state-boundaries {
  fill: #fff;
}




.district-boundaries {
  pointer-events: none;
  fill: none;
  stroke: #fff;
}

.state-boundaries {
  pointer-events: none;
  fill: none;
   stroke: #fff;
  stroke-width: .8px;
}



.tooltip{
  width:150px;
  height: auto;
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 15px;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  border-radius: 5px;
  box-shadow:3px 1px 5px #888;
  /*text-align: center;*/
  color:#333;
  pointer-events: none; 

}






.tooltip{
  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}

.senator, .rep{
  text-transform: capitalize;
}


#land{
  fill:#fff;
}

