#tooltip {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: none;
  position: absolute;
  background: #fcffe0;
  border: 1px solid #3f412e;
  padding: 8px;
  max-width: 275px;
  line-height: 17px;
  z-index: 99;
  color: black;
  font-size: 14px;
  font-family: Verdana;
  -moz-box-shadow: 2px 2px 2px #333;
}
#tooltip p {
  font-family: Verdana;
  margin-bottom: 0;
  margin-top: 16px;
}
#tooltip p:first-child { margin-top: 0; }
#tooltip p.q-answer {
  padding-left: 33px;
  border-left: 1px solid #d1d4b1;
}
