diff --git a/make_post_sell/static/css/common.css b/make_post_sell/static/css/common.css
index f74871e..5136197 100644
--- a/make_post_sell/static/css/common.css
+++ b/make_post_sell/static/css/common.css
@@ -404,6 +404,12 @@ button.cart-public-button span.lock {
font-size: 24px;
}
+/* Continue shopping button */
+.cart-continue-shopping-button {
+ background-color: #98b6fa;
+ color: white;
+}
+
.coupon-apply-button {
background-color: #a3c765;
}
diff --git a/make_post_sell/templates/cart.j2 b/make_post_sell/templates/cart.j2
index 3b7c591..7242876 100644
--- a/make_post_sell/templates/cart.j2
+++ b/make_post_sell/templates/cart.j2
@@ -177,20 +177,14 @@
-
+
{% endfor %}
-
-
-