Added title to Application View table and details panel.

Change-Id: Id225c3b315a0fd96dfad1e44138551f131bc54df
diff --git a/web/gui/src/main/webapp/app/view/app/app.css b/web/gui/src/main/webapp/app/view/app/app.css
index eab45ef..7c01044 100644
--- a/web/gui/src/main/webapp/app/view/app/app.css
+++ b/web/gui/src/main/webapp/app/view/app/app.css
@@ -103,6 +103,16 @@
     font-size: 12pt;
 }
 
+#application-details-panel .top .app-title {
+    width: 90%;
+    height: 45px;
+    font-size: 22pt;
+    font-weight: bold;
+    overflow: hidden;
+    white-space: nowrap;
+    padding: 0 12px 0 0;
+}
+
 #application-details-panel .top div.left {
     float: left;
     padding: 0 12px 0 0;