<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {  padding-top: 70px; color: #000 !important; }

a { color: #000 !important; }

h1, .h1{ font-size: 1.5em; }
h2, .h2{ font-size: 1.3em; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

nav.navbar{ 
	background-color: #fffe00; 
	 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
             box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

a.navbar-brand{ font-size: 1.5em; font-weight: bold; }
a.navbar-brand span{ vertical-align: bottom; }

.title { font-size: 2em; border-bottom: 1px solid #dcdcdc; line-height: 1.6em; }
p { opacity: 0.8; }

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}</pre></body></html>