@page {
    size: A4;
    margin: 0;
}
html, body {
    width: 210mm;
    height: 297mm;
}
body, #container {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

.theme.none {
    padding: 40px;
}

body.theme.none.print h1 {
    padding-top: 10px;
}

body.theme.print .background-image {
    margin: 0;
    left: 0;
    top: 0;
}
.crossword .table td,
.crossword .table th {
    background:none !important
}

.print-warning {
    display:  none;
}

.debug {
    display: none;
}