html {
    font-size: 20px;

}

@media (min-width: 768px) {
    html {
        font-size: 30px;
 
    }
}

@media screen and (orientation:landscape) {

    html {
        
        transform: scale(0.75);
    }
}

.twitter-follow-button {
    transform: scale(1.5);
}

html {
    min-height: 100%;
    margin: 0;
    height: 100%;
}
html, body {
    margin: 0;
    height: 100%;


}
body {
  margin-bottom: 60px;
}
.dark-mode {
    background-color: black;
    color: white;
}

.dark-mode td{
    background-color: darkgray;
    color: white;
}

.dark-mode .blackedout {
    background-color: darkslategrey;
    color: white;
}

.light-mode {
    background-color: white;
    color: black;
}
button {
    width: 250px;
    height: 120px;
    font-size: 25px;
    font-weight: bold;
    padding: 1px 0px;
    vertical-align: top;
}

#puzzle {
    max-width: 700px;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
table {
    text-align: center;
}
 
td {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    font-size: 50px;
    font-weight: bold;
}
td blackedout {
    width: 0px;
}
.blackedout td{
    width: 0px;
}
.selected {
    
    -webkit-box-shadow: inset 0px 0px 0px 8px blue;
    -moz-box-shadow: inset 0px 0px 0px 8px blue;
    box-shadow: inset 0px 0px 0px 8px blue;
}
}
input {
    width: 150px;
    height: 150px;
    border: none;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 70px;
    font-weight: bold;
    text-transform: capitalize;
}

.fixed {
    background-color: silver;
    font-weight: bold;
    color: black;
}
.blackedout {
    background-color: black;
    font-weight: bold;
    color: black;
    width: 0px;
    height: 0px;
}
.center {
    margin-left: auto;
    margin-right: auto;
}

div {
    margin: 15px;
    font-family:Arial
}
.center-screen {
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}
#puzzleTable {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 20px solid green;
    background-color: black;
}
#puzzleTable td   {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;    
    border-spacing: 0px;
    margin: 0px;
}
.sub {
    margin: 0px;
}

.scaled {
    transform: scale(0.7); /* Equal to scaleX(0.7) scaleY(0.7) */
    background-color: pink;
}
#hintTable td {
    font-size: x-large;
    width: 150px;
    height: 150px;
    border: 2px solid #000;

}
.link {
    color: dodgerblue;
    cursor: pointer;
    margin: 10px;
    text-decoration:underline;
}
#puzzleInfo
{
    font-weight: bold;
}
.orange {
    background-color: orange;
}
.grey {
    background-color: silver;
}
.green {
    background-color: MediumSeaGreen;
}
.red {
    background-color: tomato;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select:focus,
    textarea:focus,
    input:focus {
        font-size: 36px;
        background: #eee;
    }
}
.hidden {
    display: none;
}
.centerdlg {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#keyboard-cont {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
 
    justify-content: center;
}

#keyboard-cont div {
    display: flex;
    width: 100%;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

.second-row {
    margin:  0;
}

.keyboard-button {
    font-size: 1.0rem;
    font-weight: bolder;
    margin: 0.1rem;
    cursor: pointer;
    width: 3rem;
    padding: 0;
 
    text-transform: uppercase;
}

.invalid {
    background-color: orangered;
    width: 3rem;
}
#clearExh{

    font-size: 0.7rem;
}
.enabled{

    background-color: lightblue;
}
.shareLink {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    background-color: gold;
    border: 2px solid #000;
    padding: 20px;
    justify-content: center;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}
#ScoreUpdate {
    color: red;
    font-weight: bold;
    position: absolute;
}
#BigScoreUpdate {
    color: red;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    
}

.history {
    font-size: 0.8rem;
    margin: 0px;
    vertical-align: top;
    font-weight: bold;

}
#debug {
    margin-left: auto;
    margin-right: auto;
    background-color: silver;
}
#score {
    font-size: xx-large;
    font-weight: bolder;
}
#scoreValue {
    color: green;
    font-size: xx-large;
    margin-left: 5px;
    font-weight: bolder;
    
}
button{

    margin: 10px;
}
#hintsImg {
 
}
#hintsImg img{
 
    max-width: 100%;
}
#howToDiv {
 
}

.puzzleInput {
    /*background-color: gray;*/
}
#StatsTable th
{
    background-color: silver;
}
#StatsTable td {
    
    width: 100px;
    height: 50px;
    border: 2px solid #000;
    font-size: larger;
    font-weight: bold;
}
.FirstRanking {
    font-size: 3rem;
}
.CompRanking {
    font-size: 3rem;
}
.scoreGrid {
    
    text-align: center;
}
.ScoringKey
{
    
    
}
.WinText
{
    
}
.scoringtable
{
    width: 100%;
    font-size: 0.5em;
}
.scoringtable td {
    max-width: 33%;
    font-size: 1.5em;
}
li {
    margin: 10px;
}