/* Common CSS used by a bunch of pages with terms / faqs
 * If the below list keeps growing, consider moving the contents to theme.css
 *
 * ddr-service-agreement
 * faq
 * vehicle-maintain-dds
 * vehicle-subscribe-dds
 */
#terms-and-conditions {
    height: 200px;
    overflow: auto;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

#terms-and-conditions .section, #terms-of-use .section {
    border-bottom: 1px solid #333;
    font-weight: bold;
    margin: 30px 0 5px 0;
}

#terms-and-conditions ol.alpha, #terms-of-use ol.alpha, #faq ol.alpha {
    list-style-type: lower-alpha;
    margin-left: -22px;
}

#terms-and-conditions ol.alpha li, #terms-of-use ol.alpha li, #faq ol.alpha li {
    margin-bottom: 15px;
}

#faq .question {
    font-weight: bold;
    margin: 30px 0 0 0;
}

#faq .answer {
}