body {
  font-family: "Guardian Egyptian Headline", 'Georgia';
  height: 1224;
}

.placeholder{
  max-width: 860px;
}

.filterBtns{
  margin: 2px 0 6px 0;
}

.descr{
  margin: 2px 0 5px;
  font-size: 14px;
}

.filterBtn{
  float: left;
  width: 8%;
  cursor: pointer;
  min-width: 105px;
  margin-right: 2%;
  margin-bottom: 5px;
}

.filterBtn:hover .circle {
  border: 2px solid #aad801;
}

.filterBtn:hover .btnTxt {
  color: #aad801;
}

.filterBtn:hover .selectedCircle {
  background-color: #aad801;
}

.circle{
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #767676;
  margin-top: 1px;
  float: left;
  margin-right: 2px;
  position: relative;
}

.selectedCircle{
  background-color: #767676;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: none;
}

.btnTxt{
  font-size: 13px;
}

.labels{
  position: relative;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #bdbdbd;
}

.labLeft{
  position: absolute;
  left: 0;
}

.labRight{
  position: absolute;
  right: 0;
}

.node rect {
  fill-opacity: .9;
  shape-rendering: crispEdges;
}

.node text {
  pointer-events: none;
}

.link {
  fill: none;
  stroke: #000;
  stroke-opacity: .05;
}

.tooltip{
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0);
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 150px;
  top: 0px;
  padding: 10px;
}

.tooltip-country{
  text-align: left;
  font-size: 20px;
}

.tooltip-value{
  text-align: left;
  font-size: 14px;
}

table.data-table {
  font-size: 110%;
  font-weight: 500;
  margin: 5px 0 0 0;
  background-color: transparent;
}

.cou-name{
  font-size: 14px;
  text-align: left;
}

.cou-val{
  font-size: 14px;
  text-align: right;
}

.linkTip{
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 150px;
  top: 0px;
  padding: 10px;
  max-width: 300px
}

.notes{
  font-size: 13px;
}

.note{
  margin-top: 5px;
  font-weight: 300;
}

.note ul{
  margin-top: 3px !important;
}

.clear{
  clear: both;
}

@media (max-width: 460px) {
  .labels{
    font-size: 12px;
  }

  .labRight{
    width: 86px;
    text-align: right;
  }

  .tooltip{
    width: 155px;
  }

  .tooltip-country{
    font-size: 18px;
  }

  .tooltip-value{
    font-size: 13px;
  }

  .cou-name{
    font-size: 13px;
  }

  .cou-val{
    font-size: 13px;
  }

  .linkTip{
    font-size: 13px;
    max-width: 255px;
  }

}