/* Order Summary CSS */
body {
    background: #fff;
}
table.os_inner th {
    border-bottom: 1px solid #000;
}
table.os_inner_double th {
    border-bottom: 1px solid #000;
}
tr.os_odd {
    border-bottom: 1px dashed #000;
}
tr.os_even {
    border-bottom: 1px dashed #000;
}
