<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/css/lib/bootstrap.min.css";
body {
  font-family: 'Open Sans', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: bold;
}
.bg-primary {
  background: #0F4AA6;
  color: #fff;
}
.bold {
  font-weight: bold;
}
.navbar-main {
  background: #0F4AA6;
  color: #fff;
}
.navbar-main img {
  height: 25px;
  width: auto;
}
.btn-primary {
  background: #0F4AA6;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #0b3577;
}
.btn-outline {
  border: 1px solid #ccc;
  color: #333;
  background: transparent;
}
.btn-outline:hover,
.btn-outline:focus {
  background: #f2f2f2;
  color: #333;
}</pre></body></html>