a img, img{
  border:0;
  outline:0;
}


circle{
  fill-opacity: .3;
  stroke-width: 1;
}

.axis path{
  display: none;
}
.axis text{
  fill: #9D9D9D;
}

path{
  stroke: #9D9D9D;
}

rect{
  stroke-width: 1px;
  stroke: black;
}

text {
  pointer-events: none;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}

#buttons{
  clear: both;
  text-align: center;
  margin-bottom: 8px;
}

.tabs{
  width: 208px;
  background-color: #DCE6F0;
  color: #646E78;
  padding: 10px 4px 10px 18px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;  
  font: 900 16px/19px "HaasText";   
  margin-right: 8px;
  position: relative;
}
.tabs:hover{
  color: white;
  background-color: #5c42ab;
}
.tabs.selected{
  color: white;
  background-color: #5c42ab;
}
.tabs:first-child:before{
  width: 0px;
  height: 0px;
}
.tabs:after{
  content: "";
  width: 41px;
  height: 41px;
  background-color: rgb(220,230,240);
  position: absolute;
  right: -21px;
  top: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.tabs:hover:after{
  background-color: rgb(92,66,180);
}
.tabs.selected:after{
  background-color: rgb(92,66,180);
}
.tabs:before{

  content: "";
  width: 41px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  left: -21px;
  top: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
  }
.tabs:last-child:after{
   width: 0px;
  height: 0px;
}

.nextSlide{
  font-weight: bold;
  color: #FB5623;
  color: #5c42ab;
  cursor: pointer;
}

.curElection{
  opacity: 0;
}


.visableCircle{
  transition: opacity 1s ease-in;
  opacity: 1 !important;
}

.visableCircle{  
  -webkit-animation-name: throb;
  -webkit-animation-duration: 1s;
  -webkit-animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes throb{
  from{
    stroke-width: 1px;
  }

  to{
    stroke-width: 2.5px;
  }
}

#changeTextContainer{
  margin: 3px;
}

#changeTextContainer div{
  display: none;
  height: 100px;
  max-width: 750px;
  margin: auto;
}

#graph-container{
  position: relative;
}

#left-text{
  width: 100px;
  text-align: center;
  position: absolute;
  top: 375px;
  font-weight: bold;
}

#top-text{
  font-weight: bold;
}

.quad-div{
  text-align: center;
  width: 220px;
  pointer-events: none;

}

@media  (max-width: 768px)  {
  .quad-div{
    font-size: 85%;
  }
}



.big-percent{
  font-family: TiemposHeadlineWeb-Bold;
  font-weight: bold;
  font-size: 24pt;
  color: #33CCCC;
  margin-top: 7px
}

.spark{
  fill: none;
  stroke-opacity: .5;
}

.spark-us{
  fill: none;
  stroke: darkgray;
  opacity: .5;
}
.spark-highlight{
  fill: none;
  stroke: green;
  stroke-width: 2px;
}

.annotation-circle{
  fill-opacity: .5;
}

.tooltip-annotation-text{
  font-weight: bold;
}

.arrow{
  font-size: 160%;
  font-weight: normal;;
}