Migrating code and fixing errors

Change-Id: I6e9c183ecf7c9980a3015335a66566bbacf17c08
diff --git a/client/query/query2.css b/client/query/query2.css
index b47ef9c..d5e28d3 100644
--- a/client/query/query2.css
+++ b/client/query/query2.css
@@ -10,10 +10,10 @@
   overflow: auto;
 }
 
-fail {
+.fail {
   color: red;
 }
 
-sucess {
+.sucess {
   color: green;
 }