.p-faq {
    height        : 20px;
    margin-left   : 5px;
    margin-top    : 5px;
    font-size     : 12px;
    border-bottom : solid 1px #ccc;
}
.p-faq span {
    font-weight : bold;
    color       : #ff690b;
}
#p-answer div {
    margin    : 30px 0 8px 0;
    font-size : 12px;
    color     : #666;
}
#p-answer span {
    font-weight : bold;
    color       : #FF690B;
}
#p-answer table {
    border : none;
}
#p-answer tr {
    vertical-align : top;
}
#p-answer .p-answer-mark {
    font-weight  : bold;
    color        : #35b399;
    border-style : none;
}
#p-answer .p-answer {
    height       : 20px;
    font-size    : 12px;
    color        : #666;
    border-style : none;
}
#p-answer .p-answer table td {
    padding      : 0;
    line-height  : 20px;
    color        : #666;
    border-style : none;
}

