diff --git a/src/main/webapp/resources/administration/css/admin-css-please-rename-me-ASAP.css b/src/main/webapp/resources/administration/css/admin-css-please-rename-me-ASAP.css
new file mode 100644
index 00000000..7f5cb54f
--- /dev/null
+++ b/src/main/webapp/resources/administration/css/admin-css-please-rename-me-ASAP.css
@@ -0,0 +1,45 @@
+/* dl used as list/table
+========================
+
+
+
+ - Key
+ - MY_LABEL
+ - english
+ - Label
+ - italiano
+ - Etichetta
+ - Actions
+ -
+
+
+
+
+ [........]
+
+
+*/
+
+.dl-list > :nth-child(even) {
+ background-color: #dddddd;
+}
+
+.dl-striped > dd {
+ font-weight: bold;
+}
+.dl-striped > dt {
+ font-weight: normal;
+}
+
+@media (max-width: 768px) {
+ .dl-striped > dt {
+ padding-top: 0.4em;
+ vertical-align: bottom;
+ }
+
+ .dl-striped > dd {
+ padding-bottom: 0.4em;
+ vertical-align: top;
+ }
+
+}
\ No newline at end of file