.wy-nav-top > a {
    font-size: 25px;
    background-size: cover;
    line-height: normal;
    padding-right: 60px;
}

.console-container,
.console-host {
    position: relative;
}

.console-container::before,
.console-host::before {
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;
    font-size: 12px;
    line-height: 1.4;
}

.console-container::before {
    content: "(container)";
    background-image: url(../_images/docker_square.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.console-host::before {
    content: "(host)";
}
