﻿div.question h2 
{
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}

div.question {
  margin-bottom: 8px;
  clear: both;
}
  
div.question h3 {
  margin: 0px;
  margin-bottom: 1px;
  font-size: 16px;
}

div.question div.bar {
  float: left;
}
  
div.question div.bar span.bar {
  background: lightgreen;
  text-align: center; 
  padding-top: 2px; 
  padding-bottom: 2px;    
}  
    
div.question div.bar span.eb {
  background: white;
  border: 1px dotted gray; 
  border-left: none; 
  padding-top: 3px; 
  padding-bottom: 3px;
}

div.question .question-response 
{
    display: block; 
    font-size: 16px; 
    font-weight: 800; 
    margin-bottom: 6px
}
