
/**
 * -------------------------
 *Order summary seals
 * -------------------------
 */
#orderSummary .best-industry {
    text-align: left;
    border-top: 1px solid #e6e2d9;
    padding-top: 30px;
}
#orderSummary .moneyback {
    text-align: left;
    border-top: 1px solid #e6e2d9;
    padding-top: 30px;
}


#orderSummary h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

#orderSummary .best-industry .box-wrapper {
    padding: 0px 8px;
    margin-top: 25px;
    margin-bottom: 0;
}
#scrollingPanelContainer .moneyback {margin-top: 40px;}
.moneyback .box-wrapper {
    padding: 0px 8px;
    margin-top: 25px;
    margin-bottom: 0;
}
#orderSummary .best-industry .box-wrapper {
    max-width: 1005px;
    margin: 50px auto 42px;
}
.moneyback .box-wrapper {
    max-width: 1005px;
    margin: 50px auto 42px;
}

.logo-box {
    height: 70px;
    margin-right: -8px;
    margin-left: -8px;
    display: block;
    position: relative;
    background: #FFF;
    border: 1px solid #ead9d9;
    /*height: 190px;*/
    box-shadow: 0 0 40px 0 rgba(0,0,0,.09);
    border-radius: 8px;
    /*margin: 0 8px;*/}

.logo-box img{    
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.days30-box {
    height: 120px;
    margin-right: -8px;
    margin-left: -8px;
    display: block;
    position: relative;
    background: #FFF;
    border: 1px solid #ead9d9;
    /*height: 190px;*/
    box-shadow: 0 0 40px 0 rgba(0,0,0,.09);
    border-radius: 8px;
    /*margin: 0 8px;*/}

 .days30-box img{    
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}