.articles { list-style-type: none; }
.articles li { margin-bottom: 5px; }
#disclaimer { display: none; }
strong { font-weight: 500; }
a.native:link { font-weight: bold; font-size: 110%; color: chocolate; }
/*a.untranslated:link { font-style: italic;}*/
.native::before {
    content: '\00A0' url(https://w3c.github.io/i18n-drafts/icons/goto.png) ' ';
    }
.native:dir(rtl)::before {
    content: '\00A0' url(https://w3c.github.io/i18n-drafts/icons/goto_rtl.png) ' ';
    }
:root[dir=rtl] .native::before {
    content: '\00A0' url(https://w3c.github.io/i18n-drafts/icons/goto_rtl.png) ' ';
    }
a.untranslated:after { content: ' [en]'; font-size: 80%;}
