diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css
index 5c41bb6..924e98e 100644
--- a/core/static/css/base/amadeus.css
+++ b/core/static/css/base/amadeus.css
@@ -326,4 +326,13 @@ body .container .jumbotron-inverse, body .container .well-inverse, body .contain
height: 150px;
}
-.datepicker{z-index:9999 !important}
\ No newline at end of file
+.datepicker{z-index:9999 !important}
+
+ul, li {
+ list-style-type: none !important;
+ text-decoration: none !important;
+}
+
+.icon_edit_remove{
+ float: right;
+}
\ No newline at end of file
diff --git a/core/templates/base.html b/core/templates/base.html
index 4fbcf5a..9cccc00 100644
--- a/core/templates/base.html
+++ b/core/templates/base.html
@@ -115,6 +115,7 @@
+