body {
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    height: 100%;
    width: 100%;
}
h1,
th {
    font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
    font-size: 28px;
}
table {
    border-collapse: collapse;
}
th,
td {
    border: 2px #667 solid;
    text-align: center;
    font-size: 30px;
}
#free {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.card {
    width: 75%;
    height: 98%;
/*    margin: 0 auto;*/
    margin-left: 19%;
    margin-top: 3px;
}
.letterBoxes {
    background: linear-gradient(to bottom, rgba(103, 174, 229, 1) 0%, rgba(55, 100, 153, 1) 100%);
    color: white;
}
.letterBoxes th {
    font-size: 40pt;
    text-shadow: 1px 1px 3px #000;
}
#markerContainer{
    position: absolute;
    margin-top: 25%;
}
.marker{
    width: 230px;
    margin-bottom: 20px;
    margin-left: -70px;
}
.selectedMarker{
    width: 310px;
}

.marked{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.text-center{
    text-align: center;
    margin: 0 auto;
}
.gameBoxes{
}

.marked.blueCircle {
    background-image: url(../assets/blueCircle.png);
}


.marked.greenCircle {
    background-image: url(../assets/greenCircle.png);
}


.marked.orangeCircle {
    background-image: url(../assets/orangeCircle.png);
}


.marked.redCircle {
    background-image: url(../assets/redCircle.png);
}


.winDiv{
    border: solid 2px #333 0.9;
    border-radius: 7px;
    width: 45%;
    height: 3em;
    position: absolute;
    top: 50%;
    left: 57%;
    line-height: 0.3;
    transform: translate(-50%, -50%);
    background-color: rgba(88, 175, 81, 0.9);
    color: #eee;
    padding-top: 0em;
    display: none;
    font-size: 40pt;
    text-shadow: 2px 2px 3px #000;
}
