<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sidebar {
    display: none;
    float: left;
    width: 300px;
    margin: 0px;
}

.content {
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    width: auto;
    padding-left: 20px;
}

a.btn-color1, button.btn-color1, a.btn-color1:hover, a.btn-color1:active, a.btn-color1:focus {
background: #ffcd00;
border: 1px solid;
    border-color: #ffcd00;
color: black;
}

a.btn-color1:hover, button.btn-color1:hover, a.btn-color1:focus, button.btn-color1:focus, a.btn-color1:active, button.btn-color1:active {
background: #ffcd00;
border: 1px solid;
    border-color: #ffcd00;
color: black;
}

.btn {
color: #ffcd00
}

div.panel-footer {
display: none;
}
.m-l-xs {
display: none;
}

.host-badge {
    background-color: #ffcd00!important;
}

.nav-tabs&gt;li a{
border-radius: 4px 4px 0 0;
border: 1px solid;
    border-color: #ffcd00;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li.active&gt;a:hover{
font-weight: bold;
border: 2px solid;
    border-color: #ffcd00;
    border-bottom-color: transparent;
}
.nav-tabs li a {
color: black;
}</pre></body></html>