<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* =================
test web editing
   Demandforce Reviews Widget
   =================================================== */
#inner {
    width: 100%;
    margin: 0 auto;
}
#D3cpWidget {
    width: 100%;
}
.d3cp_feature_wrap {
    width:100%;
}
.d3cp_review_main {
    width: 100%;
    margin-left: 0; 
}
.d3cp_review_box {
  overflow: initial;
}
.d3cp_review_seal_wrap {
    width: 100%;
}
.d3cp_seal_expl {
    width: 100%;
}
.d3cp_seal_expl_left {
    display: none;
}
.d3cp_seal_expl_center {
    background-color: transparent;
    width: 100%;
}
.d3cp_seal_expl_center #d3cp_text {
    width: 100%;
}
.d3cp_seal_expl_right {
    display: none;
}

</pre></body></html>