@font-face {
    font-family: 'tutorSym';
    src: url('tutorSym.woff') format('woff');
}  

span.cc::after{
    font-size: 98%;
    color: black;
    /* display: inline-block; */
    font-family: 'tutorSym';
    font-weight: bold;
    content: '\00DF';
}

span.cd::after{
    font-size: 98%;
    color: red;
    /* display: inline-block; */
    font-family: 'tutorSym';
    font-weight: bold;
    content: '\00AE';
}

span.ch::after{
    font-size: 98%;
    color: red;
    /* display: inline-block; */
    font-family: 'tutorSym';
    font-weight: bold;
    content: '\00A9';
}

span.cs::after{
    font-size: 98%;
    color: black;
    /* display: inline-block; */
    font-weight: bold;
    font-family: 'tutorSym';
    content: '\2122';
}


.blue {
    background-color: rgb(209, 220, 250);
    background-image: linear-gradient(rgb(113, 144, 248), rgb(209, 220, 250));
    background-repeat: no-repeat;
    margin: 2px;
    line-height: initial;
    color: #191970;
    text-align: center;
    font-family: "Open Sans";
    overflow: hidden;
}

div.cards{
    min-height: 115px;
    width: fit-content;
    text-align: center;
    margin: auto;
}

h1{
    filter: drop-shadow( -2px 1px 0px white);
}
h4{
    margin: 10px 20px;
}
h5{
    margin: 15px 10px;
    line-height: 1.5;
}

.CardImage {
    width: 75px;
    height: 108px;
    float: left;
    transition: filter 0.3s, width 0.3s;
    filter: contrast(1.0) drop-shadow(0 0px transparent);
}

.CardImage.unselected {
    width: 0;
    pointer-events: unset;
}

.CardImage.faded {
    filter: contrast(0.6) drop-shadow(0 0px black);
}

.CardImage.played{
    filter:contrast(1) drop-shadow( 0px 0px 16px black);
}

.CardImage.winner{
    /* margin-right: 1px; */
    /* border: red; */
    /* border-style: solid; */
    /* border-radius: 5px; */
    /* box-sizing: border-box; */
    /* margin-right: -1px; */
    /* margin-left: -3px; */
    /* object-position: -3px 3px; */
    /* transform: translate(3.7px, -5px); */
}
.CardImage.compress{
    margin-right: -8px;
    margin-left: -8px;
}

#Selection{
    position: absolute;
    width: 83px;
    margin-top: -8px;
    top: 0;
    margin-left: -1px;
    opacity: 0;
    transition: opacity 0.3s;
}

#Selection.show{
    transition: opacity 0.3s;
    opacity: 1;
}

/* .CardImage.winner::after{
    content: url(..\cardssh\CardSpadesFive.png);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    box-shadow: inset 0 0 0 3px red;
}
 */
.LHOCards{
    float: left;
}
.RHOCards{
    float: right;
}
.HandCards{
    clear: both;
}

img.blank{
    vertical-align: -2px;
    width: 16px;
    content: "";
}

img.tick {
    alt: "";
    width: 16px;
    vertical-align: -2px;
    content: url("../images/tick.svg");
}

img.cross {
    alt: "";
    vertical-align: -2px;
    width: 16px;
    content: url("../images/cross.svg");
}

.quiz{
    text-align: center;
    margin: 0 auto;
}

.quiz.questions{
    text-align: left;
    display: grid;
    margin: auto;
    width: fit-content;
    line-height: 0;
}
label.questions{
    height: 35px;
    vertical-align: 2p;
    text-indent: -41px;
    padding-left: 47px;
}

.QuizScaler{
    max-height: 500px;
    transition: max-height 0.7s;
    overflow: hidden;
}
.QuizScaler.shrunk{
    max-height: 1px;
}

.AnswerScaler{
    max-height: 500px;
    transition: max-height 1s;
    overflow: hidden;
    margin-top: 0px;
}
.AnswerScaler.shrunk{
    max-height: 1px;
}


span.spade{
    content: url("../cards/SpadeSymbol.png");
    height: 13px;
    margin: 0px 1px 0px 1px;
}
span.heart{
    content: url("../cards/HeartSymbol.png");
    color: red;
    height: 13px;
    margin: 0px 1px -1px 1px;
}
span.diamond{
    content: url("../cards/DiamondSymbol.png");
    color: red;
    height: 13px;
    margin: 0px 1px -1px 1px;
}
span.club{
    content: url("../cards/ClubSymbol.png");
    height: 12px;
    margin: 0px 1px 0px 1px;
}

img.neither{
    height: 20px;
    width: 20px;
    vertical-align: -4px;
    margin-left: 7px;
    content: url(../images/neither.png);
}

img.smile{
    height: 20px;
    width: 20px;
    vertical-align: -4px;
    margin-left: 7px;
    content: url(../images/Smile.png);
}

img.sad{
    height: 20px;
    width: 20px;
    vertical-align: -4px;
    margin-left: 7px;
    content: url(../images/Sad.png);
}

.buttons {
    width: 150px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition-duration: 0.2s;
    outline: 0;
    color: midnightblue;
    background-color: palegoldenrod;
    cursor: pointer;
}

.buttons:hover {
    background-color: ghostwhite;
}

.buttons.disabled {
    background-color: lightgray;
    cursor: default;
    color: darkslategray;
    border-width: thin;
}

.z{
    width: fit-content;
    text-align: center;
    margin: auto;
}
ul.z{
    text-align: left;
    font-weight: lighter;
}

.SideBySide{
    display: inline;
    margin: 0 20px;
}
.hidden{
    display: none;
}

.opaque{
    opacity: 0;
}

.highlight{
        background: aliceblue;
        border-radius: 5px;
}

/* text styles */
span.l{
    text-decoration: underline;
}

span.b{
    font-weight: bold;
}

span.i{
    font-style: italic;
}

span.k{
    color: black;
}
span.y{
    color: yellow;
}
span.u{
    color: blue;
}
span.o{
    color: orange;
}
span.r{
    color: red;
}
span.g{
    color: green;
}
span.w{
    color: white;
}
span.c{
    color: cyan;
}
span.m{
    color: maroon;
}

span.p{
    color: purple;
}

span.n{
    color: navy;
}

span.t{
    color: lightgreen;
}

span.sup{
    vertical-align: super;
    font-size: 60%;
}

span.sub{
    vertical-align: sub;
    font-size: 60%;
}

span.plus{
    font-size: 130%;
}

span.minus{
    font-size: 70%;
}

span.pre{
    white-space: pre;
}
