/* CSS goes here. */
.main.segment {
    max-width:1024px;
    margin: 0px auto;
}

.control.panels {
    max-width:800px;
    min-height:100px;
    margin: 0px auto;
    text-align: center;
}

#content {
	fill: #FFF;
	font: sans-serif;
}

.key path {
 	display: none;
}

.key line {
	stroke: #000;
	shape-rendering: crispEdges;
}

.caption {
	font-weight: bold;
	fill: #000;
}

.tick {
	font: 10px sans-serif;
	fill: #000;
}

.q10-11{fill:rgb(165,0,38)}
.q9-11{fill:rgb(215,48,39)}
.q8-11{fill:rgb(244,109,67)}
.q7-11{fill:rgb(253,174,97)}
.q6-11{fill:rgb(254,224,139)}
.q5-11{fill:rgb(255,255,191)}
.q4-11{fill:rgb(217,239,139)}
.q3-11{fill:rgb(166,217,106)}
.q2-11{fill:rgb(102,189,99)}
.q1-11{fill:rgb(26,152,80)}
.q0-11{fill:rgb(0,104,55)}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1000;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
