Run button moved
diff --git a/asterix-app/src/main/resources/webui/querytemplate.html b/asterix-app/src/main/resources/webui/querytemplate.html
index cfe0b11..eae080e 100644
--- a/asterix-app/src/main/resources/webui/querytemplate.html
+++ b/asterix-app/src/main/resources/webui/querytemplate.html
@@ -145,6 +145,7 @@
           <div class="btn-group">
             <button id="checkboxes-on" class="btn">Select All Options</button>
             <button id="checkboxes-off" class="btn">Clear All Options</button>
+            <button type="submit" id="run-btn" class="btn btn-custom-darken">Run</button>
           </div>
 
             <div>
@@ -155,7 +156,6 @@
               <label class="checkbox"><input type="checkbox"
                   checked="checked" name="print-job" value="true" /> Print Hyracks job</label>
             </div>
-            <button type="submit" id="run-btn" class="btn btn-custom-darken">Run</button>
           </form>
        </div>
 
diff --git a/asterix-app/src/main/resources/webui/static/css/style.css b/asterix-app/src/main/resources/webui/static/css/style.css
index 4b14784..25ebc6a 100644
--- a/asterix-app/src/main/resources/webui/static/css/style.css
+++ b/asterix-app/src/main/resources/webui/static/css/style.css
@@ -35,9 +35,6 @@
 }
 
 #run-btn {
-    clear: both;
-    float: left;
-    margin-top: 2em;
 }
 
 textarea.query {