/* Styles relevant to the FAQ article pages */
.faq-accordion .widget-accordion .accordion-container{
    height: 660px;
}

.faq-text ol {
    list-style-type: decimal;
    margin: 20px;
}

.faq-text table {
    margin-top: 1px;
    margin-bottom: 15px;
    table-layout: fixed;
    width: 100%;
}

.faq-text tr {
    border-bottom: 2px solid #FFFFFF;
    overflow: hidden;
}

.faq-text th {
    border: 1px solid #FFFFFF;
    padding: 12px;
    font-weight: bold;
}

.faq-text td {
    border-right: 1px solid #FFFFFF;
    padding: 12px;
}

.faq-text td.cell-value {
    border-right: 0 none;
    font-weight: bold;
}

.faq-text table#deliveryAndTurnaroundTable th {
    vertical-align: top;
}

.faq-text table#deliveryAndTurnaroundTable th,
.faq-text table#deliveryAndTurnaroundTable td {
    padding: 6px;
}