<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:600&amp;display=swap');
* {
    margin: 0;
    outline: none;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: bold;
}
a {
    color: #337ab7;
    text-decoration: none;
}
p {
    color: #0b386c;
}
ul, ol {
    margin: 0;
    padding: 0;
}
.pageapp .main-container {
    min-height: calc(100vh - 155px);
}
ul li {
    list-style-type: none;
}
.disabled {
    pointer-events: none;
    color: #999;
    opacity: 0.6;
}</pre></body></html>