.page-wrapper {
    font: 62.5%/1.3em Helvetica, sans-serif;
}
.top-container table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.top-container table tr {
    width: 100%;
    height: 35px !important;
}
.top-container table td {
    width: 35px;
    height: 35px !important;
    padding: 0;
    margin: 0;
    position: relative;
}
.top-container td input {
    width: 34px;
    height: 34px;
    padding: 0em;
    border: none;
    text-align: center;
    font-size: 2vh;
    color: #666;
    background-color: #f4f4f4;
    border: 1px solid #cdcdcd;
}
.top-container td input:focus {
    background-color: #fff;
}
.top-container td span {
    color: #444;
    font-size: 0.8em;
    position: absolute;
    top: -1px;
    left: 1px;
}
.top-container input.done {
    font-weight: bold;
    color: green;
}
.top-container .active, .top-container .clues-active {
    background-color: #ddd;
}
.top-container .clue-done {
    color: #999;
    text-decoration: line-through;
}
.top-container #puzzle-wrapper {
    float: left;
    width: 55%;
    margin-right: 3%;
    margin-left: 3%;
}
.top-container #puzzle-clues {
    float: left;
    width: 40%;
}
.top-container #puzzle-clues li {
    font-size: 1.5em;
    margin: .3em;
    line-height: 1.6em;
}
@media only screen and (max-width: 1337px) {
    .top-container #puzzle-wrapper {
        width: 100%;
    }
    .top-container #puzzle-clues {
        width: 80%;
        margin-top: 28px;
        margin-left: 69px;
    }
}

.top-container .crossword-dialog-box {
    position: absolute;
    z-index: 100;
    border-radius: 20px;
    background-color: white;
    border: 1px solid black;
    text-align: center;
}
.top-container .crossword-wrong-letter {
    color: red;
}
.top-container .crossword-right-letter {
    color: green;
}