#faq_cont .questions {
    margin-bottom: 0px;
    padding-bottom: 12px;
    border-bottom: 1px solid #cccccc;
    width: 700px;
}
#faq_cont .answers {
    width: 700px;
}
#faq_cont .answers li {
    list-style-type: none;
    background: none;
    margin-bottom: 20px;
}
#faq_cont .answers a {
    font-weight: bold;
    text-decoration: none;
}
#faq_cont .answers p {
    margin-top: 0;
}

