<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Booster Fixes CSS No Logo, Has Title, and Tagline*/

h1#logo-text {
    display: inline !important;
}
h5#logo-tagline {
    display: block !important;
    vertical-align: top;
  	margin-top: -24px;
  	margin-left: 5px;
}
img#logo {
    display: none !important;
}
</pre></body></html>