input {
    margin-right: 10px;
}

.score {
    margin-top: 20px;
    font-weight: bold;
}

#current-clue-text {
    font-weight: bolder !important;
    font-size: 20px !important;
}

#current-clue-label {
    font-weight: bolder !important;
    font-size: 20px !important;
}

#current-clue {
        margin-top: 20px;
margin-bottom: 20px;;
}

.crossword-clue-text {
    color: #000000;
}

.guessInput {
        margin-right: 5px;;
}

.word-progress {
    white-space:nowrap;
}

.word-result {
    white-space:nowrap;
}

.nowrap {
    white-space:nowrap;
}

.margR {
    margin-right: 10px !important;
}

.pLft {
    padding-left: 10px !important;
}

input.guess-input {
    margin-right: 5px;
    width: 20px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}