diff --git a/public/static/css/rvr.css b/public/static/css/rvr.css
index b1bb9a9..8d30b86 100644
--- a/public/static/css/rvr.css
+++ b/public/static/css/rvr.css
@@ -31,7 +31,7 @@ main {
color: #ffffff;
}
-::placeholder, select > option[value=""] {
+::placeholder, select > option[value=""], .gray {
color: #8e8e8e;
}
@@ -67,7 +67,7 @@ p, h2, h3 {
line-height: 150%;
}
-p {
+p, th, td {
font-weight: 400;
font-size: 16px;
}
@@ -104,10 +104,23 @@ hr {
font-weight: 700;
}
-p.small, span.small {
+p.small, span.small, td.small {
font-size: 14px;
}
+.red {
+ color: #a80908;
+}
+
+.green {
+ color: #008000;
+}
+
+.mono {
+ font-family: 'Oxygen Mono', mono;
+ font-weight: 400;
+}
+
.justify {
text-align: justify;
}
diff --git a/views/templates/rvr.php b/views/templates/rvr.php
index 49ca09a..8dc595d 100644
--- a/views/templates/rvr.php
+++ b/views/templates/rvr.php
@@ -9,13 +9,14 @@
-
+
+
-
-
+
+
@yields('externalCss')
@yields('inlineCss')