diff --git a/www/pages/rateresult.html b/www/pages/rateresult.html
index f0db6b8..aadee31 100644
--- a/www/pages/rateresult.html
+++ b/www/pages/rateresult.html
@@ -22,6 +22,56 @@ This page is intended for loading into a popup.
+ {{#if rates}}
+ -
+
+
+
+
+ Service
+
+
+ Delivery Estimate
+
+
+ Price
+
+
+
+
+
+ {{#each rates}}
+ -
+
+
+
+
+ {{carrier}} {{service}}
+
+
+ {{date}}
+
+
+ ${{rate}}
+
+
+
+
+
+ {{/each}}
+ {{else}}
+ -
+
+
+
+
+ We could find no available shipping options based on the information you provided.
+
+
+
+
+
+ {{/if}}
- From:
{{#with from}}
-
@@ -83,57 +133,6 @@ This page is intended for loading into a popup.
- Rates:
- {{#if rates}}
-
-
-
-
-
- Service
-
-
- Delivery Estimate
-
-
- Price
-
-
-
-
-
- {{#each rates}}
-
-
-
-
-
- {{carrier}} {{service}}
-
-
- {{date}}
-
-
- ${{rate}}
-
-
-
-
-
- {{/each}}
- {{else}}
-
-
-
-
-
- We could find no available shipping options based on the information you provided.
-
-
-
-
-
- {{/if}}
{{#if hints}}
Tip{{#js_if "this.hints.length > 1"}}s{{/js_if}}:
{{#each hints}}