div.graphHolder{
  position: relative;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-top: 50px;
  margin-bottom: 60px;
  border-left: solid 2px #bdc3c7;
  border-bottom: solid 2px #bdc3c7;
}
div.graph{
  position: relative;
  width: 894px;
  height: 300px;
  font-size: 0px;
}
div.graph div.bar, div.avgHolder div.avgLine{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  margin-right: 4px;
  min-height: 2px !important;
}
div.graph div.bar.dummy{
  width: 0px;
}
div.graph div.bar:last-of-type{
  margin-right: 0px;
}
div.graph div.bar div.arrow{
  position: absolute;
  top: -10px;
  left: 10px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FF0000;
}
div.graph div.bar div.nr{
  position: absolute;
  top: -40px;
  left: 7px;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}
div.graph div.lineHolder{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
div.graph div.lineHolder div.line{
  position: absolute;
  width: 100%;
  border-top: 1px dashed #bdc3c7;
  left: 0px;
  opacity: 0.7;
}
div.graph div.lineHolder div.line p{
  color: #bdc3c7;
  font-size: 14px;
  font-weight: 700;
  float: right;
  text-align: right;
}
div.graph div.lineHolder div.line:nth-of-type(1){
  top: 75%;
}
div.graph div.lineHolder div.line:nth-of-type(2){
  top: 50%;
}
div.graph div.lineHolder div.line:nth-of-type(3){
  top: 25%;
}
div.graph div.lineHolder div.line:nth-of-type(4){
  top: 0%;
}
div.graph div.lineHolder div.line:nth-of-type(5){
  border-top: 4px dotted #444444;
  width: 250px;
  top: 107%;
  left: auto;
  right: 0px;
}
div.graph div.lineHolder div.line:nth-of-type(5) p{
  color: #969696;
}

div.graph div.avgHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}
div.avgHolder div.avgLine{
  border-top: 4px dotted #444444;
  opacity: 0.7;
}

/*
div.graph canvas.avgGraph{
  position: absolute;
  left: 0px;
  top: 0px;
}*/

div.graph div.bar:nth-of-type(1), div.graph div.bar:nth-of-type(1) div.nr{
  background-color: #bbb0ac;
}
div.graph div.bar:nth-of-type(1) div.arrow{
  border-bottom-color: #bbb0ac;
}
div.graph div.bar:nth-of-type(2), div.graph div.bar:nth-of-type(2) div.nr{
  background-color: #c1bfaa;
}
div.graph div.bar:nth-of-type(2) div.arrow{
  border-bottom-color: #c1bfaa;
}
div.graph div.bar:nth-of-type(3), div.graph div.bar:nth-of-type(3) div.nr{
  background-color: #999568;
}
div.graph div.bar:nth-of-type(3) div.arrow{
  border-bottom-color: #999568;
}
div.graph div.bar:nth-of-type(4), div.graph div.bar:nth-of-type(4) div.nr{
  background-color: #8e9a68;
}
div.graph div.bar:nth-of-type(4) div.arrow{
  border-bottom-color: #8e9a68;
}
div.graph div.bar:nth-of-type(5), div.graph div.bar:nth-of-type(5) div.nr{
  background-color: #668e5c;
}
div.graph div.bar:nth-of-type(5) div.arrow{
  border-bottom-color: #668e5c;
}
div.graph div.bar:nth-of-type(6), div.graph div.bar:nth-of-type(6) div.nr{
  background-color: #5c8e71;
}
div.graph div.bar:nth-of-type(6) div.arrow{
  border-bottom-color: #5c8e71;
}
div.graph div.bar:nth-of-type(7), div.graph div.bar:nth-of-type(7) div.nr{
  background-color: #7ea5aa;
}
div.graph div.bar:nth-of-type(7) div.arrow{
  border-bottom-color: #7ea5aa;
}
div.graph div.bar:nth-of-type(8), div.graph div.bar:nth-of-type(8) div.nr{
  background-color: #bae3e7;
}
div.graph div.bar:nth-of-type(8) div.arrow{
  border-bottom-color: #bae3e7;
}
div.graph div.bar:nth-of-type(9), div.graph div.bar:nth-of-type(9) div.nr{
  background-color: #b3b8cc;
}
div.graph div.bar:nth-of-type(9) div.arrow{
  border-bottom-color: #b3b8cc;
}
div.graph div.bar:nth-of-type(10), div.graph div.bar:nth-of-type(10) div.nr{
  background-color: #5c6996;
}
div.graph div.bar:nth-of-type(10) div.arrow{
  border-bottom-color: #5c6996;
}
div.graph div.bar:nth-of-type(11), div.graph div.bar:nth-of-type(11) div.nr{
  background-color: #5e4a91;
}
div.graph div.bar:nth-of-type(11) div.arrow{
  border-bottom-color: #5e4a91;
}
div.graph div.bar:nth-of-type(12), div.graph div.bar:nth-of-type(12) div.nr{
  background-color: #9e71aa;
}
div.graph div.bar:nth-of-type(12) div.arrow{
  border-bottom-color: #9e71aa;
}
div.graph div.bar:nth-of-type(13), div.graph div.bar:nth-of-type(13) div.nr{
  background-color: #a1306e;
}
div.graph div.bar:nth-of-type(13) div.arrow{
  border-bottom-color: #a1306e;
}
div.graph div.bar:nth-of-type(14), div.graph div.bar:nth-of-type(14) div.nr{
  background-color: #990034;
}
div.graph div.bar:nth-of-type(14) div.arrow{
  border-bottom-color: #990034;
}
div.graph div.bar:nth-of-type(15), div.graph div.bar:nth-of-type(15) div.nr{
  background-color: #c34b66;
}
div.graph div.bar:nth-of-type(15) div.arrow{
  border-bottom-color: #c34b66;
}
div.graph div.bar:nth-of-type(16), div.graph div.bar:nth-of-type(16) div.nr{
  background-color: #da6748;
}
 div.graph div.bar:nth-of-type(16) div.arrow{
  border-bottom-color: #da6748;
}
div.graph div.bar:nth-of-type(17), div.graph div.bar:nth-of-type(17) div.nr{
  background-color: #d9b348;
}
div.graph div.bar:nth-of-type(17) div.arrow{
  border-bottom-color: #d9b348;
}

div.areaInfoHolder{
  margin-top: 40px;
}
div.areaInfoHolder h2{
  margin-top: 20px;
}
div.areaInfoHolder div.areaInfo{
  float: left;
  width: 280px;
  margin: 0px;
  padding: 0px;
  margin-right: 30px;
  margin-top: 10px;
}
div.areaInfoHolder div.areaInfo:nth-of-type(3n){
  margin-right: 0px;
}
div.areaInfoHolder div.areaInfo:nth-of-type(3n+1){
  clear: both;
}
div.areaInfoHolder div.areaInfo p{
  font-size: 13px;
  line-height: 17px;
}

div.answerHolder{
  padding-bottom: 40px;
}
div.answer{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #bbbbbb;
}
div.answer div.area{
  float: right;
  font-size: 11px;
  font-style: italic;
  padding-left: 30px;
  padding-bottom: 30px;
}
div.input-box div.answer div.area{
  padding-bottom: 0px;
}
div.answer p{
  display: inline;
  margin: 0px;
  font-weight: 300;
}
div.answer small{
  font-size: 100%;
}
div.answer p.answerValue{
  font-weight: 700;
}