.dc-switch{
    cursor:pointer;
    font-size:10px;
    float:right;
    margin-right:3px;
}
.dc-switch span{
}
svg text{
    font-size:10px;
}

.dc-switch ul.nav{
  list-style:none;
}
.dc-switch ul.nav li{
  float:right;
  border-radius:4px 4px 0 0;
  -moz-border-radius:4px 4px 0 0;
  -webkit-border-radius:4px 4px 0 0;
  border:1px solid #CCC;
  border-bottom:none;
  width:40px;
  text-align:center;
}

.dc-switch ul.nav li a{
  display:block;
  padding:3px;
  text-decoration:none;
  color:#3399CC;
}
.dc-switch ul.nav li.current a{
  color:#000;
  font-weight:bold;
}


/** Legends **/
.d3-legend-container{}
.d3-legend-container .d3-legend-element{
  height:20px;
  min-width:100px;
  float:left;
}
.d3-legend-container .d3-legend-element .d3-legend-color{
  height:16px;
  width:16px;
  float:left;
}
.d3-legend-container .d3-legend-element .d3-legend-text{
  float:left;
  font-size:80%;
  line-height:16px;
  margin-left:4px;
}