.box-collateral.box-questions {
    background: #fbfbfb;
    border: 1px solid #ededed;
    padding: 20px;
    margin-bottom: 30px;
}

#product-faq .actions {
    padding: 0 10px;
}

#product-faq .actions:after {
    content: "";
    display: table;
    clear: both;
    padding: 10px;
}

#product-faq .title {
    /*background: #002c5e;*/
    /*background: #4d6a79;*/
    padding: 10px 5px !important;
    /*color: #fff !important;*/
    cursor: pointer;
    margin-top: 2px;

    background: #fff;
    border: 1px solid #ededed;
    color: #002c5e !important;

    transition: all 0.3s ease 0s;
}

#product-faq .title.expanded {
    transition: all 0.3s ease 0s;
    background: #4d6a79;
    color: #fff !important;
}

#product-faq .title span {
    color: #002c5e !important;
}

#product-faq .title.expanded span {
    color: #fff !important;
}


#product-faq .title span {
    border-bottom: none !important;
}

#product-faq .title:before {
    top: 0 !important;
    color: #002c5e !important;
    text-align: center;
    width: 30px !important;
}

#product-faq .title.expanded:before {
    color: #fff !important;
}

#product-faq .std {
    padding: 10px;
    padding-top: 0;
}

#product-faq dd {
    margin: 0 !important;
    padding: 0 !important;

    background: #fff;
    border: 1px solid #ededed;
    color: #002c5e !important;
    margin-top: -2px;
    border-top: none;

}

#product-faq dd > div {
    padding: 10px !important;
}


#confirmOverlay h1 {
    letter-spacing: 0 !important;
    color: #000 !important;
    font-family: inherit !important;
    font-size: 20px !important;

}

#confirmOverlay li.field-row {
    margin-top: 20px !important;
}

#confirmOverlay li.field-row:first-child {
    margin-top: 0 !important;
}

#confirmOverlay label {
    color: #000 !important;
    font-weight: normal !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
    width: 100% !important;
}

#confirmOverlay label.required:after {
    color: #f00 !important;
    font-weight: normal !important;

}

#confirmOverlay .input-box {
    margin-bottom: 0 !important;
    width: 100% !important;
}

#confirmOverlay .input-box input,
#confirmOverlay .input-box textarea {
    border: 1px solid #888 !important;
    box-shadow: none !important;
}

#confirmOverlay #confirmButtons {
    height: 30px !important;
    margin: 15px 21px 15px !important;
}

#confirmOverlay #confirmButtons .button.send,
#confirmOverlay #confirmButtons .button.cancel {
    display: block !important;
    background: #64b3de !important;
    color: #fff !important;
    text-shadow: none !important;
    padding: 5px 10px !important;
    display: inline-block !important;
    float: left;
}

#confirmOverlay #confirmButtons .button.cancel {
    background: #ccc !important;
    float: right;
}
