Fixed delinquent page width
diff --git a/xos/synchronizers/vcpe/templates/message.html.j2 b/xos/synchronizers/vcpe/templates/message.html.j2
index d56632c..eb4497a 100644
--- a/xos/synchronizers/vcpe/templates/message.html.j2
+++ b/xos/synchronizers/vcpe/templates/message.html.j2
@@ -5,6 +5,10 @@
   <title>Service Suspended</title>
   <style>
     
+    .row {
+      width: 100%;
+    }
+
     .col-sm-offset-2 {
       margin-left: 16.66666667%;
     }