diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index aab596401..e8de23087 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -3641,8 +3641,16 @@ div.widget-full_size {
div.row.odd.hover:hover,div.row.even.hover:hover { background-color: var(--hover) !important; }
h2.h-section {
- background-color: #e4e9ee;
- color: navy;
- border: 1px steelblue solid;
- font-style: normal;
+ background-color: #e4e9ee;
+ color: navy;
+ border: 1px steelblue solid;
+ font-style: normal;
+ font-family: OpenSansRegular;
}
+.super {
+ font-family: SansationLight;
+ vertical-align: super;
+ font-size: 80%;
+ font-variant-caps: normal;
+
+}
\ No newline at end of file