<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Framework override */
#dcf-main .me-cannotplay span {
    /* Fix contrast error found by axe (text was hidden by container because there was too much paddding) */
    padding: .5em;
    display: inline;
}
#dcf-main .me-cannotplay img {
    /* Some browsers (phantomjs and maybe others) will incorrectly display the poster image, which pushes link text out of view. */
    display: none;
}
</pre></body></html>