<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.logo,
img.cover {
    max-width: 500px;
    height: auto;
}

@media screen and (max-width: 550px) {

    img.logo,
    img.cover {
        width: -moz-available;
        /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;
        /* Mozilla-based browsers will ignore this. */
        width: fill-available;
    }
}

img.flag {
    width: 35px;
    border: solid 1px rgb(146, 146, 146);
}

img.region {
    max-height: 40px;
    max-width: 120px;
    vertical-align: middle;
}

img.console {
    max-height: 40px;
    max-width: 120px;
    vertical-align: middle;
}

img.fileHosting {
    width: 25px;
    height: 25px;
}

img.digimon,
img.cover {
    border: solid 1px grey;
    background-color: white;
}

img.thumbnail {
    max-height: 40px;
}</pre></body></html>