diff --git a/hosting/static/hosting/css/order.css b/hosting/static/hosting/css/order.css index 8aafb8a8..e68ade33 100644 --- a/hosting/static/hosting/css/order.css +++ b/hosting/static/hosting/css/order.css @@ -112,4 +112,17 @@ .dcl-place-order-text { color: #808080; +} + +table { + border-collapse: collapse; +} + +tr.border_bottom td { + border-bottom:1pt solid #eee; +} + +tr.grand-total-padding td { + padding-top: 10px; + font-weight: bold; } \ No newline at end of file