/* general styles */
body{
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
header nav h1{
  left: 10px;
}

/*      CONTENT      */
div.mainContent{
  min-height: 0px;
}
div.centerContent{
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

h1{
  font-size: 15px;
  height: 16px;
  line-height: 16px;
}
h2{
  font-size: 14px;
  line-height: 16px;
}
h3{
  font-size: 12px;
  line-height: 16px;
}
p{
  font-weight: 400;
}
p.buttonHolder a{
  font-size: 13px;
}
p strong{ 
  font-weight: 4=600;
}
ol, ul{
  font-weight: 400;
}

div.question, div.question h4, div.answer p{
  font-weight: 400;
}


/*      RESULTATEN     */
a.resultLink, a.downloadLink{
  font-size: 11px;
  line-height: 20px;
  height: 20px;
}
a.downloadLink.topRight{
  float: none;
  position: absolute;
  top: -25px;
  right: 10px;
}

div.graphHolder{
  padding-left: 2px;
  padding-bottom: 2px;
}
div.graph{
  width: 100%;
  min-width: 320px;
  /*overflow-x: hidden;*/
}
div.graph div.bar, div.avgHolder div.avgLine{
  width: 16px;
  margin-right: 2px;
}
div.graph div.bar div.arrow{
  top: -3px;
  left: 5px;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #FF0000;
}
div.graph div.bar div.nr{
  top: -20px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  font-size: 6px;
  line-height: 12px;
}
div.graph div.lineHolder div.line p{
  font-size: 9px;
}

div.graph div.lineHolder div.line:nth-of-type(5){
  border-top: 2px dotted #444444;
  width: 150px;
}
div.avgHolder div.avgLine{
  border-top: 2px dotted #444444;
}

div.areaInfoHolder{
  margin-top: 40px;
}
div.areaInfoHolder h2{
  margin-top: 20px;
}
div.areaInfoHolder div.areaInfo{
  width: 100%;
}
div.areaInfoHolder div.areaInfo:nth-of-type(3n){
  margin-right: 0px;
}
div.answer div.area{
  font-size: 9px;
  padding-left: 15px;
  padding-bottom: 15px;
}

/*      LOGIN     */
div.login{
  margin-top: 20px;
  border-bottom: solid #FFFFFF 20px;
  width: 90%;
  top: auto;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #990033;
}


div.copyright{
  line-height: 18px;
  text-align: center;
  height: 60px;
}
div.copyright br{
  display: inline;
}