<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Domine', serif;
    background: #fff;
}

.navbar {
    background: #FAFAFA;
    box-shadow: 0 0;
    border-bottom: 1px solid #cecece;
}
.navbar form .md-form input {
}
.navbar form .md-form input:focus:not([readonly]) {
    border-color: #cecece !important;
}
.md-form input[type=text]:focus:not([readonly]) {
    border-color: #cecece !important;
}
.navbar-title {
    display: flex;
    align-items: center;
    font-family: 'Domine', 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.3rem;
}
.navbar-icon {
    font-size: 1.3rem;
    margin-top: -4px;
}
.nav-link {
    background-color: rgba(255, 255, 255, .07);
    font-family: 'Roboto Mono', monospace;
    color: #000 !important;
}
.nav-link:hover {
    background: rgba(255, 255, 255, 1) !important;
}

.brand-text {
    color: #0288d1 !important;
}
h1 .btn {
    background-color: #fafafa;
    margin-top: -4px;
}
.btn-run-terminal {
    font-size: 1.4rem;
    display: inline-block;
    position: relative;
    top: -0.4rem;
}
.brand-color {
    background-color: #0288d1 !important;
}
.btn-outline-brand-color {
    border-color: #0288d1 !important;
}
nav input[type=text]:focus:not([readonly]) {
    border: 1px solid #0288d1;
    box-shadow: 0 0;
}
.row-main {
    background-color: #fff;
}
.row-main code {
    color: #0288d1 !important;
    display: inline-block;
    cursor: pointer;
}
.command-examples code {
    clear: both;
}
.command-examples li {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.row-command-info {
    background-color: #f2f2f2;
    border-bottom: 1px solid #cecece;
}
@media (min-width: 768px) {
    .px-wide {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
}
.col-install .card {
    height: auto;
}
.col-man strong {
    font-weight: 600;
}
@media (min-width: 768px) {
    .col-index {
        padding: 0 14rem !important;
    }
}
#btnSearch {
    cursor: pointer;
}
footer,
.footer-row {
    background-color: #f2f2f2;
    border-top: 1px solid #cecece;
}
footer iframe,
.terminal-ad {
    height: 8rem;
    width: 100%;
    border: 0;
}
footer a.other-command {
}
.terminal-ad {
    z-index: 2000;
}
.terminal-banner {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 -10px 20px 5px rgba(0, 0, 0, .16), 0 -2px 8px 0 rgba(0, 0, 0, .12);
}
.terminal-banner button {

}
.terminal-fullscreen {
    border: 2px solid #cecece;
    position: absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 25px !important;
}
.terminal-fullscreen iframe {
    height: 100% !important;
}
.terminal-fullscreen a {
    margin-right: 25px;
}
.awesomplete ul {
    position: fixed;
    left: initial;
}
.awesomplete ul li {
    font-family: 'Roboto Mono', monospace;
    color: #000;
}
.awesomplete ul li mark {
    background-color: rgba(2, 136, 209, 0.5);
}
#search-input {
    font-family: 'Roboto Mono', monospace;
}

.btn-copy {
    -position: absolute;
    -padding: 3px 8px;
}
.command-install {
    display: contents;
}
.command-install small {
    -color: #666 !important;
    display: inline-block;
    font-weight: 600;
}
.command-install dt i {
    min-width: 24px;
}
.command-install.detected-install code {

}
.package-description {
    border-left: 2px solid #0288d1;
    padding-left: 1rem;
    max-height: 15rem;
    overflow: scroll;
}
#toast-container&gt;.toast-info,
.toast-info {
    background-color: #0288d1 !important;
    background-image: initial !important;
    padding: 15px;
}
.card-install {
    box-shadow: 0 0;
}
.card-install dt,
.card-install dd {
    margin-bottom: 0.75rem;
}

.card-dockerfile small {
    display: block;
    text-align: center;
    color: #666;
}

.footer-copyright {
    background-color: #cecece;
}
.card-command-meta {
    font-size: 13px;
    max-height: 100px;
    overflow-y: scroll;
    color: #666;
}
.card-command-meta ul {
}
.card-command-meta ul li {
    padding: 6px 20px;
}
.card-command-meta ul li strong {
    font-weight: 900;
}

.easy-autocomplete {
    width: 100%;
}
.easy-autocomplete-container li {
    text-align: left;
}
.easy-autocomplete-container li dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}</pre></body></html>