body {
    overflow-y: scroll;
}

.langsel {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #000;
}

.cache-subtitle {
    margin-top: 32px;
    font-size: 18px;
}

.max60plz {
    max-width: 60%;
}

ul.invlist {
    list-style-type: none;
    padding-inline-start: 0;
}

li.ccross::before {
    content: "✖";
    margin-right: 5px;
}

li.ccheck::before {
    content: "✔";
    margin-right: 5px;
}

li.cwarn::before {
    content: "⚠";
    margin-right: 5px;
}

.gray {
    color: #999;
}

.cache-img img {
    max-height: 30rem;
}

code {
    font-family: monospace;
    background: #333;
    padding-inline: 5px;
    border-radius: 5px;
}

.cache-article-list {
    list-style-type: none;
    padding-inline-start: 0;
}

.cache-article-list > li > a > img {
    max-height: 2em;
    vertical-align: middle;
}