html,
body {
    height: 100vh;
    max-width: 100% !important;
    min-width: 100% !important;
    overflow-x: hidden !important;
    padding-right: 0px !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#theBigD {
    font-size: 36pt;
    margin-right: var(--bs-navbar-brand-margin-end);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    margin-bottom: -24px;
    margin-top: -18px;
}

#midNavBrand {
    position: absolute;
    font-size: xx-large;
    color: white;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    max-width: 150px;
}

#puzzleNumberHeader {
    position: absolute;
    font-size: x-large;
    color: white;
    font-style: italic;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    max-width: 150px;
}

#loadingSpinner {
    display: none;
}

.bigger-font {
    font-size: larger !important;
}

.busy {
    display: block !important;
}

.noShrink {
    flex-shrink: 0;
}

#gameContainer {
    max-width: 450px;
}

#definitionTdContainer {
    background: white;
    text-align: left;
    margin: 0;
}

#definitionTd {
    text-align: center;
    z-index: 1030 !important;
    width: 100% !important;
    left: 0 !important;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#defTopBar {
    width: 215px !important;
    margin: auto !important;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#definitionsSection {
    max-width: 450px;
    margin: auto;
    padding-right: 0px !important;
}

.carousel-control-prev,
.carousel-control-next {
    color: black !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    color: #2c81ba !important;
}

#guessTd {
    min-width: 215px;
    max-width: 450px;
    text-align: center;
    margin: auto;
}

#guessCol {
    max-width: 450px;
    position: sticky;
    z-index: 1090;
}

#guessWrapper {
    display: flex;
    z-index: 1040;
    max-width: 450px;
}

input:read-only,
textarea:read-only {
    border: 1;
    box-shadow: none;
    background-color: white;
}

.littleInput,
.littleInputEnd {
    max-width: 50px !important;
    margin-left: auto;
}

.littleInput {
    margin-right: 5px;
}

#submitGuessButton {
    border-radius: 5px 5px 5px 5px;
    touch-action: manipulation;
    margin-bottom: 7px;
    padding: 10px 3px 10px 3px;
}

#deleteCharButton {
    border-radius: 5px 5px 5px 5px;
    margin-right: -5px;
    margin-bottom: 7px;
    padding: 10px 3px 10px 3px;
    touch-action: manipulation;
}

.winner {
    color: #00bf00 !important;
}

#statsNumbers {
    font-weight: bold;
    text-align: center;
}

.smallerFont {
    font-size: smaller;
    text-align: center;
}

#shareFromStats {
    display: none;
    margin: auto;
}

#toastError {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#keyboardContainer {
    text-align: center;
}

.kbButton,
.kbButtonEnd {
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    font-size: xx-large;
    border-inline: 0px solid gray;
    border-top: none;
    border-bottom: none;
    border-radius: 5px 5px 5px 5px;
    touch-action: manipulation;
}

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

#copyText {
    visibility: hidden;
    display: none;
}