@import url("/share/static/css/default_page.css");
@import url("/catalogues/views/css/catalogues.css");

body {
    background-color: whitesmoke;

}

@-moz-document url-prefix() {
    .catalogues:last-child:last-child {
        padding-bottom: 350px;
    }
}