Fixed dashboard styles

Change-Id: Ibcef0adc8269bbea17c47c4861d8a53fecfb7c20
diff --git a/xos/gui/src/app/components/vtr/vtr-dashboard.html b/xos/gui/src/app/components/vtr/vtr-dashboard.html
index 26c6e57..4303068 100644
--- a/xos/gui/src/app/components/vtr/vtr-dashboard.html
+++ b/xos/gui/src/app/components/vtr/vtr-dashboard.html
@@ -1,8 +1,13 @@
+<style>
+  .row + .row {
+    margin-top: 20px;
+  }
+</style>
 <div class="row">
   <div class="col-xs-12">
     <h1>Virtual Truck Roll Dashboard</h1>
     <p>Use this page to run test against your subscribers</p>
-    <i>Please note that this is a reference implementation that is intended to demontrate all the possible capabilities. In a real scenario you may want to integrate the API provided by this service in your help desk software.</i>
+    <blockquote>Please note that this is a reference implementation that is intended to demontrate all the possible capabilities. <br/>In a real scenario you may want to integrate the API provided by this service in your help desk software.</blockquote>
   </div>
 </div>
 <form ng-submit="vm.runTest()">
diff --git a/xos/gui/src/app/components/vtr/vtr-dashboard.scss b/xos/gui/src/app/components/vtr/vtr-dashboard.scss
deleted file mode 100644
index 2ead2bf..0000000
--- a/xos/gui/src/app/components/vtr/vtr-dashboard.scss
+++ /dev/null
@@ -1,5 +0,0 @@
-xos-vtr-dashboard-component {
-  .row + .row {
-    margin-top: 20px;
-  }
-}
\ No newline at end of file
diff --git a/xos/gui/src/app/components/vtr/vtr-dashboard.ts b/xos/gui/src/app/components/vtr/vtr-dashboard.ts
index 81f3d6b..3f60100 100644
--- a/xos/gui/src/app/components/vtr/vtr-dashboard.ts
+++ b/xos/gui/src/app/components/vtr/vtr-dashboard.ts
@@ -1,4 +1,3 @@
-import './vtr-dashboard.scss';
 import * as _ from 'lodash';
 import {subscribeOn} from 'rxjs/operator/subscribeOn';