/* main div that surrounds the quick total output */ .quick_total { font-size: 1.333em; text-align: center; margin-top: 10px; display: none; color: green; } .prod_detail .quick_total { margin-top: 1em; width: 250px; text-align: left; border-top: rgba(0,0,0,.03) solid 1px; padding-top: .5em; } .modal .quick_total { margin: .5em 0; } .category_as_table .quick_total { text-align: right; } .multi_add_footer .quick_total { text-align: center; margin: 10px 0; } .prod_detail .multi_add_footer .quick_total { text-align: left; margin-top: 1em; }