p.inDepthResponse {
  font-style: normal;
  color: #666666;
}

p.questionClarification {
  font-style: italic;
}

.required:after{
   content: "*";
   color: red;
}


div.tooltip { 
    position: absolute;     
    text-align: center;     
    width: 200px;         
    padding: 2px;       
    font: 20px sans-serif;    
    background: lightgrey;  
    border: 0px;    
    border-radius: 8px;     
    pointer-events: none;     
}


div.scorecards p,h4 {
  text-align:  center;
}


div.datablock {
  width:  5px;
  height:  5px;
  padding:  1px;
  margin:  1px;
  display:  inline-block;
  float:  left;
  border-width: 1px;
  border-style: solid;
}