#crosswordBlank {
    text-align: center;
}

#crossword .crossword {
    border-collapse: collapse;
    font-family: "Courier New", Courier, monospace;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*#cola, #colb {float:left; width:48%}*/

#crossword .crossword td {
    /*border:1px solid black;*/
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    background: #ccc;
    color: orange;
}

#crossword .crossword .bdr {
    border: 1px solid black;
    background: white;
    color: black;
}

#crossword div#clues {
    text-align: left;
    /*margin-left:100px;*/
}

#crossword div#clues ul {
    padding: 0
}

#clues td {
    vertical-align: top;

}

#crossword td input {
    border: 1px solid white;
    text-align: center;
    font-weight: bold;
    width: 26px;
    height: 26px;
    text-transform: uppercase;
    border: 0;
    font-size: 1.1em;
    padding: 0
}

#crossword input:focus {
    background-color: yellow
}

#crossword .red {
    border: 1px solid grey;
    color: red
}

#crossword .blue {
    border: 1px solid grey;
    color: blue
}

#crossword .green {
    color: green
}

#crossword ul#across li,
#crossword ul#downc li {
    list-style-type: none
}

@media all and (max-width:400px) {

    /*#cola, #colb{float:none; width:100%}*/
    #crossword ul#across li,
    #crossword ul#downc li {
        font-size: .9em
    }
}