diff --git a/src/components/Header.vue b/src/components/Header.vue
index 186c28d169e2e314d75f6d5bdf6cdc86f26e9e6f..d8a69ecf6aea0b3265d2d90fca1220cdabb0e453 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -131,16 +131,6 @@ summary {
   text-align: center;
 }
 
-.article-toolbar {
-  margin-top: 6px;
-}
-
-.toolbar-button {
-  color: var(--v-primary-base) !important;
-  margin-right: 3px;
-}
-
-
 
 article h2 {
   padding-top: 4px;
@@ -258,11 +248,12 @@ article h2.secondary_header {
   display: none;
 }
 
-.infl-wrapper {
+.inflection-wrapper {
   color: var(--v-text-base);
   width: min-content;
   font-size: 14px;
   overflow-x: auto;
+  margin-top: 6px;
 }
 
 .show-inflection {