div.q{
  font-size: 14px;
  line-height: 2em;
}


table.qa{
  margin-bottom: 20px;
  border-bottom: 1px dashed #0077cc;
  padding-bottom: 15px;
}

table.qa tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
background-color: #ffffff;
}

table.qa tr:first-child td{
    vertical-align: middle;
    border-color: inherit;
background-color: #f7fcff;
font-weight: bold;
}

table.qa td{
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  line-height: 1.75em;
}
table.qa img{
  margin-top: 0px;
  margin-bottom: 5px;
}


table.qa tr td:first-child{
   width: 50px;
}