.mContent {
    min-height: auto;
}
.mNumbers {
    display: flex;
    height: 30px;
    display: none;
}
.mLevel {
    flex: 1;
    width: 46%;
    height: 30px;
    text-align: left;
    padding-left: 20px;
    margin: 10px;
    font-size: 16px;
}

.mScore {
    flex: 1;
    width: 46%;
    height: 30px;
    text-align: right;
    padding-right: 20px;
    margin: 10px;
    font-size: 16px;
}

.mOuter {
    height: 250px;
    margin: 10px 0px 0px 0px;
    background: #F0FCF0;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    border: solid 1px #AAA;
    border-radius: 10px;
}

.mInner {
    width: 100%;
    max-width: 300px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
}

.mStartButton {
    width: 200px;
    height: 50px;
    background: #FFF;
    border: solid 1px #AAA;
    border-radius: 10px;
    font-size: 24px;
    color: #000;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mLetters {
    display: none;
    width: fit-content;
    height: fit-content;
    padding: 10px 0px 10px 0px;
    margin: 15px auto 15px auto;
}



.mLetter {
    appearance: none;
    display: none;
    padding-block: 0;
    padding-inline: 0;
    width: 12vw;
    height: 12vw;
    max-width: 60px;
    max-height: 60px;
    padding: 0;
    margin: 0;
    background: #FFF;
    color: #000;
    border: solid 1px #AAA;
    text-align: center;
    font-size: 30px;
    vertical-align: top;
    text-transform: uppercase;
    overflow: hidden;
}


.mCountdown {
    text-align: center;
    font-size: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.mPersonalBest {
    display: none;
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
}

.mRetry {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.mRetryButton {
    font-size: 16px;
    background: #EEE;
    color: #000;
    border: solid 1px #AAA;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    display: inline-block;
}

.mShareButton {
    margin-left: 20px;
    font-size: 16px;
    background: #EEE;
    color: #000;
    border: solid 1px #AAA;
    border-radius: 10px;
    width: 75px;
    height: 50px;
    display: inline-block;
}

.mResults {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 10px;
    border-radius: 5px;
    border: solid 1px #AAA;
    transition: max-height 1s ease-in-out;
    max-height: 380px;
    overflow: hidden;
}

.mResults h2 {
    margin: 0;
}
.mResultsWords {
    padding: 15px;       
}

.mResultLink {
    width: 80px;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
}
.mMore {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    display: none;
}
.mMore a {
    font-size: 16px;
    color: #555;
    text-decoration: none;
}
.mTitle::after {
    content: "Letter Mix";
}