diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index c48cfa88a8f289175dea0bc53c80b360b24a2a98..1309cb66f1f04ac96994011af3d4554770bd8c70 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -527,6 +527,18 @@ legend {
     border-bottom: 1px solid #333;
 }
 
+/* INFOBOX RRD*/
+.infobox .rrd-pre {
+    background-color: #2f2e2e;
+    font-size: 11px;
+    white-space: pre-wrap;
+}
+
+.infobox, .infobox-down {
+    border: 2px dashed #535356;
+    background-color: #1e1e21;
+}
+
 /* FOOTER */
 
 .panel-footer {