.viz-container text, g.rule text, .viz-container p.description, h4#viz-title { color: #f0f0f0; fill: #f0f0f0; }
.viz-container g.rule line { fill: #dddddd; stroke: #dddddd; }
.viz-container .viz.twiviz { background: #353b3f; }
.viz.twiviz { color: #f0f0f0; }.twiviz .twipsy { background: #353b3f; }
.twiviz .twipsy .body { color: #f0f0f0; text-transform: capitalize; }
.twiviz .twipsy .title { color: #00acee; text-transform: capitalize; }
.twiviz .tooltip {text-transform: capitalize;}
body { background: #353b3f; }
ul.legendbox {background: #353b3f;}
.legendbox li {min-width: 175px; text-transform: capitalize;}
@media (min-width: 1090px) {
  ul.legendbox {
    position: fixed;
    top: 90px;
    right: -70px;
    width: 600px;
    height: 100px;
    padding-top: 20px;
    padding-left: 10px;
  }
}
path.country {
  stroke: white;
  stroke-width: 1px;
}
#top-songs li {
  color: white;
  width: 50%;
  display: inline-block;
}

#top-songs li:nth-child(1) .legendcolor {
  background-color: rgb(234, 89, 110);
}
#top-songs li:nth-child(2) .legendcolor {
  background-color: rgb(170, 141, 216);
}
#top-songs li:nth-child(3) .legendcolor {
  background-color: rgb(136, 201, 249);
}
#top-songs li:nth-child(4) .legendcolor {
  background-color: rgb(166, 211, 136);
}
#top-songs li:nth-child(5) .legendcolor {
  background-color: rgb(250, 250, 250);
}
