@import "mediawiki.mixins";
/* To hide objects, but keep them accessible for screen-readers */
.hidden() {
position: absolute;
top: -9999px;
}