table.crossword th {
    text-align: left;
    font-size: 20px;
}

table.crossword td input {
    width: 34px;
    height: 34px;
    text-align: right;
    vertical-align: bottom;
    padding-right: 3px;
    font-size: 19px;
    font-weight: bold;
    font-family:inherit;
    color: black;
}

/* Remove uppercase conversion
**    text-transform: uppercase;
*/

td>div .numero {
    position: absolute;
    font-size: 12px;
    padding-left: 2px;
}

h1 {font-face: "Arial";}

.wrapper {
    width: 100%;
    text-align: center;
}

.container {
    width: 1100px;
    margin: auto;
}

.col-cruciverba {
    float: left;
    width: 700px;
}

.col-definizioni {
    float: left;
    width: 400px;
}

.clearfix {
    clear: both;
}
