
.faqSubTitle {
    font-style: italic;
}

#questions {
    border-bottom: solid #111 2px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#answers p {
    width: 600px;
}

#answers li {
    margin: 25px 0;
}

#answers li h3 {
    display: inline;
}

li.header {
    list-style-type: none;
}


