.startWordInputBox {
    background-color: darkgray;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.startWordInputBox_Error {
    background-color: indianred;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.endWordInputBox {
    background-color: darkgray;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.endWordInputBox_Error {
    background-color: indianred;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.wordToWordInputBox:disabled {
    background-color: #545454;
    color: white;
    font-family: Consolas;
    font-size: 30px;
    font-weight: bolder;
    height: 50px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50px;
}

.cssSolutionWord {
    background-color: #1F1F1F;
    color: white;
    font-family: Consolas;
    font-size: 17px;
    font-weight: bolder;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

.cssSolutionWordStartEnd {
    background-color: #959595;
    color: white;
    font-family: Consolas;
    font-size: 17px;
    font-weight: bolder;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

.cssSolutionWordCounter {
    color: white;
    font-family: Consolas;
    font-size: 12px;
    text-align: right;
}
