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

    .tablecloth{
        position: relative;
        width: 396px;
        height: 400px;
        padding: 2px;
        box-sizing: content-box;
        background-color: green;
        pointer-events: none;
    }

    .CardStack {
        width: 396px;
        left: 37px;
        top: 10px;
        transition: .3s;
    }

    .CardStack::-webkit-scrollbar {
        display: none;
    }

    .CardImage {
        width: 80px;
        height: 113px;
        float: left;
        margin-right: -37px;
        /* filter: url(); */
        /* filter: contrast(1.0); */
        transition: filter 0.5s, width 0.3s, margin-right 0.3s;
        /* pointer-events: none; */
        /* cursor: pointer; */
        /* filter: drop-shadow(-2px 4px 2px darkslategray); */
    }

    .CardImage.Count0 .CardImage.Count1 .CardImage.Count2 .CardImage.Count3 .CardImage.Count4 
            .CardImage.Count5 .CardImage.Count6 .CardImage.Count7 .CardImage.Count8 {
        width: 75px;
    }

    .CardImage.Count9 {
        margin-right: -35.8px;
    }

    .CardImage.Count10 {
        margin-right: -40.2px;
    }

    .CardImage.Count11 {
        margin-right: -43.7px;
    }

    .CardImage.Count12 {
        margin-right: -46.7px;
    }

    .CardImage.Count13 {
        margin-right: -49.05px;
    }

    .CardImage.FullWidth {
        margin-right: -22px;
    }

    .CardImage.Count16 {
        margin-right: -35.6px;
    }

    .CardImage.Faded {
        filter: contrast(0.5);
    }

    .CardImage.spacer {
        visibility: hidden;
        width: 45px;
        content: url("../cards/CardBlank.png");
        /* pointer-events: none; */
    }

    .CardImage.Unselected {
        /* display: none; */
        width: 0;
        /* pointer-events: unset; */
    }

    .NormalText {
        font-family: "Open Sans";
        font-size: medium;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .Offsetter {
        margin-left: -38px;
    }

    .offsetter.count0 .offsetter.count1 .offsetter.count2 .offsetter.count3 .offsetter.count4 
            .offsetter.count5 .offsetter.count6 .offsetter.count7 .offsetter.count8{
        margin-left: -36px;
    } 

    .Offsetter.Count9 {
        margin-left: -36px;
    }

    .Offsetter.Count10 {
        margin-left: -41px;
    }

    .Offsetter.Count11 {
        margin-left: -43.7px;
    }

    .Offsetter.Count12 {
        margin-left: -47px;
    }

    .Offsetter.Count13 {
        margin-left: -50.4px;
    }

    .ShortOfCards {
        color: rebeccapurple;
    }

    .BidImage{
        margin-left: -15px;
        margin-right: -15px;
        width: 100px;
        height: 60px;
        transition: filter 0.3s, width 0.3s, transform .3s;
        /* filter: drop-shadow(-02px 02px 3px darkolivegreen); */
        /* -webkit-user-drag: none; */
        /* pointer-events: fill; */
    }
    .BidImage.chosen{
        transform: scale(1.1) translate(0px, 10px);
    }
    .BidImage.selected{
        animation: flashbid .4s;
    }
    @keyframes flashbid {        
        0%   {filter: drop-shadow(-02px 02px 3px darkolivegreen);}
        16%   {filter: drop-shadow(0px 0px 6px yellow);}
        33%   {filter: drop-shadow(-02px 02px 3px darkolivegreen);}
        50%   {filter: drop-shadow(0px 0px 6px yellow);}
        66%   {filter: drop-shadow(-02px 02px 3px darkolivegreen);}
        83%   {filter: drop-shadow(0px 0px 6px yellow);}
        100%   {filter: drop-shadow(-02px 02px 3px darkolivegreen);}
    }
      

    .BidImage.float{
        float: left;
    }
    .BidImage.Unselected {
        width: 0;
        margin: 0px;
    }

    div.BidScroller {
        /* background-color: #333; */
        overflow: scroll;
        white-space: nowrap;
        pointer-events: all;
        /* padding: 0 28px; */
        width: 360px;
        /* margin-top: -6px; */
        /* -WEBKIT-USER-DRAG: revert; */
        scroll-behavior: smooth;
        position: absolute;
        top: 340px;
        left: 20px;
      }
      div.BidScroller.top{
          margin-top: 0;
      }
      div.BidScroller img {
        text-align: center;
      }
      .BidScroller::-webkit-scrollbar {
        display: none;
    }


    .Heading {
        font-weight: bolder;
    }

    .SuitSymbol {
        height: 14px;
    }

    tr {
        line-height: 16px;
    }

    td {
        color: inherit;
        font-weight: bolder;
        /* padding-top: 6px; */
    }

    .incomplete {
        color: mediumvioletred;
    }

    .incomplete.hidden {
        visibility: hidden;
    }

    tr.HQ {
        padding-top: 19px;
    }

    td.HQ {
        display: none;
    }

    tr.HQ.Poor>td.Poor {
        display: block;
        color: red;
    }

    tr.HQ.None>td.None {
        display: block;
        color: red;
    }

    tr.HQ.Normal>td.Normal {
        display: block;
    }

    tr.HQ.Good>td.Good {
        display: block;
        color: yellow;
    }

    img.question {
        width: 16px;
        content: url("../images/question.svg");
    }

    img.tick {
        width: 16px;
        content: url("../images/tick.svg");
    }

    img.cross {
        width: 16px;
        content: url("../images/cross.svg");
        }
    img.close{
        display: inline-block;
        width: 24px;
        margin: 1px -6px -1px 11px;
        background: black;
        /* pointer-events: none; */
    }
    
    th {
        padding-top: 6px;
        color: darkgreen;
    }

    h1.help {
        color: darkgreen;
        margin: 10px;
        text-shadow: 1px 1px white;
    }

    h3 {
        color: darkgreen;
        margin: 5px;
    }

    h4 {
        margin: 5px;
    }

    hr {
        height: 1px;
        margin: 3px 0 -4px;
    }
    hr.hidehr{
        display: none;
    }
   
    
    .OpeningImage.no {
        vertical-align: middle;
        width: 16px;
        content: url(../images/cross.svg);
    }
    .OpeningImage.yes {
        vertical-align: middle;
        width: 16px;
        content: url(../images/tick.svg);
    }

    .OpeningImage.maybe {
        vertical-align: middle;
        width: 16px;
        content: url(../images/question.svg);
    }

    .hidden{
        display: none !important;
    }

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

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

    .buttons:disabled {
        background-color: gray;
    }

    .lastOption{
        margin: 0;
    }
    
    .centred {
        text-align: center;
        margin: 0;
    }

    .cardfirst {
        position: absolute;
        top: 170px;
        left: 2px;
        margin-left: 0px;
        transition: 0.3s;
    }

    .cardssecond {
        position: absolute;
        clear: both;
        top: 50px;
        left: 27px;
    }

    .FirstBlock{
        width: 400px;
        display: inline-block;
        vertical-align: top;
        margin-top: 62px;
    }
    .FirstBlock.Small{
        margin-top: 0;
    }

    .InitialHelp{
        opacity: 1;
        transition: opacity 2s;
    }
    .InitialHelp.hidden{
        opacity: 0;
    }
    
    h4.FirstHelp{
        color: white;
        font-weight: normal;
        font-size: 16px;
    }
    
    div.help{
        text-align: left;
        font-size: 14px;
        /* margin-top: 10px;
        margin-bottom: 10px; */
        padding: 0 10px 0 20px;
        max-width: 800px;
        margin: 0 auto;
    }

    h1.head{
        color: darkgreen;
        margin: 8px 0px 0 0;
        font-size: 31px;
        text-align: center;
        text-shadow: 1px 1px white;
    }

    #optionsList{
        width: 400px;
        max-height: 0px;
        transition: max-height .15s;
    }
    #optionsList.show{
        max-height: 342px;
        transition: max-height .15s;
    }

    .smiley{
        display: none;
        /* position: absolute; */
        height: 30px;
        margin: 0px 4px;
    }
    
    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;
    }

    .messageholder{
        border-radius: 10px;
        border-style: solid;
        border-width: 2px;
        border-color: red;
        background-color: lightgoldenrodyellow;
        height: 70px;
        margin: 11px auto;
        font-weight: bold;
        color: midnightblue;
    }
    
    div.ResponderBids{
        position: absolute;
        top: 273px;
        pointer-events: all;
        opacity: 1;
        filter: contrast(1);
        transition: opacity, contrast 0.3s;
        margin-top: 6px;
        text-align: center;
        /* margin: 0 auto; */
        width: 396px;
    }
    div.wait{
        filter: contrast(0.5);
    }
    div.passed{
        opacity: 0;
    }   
    div.wait img{
        pointer-events: none;
    }

    .message{
        text-align: center;
        line-height: 1.3;
        transition: 0.3s;
        opacity: 0;
    }
    .message.visible{
        opacity: 1;
    }
    .message.show{
        animation: fademessagein 5s;
    }

    @keyframes fademessagein {        
        0%   {opacity: 0;}
        5%   {opacity: 1;}
        95%   {opacity: 1;}
        100%   {opacity: 0;}
    }
      

    .ModeStyle{
        transition: .3s;
        width: 0%;
    }

    .ModeMoverStyle{
        transition: .3s;
        width: 50%;
    }

    span.box{
        background: lightgoldenrodyellow;
        color: midnightblue;
        border-radius: 4px;
    }

    h5{
        font-size: 15px;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .toppointer{
        height: 53px;
        margin-bottom: -10px;
        margin-top: -7px;
    }

    div.cards4{
        left: 136px;
    }    
    div.cards5{
        left: 114px;
    }    
    div.cards6{
        left: 92px;
    }    
    div.cards7{
        left: 70px;
    }    
    div.cards8{
        left: 48px;
    }    
    div.cards9{
        left: 24px;
    }

    .gear{
        width: 28px;
        height: 28px;   
        padding: 0;
        float: right; 
        border: transparent;
        border-radius: 14px;
    }
    p.compress{
        margin: 4px auto 4px auto;
    }
    p.HCPs{
        margin: 2px 0 4px;
        float: right;
    }
    p.SuitLengths{
        margin: 2px 0 4px;
        float: left;
    }

    div.options label{
        font-weight: normal;
        line-height: 22px;
    }    
    
    .checkLayout{
        text-align: left; 
        padding-left: 24px; 
        display: block; 
        text-indent: -23spx;
    }
    label.check{
        font-weight: 500;
        line-height: 1.2;
    }
    input{
        margin: 2px 6px;
        width: 15px;
    }

    table.options td{
        vertical-align: top;
    }

    #SmileSwitch:checked + .smiley.happy{
        display: block;
    }
    #SmileSwitch:not(:checked) + .smiley + .wrong{
        display: block;
    }

    p.counter{
        font-size: xx-large;
        margin: 7px 0;
        height: 37px;
    }

    .transparent{
        opacity: 0;
    }

    span.bidMeaning {
        font-weight: 600;
        margin: 7px 0 8px;
        line-height: 1.2;
        font-size: 14px;
    }

    img.opener{
        transform: translateX(100px) rotate(90deg);
        transition: .3s;
        grid-area: 1/1/1/1;
    }
    img.opener.show{
        transform: translateX(0px) rotate(90deg);
    }
 
    #openerText{
        grid-area: 1/1/1/1;
        transform: rotate(90deg);
        font-size: 19px;
        color: white;
    }
    #BidScroller:hover {
        overflow-x: scroll;
    }

    .scrollArrow{
        height: 39px;
        width: 16px;
        opacity: 0.8;
        /* background: floralwhite; */
        pointer-events: all;
    }