Merge branch 'feature/styles'
diff --git a/xos/core/static/xos.css b/xos/core/static/xos.css
index 38a9763..592bb7c 100644
--- a/xos/core/static/xos.css
+++ b/xos/core/static/xos.css
@@ -1329,6 +1329,12 @@
 
 /* SUIT CHANGES */
 
+.form-buttons {
+    margin-top: 20px;
+    padding: 10px;
+    border-top: 1px solid #cccccc;
+}
+
 .form-buttons a.deletelink {
   color: #fff;
   background-color: #d9534f;