diff --git a/public/index.html b/public/index.html
index da18718..2c9b09d 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,311 +2,308 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
- OHM News
+ OHM News
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/public/style/style.css b/public/style/style.css
index ea198ad..625d969 100644
--- a/public/style/style.css
+++ b/public/style/style.css
@@ -223,17 +223,19 @@ label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check
}*/
-input.input.is-rounded{
+.om-searchbar input.input{
border-radius: 0 !important;
box-shadow: none !important;
+ border-right: white;
}
-button.button.is-light{
+button.clearButton{
border-radius: 0 !important;
background-color: white;
margin-left: -5px;
border-color: #dbdbdb;
border-left: white;
+
}