

#counters {
  height:30px;
  position:relative;
}

#counters div {
  position:absolute;
  top:0;
  right:0;
}

/* counters */


/* FAQ*/
#faq_wrapper {
 
}

#faq_wrapper .Wrap {
  margin-bottom:20px;
}


#faq_wrapper .Header {
  position:relative;
  height:24px;
  background-color:gray;
  color:white;
}

#faq_wrapper .Author {
  font-size:12px;
  position:absolute;
  top:6px;
  left:10px;
  color:white;
}

#faq_wrapper .Date {
  font-size:12px;
  position:absolute;
  top:6px;
  right:10px;
}

#faq_wrapper .Question {
  font-size:11px;
  text-align:justify;
  padding-top:10px;
}

#faq_wrapper .Reponse {
  font-size:11px;
  text-align:justify;
  color:brown;
  padding-top:10px;
}

#faq_wrapper .Options {
  font-size:11px;
}


 