ol {
    margin-left: 55px;
    margin-bottom: 20px;
}
ul#faqs li {
    list-style: none;
    margin-left: 25px;
    margin-bottom: 10px;
}
ul#faqs th, ul#faqs td {
    vertical-align: top;
    padding:5px;
}
ul#faqs th.question-label {
    border-left: 5px solid #F5C72E;
}
ul#faqs th.answer-label {
    border-left: 5px solid #3549c9;
}
.return-to-top {
    font-size: .9em;
    padding-left: 10px;
    background-color: #eee;
}
ul#testimonials li {
    list-style: none;
    margin-left: 25px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #7B89E3;
}
.author {
    color: #3549C9;
    font-weight: bold;
}
.location {
    color: #666;
    font-weight: bold;
}