/* THEMES */
.theme #result {
    background: none;
    text-align: center;
}

.theme #word_finder .puzzle
{
    margin-right: 0;
}

.theme .example-explainer {
    display: none;
}

/* LARGE WORDFINDER FIXES */
.theme .grid-18 h2,
.theme .grid-19 h2,
.theme .grid-20 h2 {
    padding-top: 60px;
}
/* END LARGE WORDFINDER FIXES */

.theme #word_finder {
    margin: 0 auto;
    display: block;
}

.theme #placed_words {
    float: none;
    font-size: 13px;
}

.theme.preview .grid-1 #placed_words {column-count: 2;}
.theme.preview .grid-2 #placed_words {column-count: 2;}
.theme.preview .grid-3 #placed_words {column-count: 2;}
.theme.preview .grid-4 #placed_words {column-count: 2;}
.theme.preview .grid-5 #placed_words {column-count: 2;}
.theme.preview .grid-6 #placed_words {column-count: 2;}
.theme.preview .grid-7 #placed_words {column-count: 3;}
.theme.preview .grid-8 #placed_words {column-count: 3;}
.theme.preview .grid-9 #placed_words {column-count: 3;}
.theme.preview .grid-10 #placed_words {column-count: 3;}
.theme.preview .grid-11 #placed_words {column-count: 3;}
.theme.preview .grid-12 #placed_words {column-count: 3;}
.theme.preview .grid-13 #placed_words {column-count: 3;}
.theme.preview .grid-14 #placed_words {column-count: 3;}
.theme.preview .grid-15 #placed_words {column-count: 3;}
.theme.preview .grid-16 #placed_words {column-count: 4;}
.theme.preview .grid-17 #placed_words {column-count: 4;}
.theme.preview .grid-18 #placed_words {column-count: 4;}
.theme.preview .grid-19 #placed_words {column-count: 4;}
.theme.preview .grid-20 #placed_words {column-count: 4;}

.theme #placed_words ul {
    margin-right: 30px;
}

.theme .grid-16 #placed_words ul {margin-right: 20px;}
.theme .grid-17 #placed_words ul {margin-right: 20px;}
.theme .grid-18 #placed_words ul {margin-right: 20px;}
.theme .grid-19 #placed_words ul {margin-right: 20px;}
.theme .grid-20 #placed_words ul {margin-right: 20px;}

.theme #placed_words ul.last {
    margin-right: 0;
}

.theme .solution {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

/* LARGE WORDFINDER FIXES */
.theme .grid-18 .solution,
.theme .grid-19 .solution,
.theme .grid-20 .solution {
    max-width: 600px;
}

.theme .grid-18 .solution .text,
.theme .grid-19 .solution .text,
.theme .grid-20 .solution .text {
    display: none;
}

.theme .grid-19 .puzzle .tbl {min-width: 553px;}
.theme .grid-20 .puzzle .tbl {min-width: 562px;}

.theme .grid-18 #placed_words {font-size: 12px;}
.theme .grid-19 #placed_words {font-size: 11px;}
.theme .grid-20 #placed_words {font-size: 11px;}

.theme .grid-19 .puzzle .cell {width: 29px; height: 29px; font-size: 14px;}
.theme .grid-20 .puzzle .cell {width: 28px; height: 28px; font-size: 14px;}

/* END LARGE WORDFINDER FIXES */

.theme .solution .word {
    margin: 0 5px 5px 5px;
}

.theme .solution .word .char {
    background-color: #fff !important;
}

.theme .watermark {
    float: none;
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
    }
    body, #container {
        margin: 0;
        box-shadow: none;
        padding: 0;
    }

    .theme .cell {
        background-color: #ffffff !important; 
    }

    .theme.print .background-image {
        margin: 0;
        left: 0;
        top: 0;
    }
}