diff --git a/static/Manage_Coworking_Spaces.css b/static/Manage_Coworking_Spaces.css
index 5baf2cd5e7df5fae09e5fe228914332055b5a376..b9b1e4a439d856607d7bba1fe3a0af72c13b3a42 100644
--- a/static/Manage_Coworking_Spaces.css
+++ b/static/Manage_Coworking_Spaces.css
@@ -125,12 +125,22 @@ header #pageHeader
 main #pageMain
   form #recordForm
     label
-      input .formTextInput
+    input .formTextInput
+    button #addButton
 
  */
 
 #pageMain {}
 
+#recordForm {
+  margin-left: 5px;
+}
+
+#recordForm .formTextInput {
+  margin-top: 5px;
+  width: 50%;
+}
+
 /* [#4] Page footer styling. Uses [#2].
 
 footer #pageFooter
diff --git a/static/Manage_Coworking_Spaces.html b/static/Manage_Coworking_Spaces.html
index d954c47c2030030941d6fa190fe37ed2e4e27a05..b75f594479ff9ae3ef051a4da1da84380c07387b 100644
--- a/static/Manage_Coworking_Spaces.html
+++ b/static/Manage_Coworking_Spaces.html
@@ -39,7 +39,6 @@
     </header>
 
     <main id="pageMain">
-      <br>
       <form id="recordForm" title="Record Form">
         <label>Name: <input id="recordName" class="formTextInput"
           name="record_name" type="text"></label><br>