.csuk-binary-words-tool input.binary-input {
    padding: 5px;
    margin: 5px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.csuk-binary-words-tool input.binary-input:focus {
    border: 2px solid green;
}

.csuk-binary-words-tool #csuk-binary-words-wordContainer .inputs-container {
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
}

.csuk-binary-words-tool #csuk-binary-words-letterDisplay {
    margin-bottom: 20px;
    font-size: 20px;
}

.csuk-binary-words-tool #csuk-binary-words-statusMsg {
    margin-top: 20px;
    font-weight: bold;
}

.csuk-binary-words-tool .csuk_binary_words_outer_container {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.csuk-binary-words-tool .csuk_binary_words_outer_container #csuk-binary-words-letterDisplay {
    font-size: 18px;
    margin-bottom: 10px;
}

.csuk-binary-words-tool #csuk-binary-words-tableWrapper {
    overflow-x: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.csuk-binary-words-tool .csuk_binary_words_container {
    min-width: 600px;
    margin: auto;
}

.csuk-binary-words-tool #csuk-binary-game-area {
    border: 1px solid black;
    border-radius: 10px;
    min-height: 200px;
    margin-top: 20px;
}

.csuk-binary-words-tool #start-message {
    font-size: 25px;
}

.csuk-binary-words-tool .csuk_binary_words_container,
.csuk-binary-words-tool #csuk-binary-words-tableWrapper {
    box-sizing: border-box;
}

.csuk-binary-words-tool .csuk_binary_words_container thead tr {
    background-color: #008BAA;
    color: #ffffff;
    text-align: left;
}

.csuk-binary-words-tool .csuk_binary_words_container th,
.csuk-binary-words-tool .csuk_binary_words_container td {
    padding: 2px 2px;
}

.csuk-binary-words-tool .csuk_binary_words_container th {
    text-align: center;
    border: 1px solid black;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr {
    border-bottom: 1px solid #dddddd;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr td:nth-child(2n-2) {
    border-right: 2px solid black;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr td:nth-child(1) {
    border-left: 2px solid black;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr:nth-child(1) td {
    border-top: 2px solid black;
}

.csuk-binary-words-tool .csuk_binary_words_container tbody tr:last-child td {
    border-bottom: 2px solid black;
}
