@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("djangoproject.com") {

#container {
    min-width: 0 !important;
    max-width: none !important;
}

input.query {
    width: 6em !important;
}


}