diff --git a/app/static/css/main.css b/app/static/css/main.css
index 451f630..6a5f493 100644
--- a/app/static/css/main.css
+++ b/app/static/css/main.css
@@ -3,6 +3,10 @@ body {
padding-top: 70px;
}
+.padding-top {
+ padding-top: 10px;
+}
+
.darker {
background-color: #fafafa;
margin-top: 10px;
@@ -21,4 +25,4 @@ body {
.product .extras {
padding-left: 20px;
-}
\ No newline at end of file
+}
diff --git a/app/templates/location.html b/app/templates/location.html
index 64fb0eb..4f52558 100644
--- a/app/templates/location.html
+++ b/app/templates/location.html
@@ -11,7 +11,7 @@
{{ location.telephone }}
{{ location.website }}
-