@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);

html, body
{
  margin: 0%;
  width:100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  
}

.header{
  margin: 2% 0% 2% 0%;
  padding: 1%;
  background-color: #2A5769;
}

h1 {
  margin: 0em;
  padding-top: 0em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}

h2, h3,h4 {
  font-size: 14px;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-bottom: 1%;
  letter-spacing: 1px;
  font-weight: 400;
}

p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}

.svg1-container, .svg2-container {
  margin-left: 1%;
  margin-bottom: 1%;
  border: 1px solid #ccc;
  box-sizing:content-box;
  width:48%;
  float:left;
  height:450px;
}

.svg3-container{
    box-sizing:content-box;
    width:97%;
    height:450px;
    clear:both;
    margin: 0;
    border: 1px solid #ccc;
    box-sizing:content-box;
     margin-left: 1%;
}
svg {
    width:100%;
	height:100%;
	font-size: 10px;
    
}

path {
	fill: none;
}

.axis{
	stroke: #000;
}

.xAxis{
	stroke: #000;
}


.countryName{
  stroke: #000;
}

.countryName text{
    opacity:0;
}

.legend text{
	font-size: 13px;
    margin-right:2px;
}

.axis-label{
	font-size: 12px;
	font-weight: bold;
}

.brush{
	opacity: 0.9;
}

.d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  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;
}

.bar{
    fill:blue;
}
.moreBar{
    fill:orange;
}

.brush rect{
  fill: #2A5769;
  opacity: .8;
}

.tooltip {
  position: absolute;
  width: 200px;
  height: 28px;
  pointer-events: none;
}
