/********************************************************************/
/* 3. POLL CHART
*********************************************************************/
@media (max-width: 480px) {
#chart{
  width:100%;
}
#chart dt{
  width:62%;
  float:left;
  margin:0 20px 5px 0;
  padding:2px 0;
  display:inline;
  font-weight:bold;
  text-align:right;
}
#chart dd{
  width:26%;
  border-right:1px solid #ddd;
  float:left;
  margin-bottom:5px;
  display:inline;
}
#chart dd span{
  color:#fff;
  background:#00e4ff;
  text-align:center;
  padding:2px 0;
  display:block;
  
  text-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  background:-webkit-gradient(linear, left top, left bottom, from(#29cee2), to(#00e4ff));
}
    
    
    
    }




@media (min-width: 481px){

#chart{
  width:640px;
}
#chart dt{
  width:260px;
  float:left;
  margin:0 20px 5px 0;
  padding:2px 0;
  display:inline;
  font-weight:bold;
  text-align:right;
}
#chart dd{
  width:360px;
/*  border-right:1px solid #ddd;*/
  float:left;
  margin-bottom:5px;
  display:inline;
          background-color: #221530;
    font-weight: bold;

}
#chart dd span{
  color:#fff;
  background:#00e4ff;
  text-align:center;
  padding:2px 0;
  display:block;
  
  text-shadow:1px 1px 1px rgba(0,0,0,0.2);
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  background:-webkit-gradient(linear, left top, left bottom, from(#29cee2), to(#00e4ff));
}
/*Zicky*/
#data-one{
  width:18%;
}
/*Santino*/
#data-two{
  width:19%;
}
/*Mike Paterson*/
#data-three{
  width:16%;
}
/*Bushwhacker Luke*/
#data-four{
  width:13%;
}
/*Alex Roof*/
#data-five{
  width:8%;
}
/*KC Spinelli*/
#data-six{
  width:21%;
}
/*Scarlett James*/
#data-seven{
  width:5%;
}
/*Samuel J Law*/
#data-eight{
  width:0%;
}




/*Zicky*/
#data-one{
  -webkit-animation-name:bar-one;
}
/*Santino*/
#data-two{
  -webkit-animation-name:bar-two;
}
/*Mike Paterson*/
#data-three{
  -webkit-animation-name:bar-three;
}
/*Bushwhacker Luke*/
#data-four{
  -webkit-animation-name:bar-four;
}
/*Alex Roof*/
#data-five{
  -webkit-animation-name:bar-five;
}
/*KC Spinelli*/
#data-six{
  -webkit-animation-name:bar-six;
}
/*Scarlett James*/
#data-seven{
  -webkit-animation-name:bar-seven;
}
/*Samuel J Law*/
#data-eight{
  -webkit-animation-name:bar-eight;
}



#data-one,#data-two,#data-three,#data-three,#data-four,#data-five,#data-six,#data-seven,#data-eight{ 
  -webkit-animation-duration:0.5s; 
  -webkit-animation-iteration-count:1; 
  -webkit-animation-timing-function:ease-out; 
}
/*Zicky*/
@-webkit-keyframes bar-one{
  0%{ width:0%;
  }
  100%{ width:18%;
  }
}
/*Santino*/
@-webkit-keyframes bar-two{
  0%{ width:0%;
  }
  100%{ width:19%;
  }
}
/*Mike Paterson*/
@-webkit-keyframes bar-three{
  0%{ width:0%;
  }
  100%{ width:16%;
  }
}
/*Bushwhacker Luke*/
@-webkit-keyframes bar-four{
  0%{ width:0%;
  }
  100%{ width:13%;
  }
/*Alex Roof*/
@-webkit-keyframes bar-five{
  0%{ width:0%;
  }
  100%{ width:8%;
  }
/*KC Spinelli*/
@-webkit-keyframes bar-six{
  0%{ width:0%;
  }
  100%{ width:21%;
  }
/*Scarlett James*/    
@-webkit-keyframes bar-seven{
  0%{ width:0%;
  }
  100%{ width:5%;
  }  
/*Samuel J Law*/
@-webkit-keyframes bar-eight{
  0%{ width:0%;
  }
  100%{ width:0%;
  }

}




