@font-face {
    font-family: 'tutorSym';
    /* src: url('tutorSym.woff') format('woff'); */
    src: url('../../common/tutorSym.woff') format('woff');
}  
@font-face {
    font-family: 'Oswald';
    /* src: url('tutorSym.woff') format('woff'); */
    src: url('../../common/Oswald.woff2') format('woff');
}  

/* @media (max-width: 1199px){
    html{
        zoom: 0.8;
    }
}

@media (max-width: 767px){
    html{
        zoom: 0.7;
    }
}

@media (max-width: 575px){
    html{
        zoom: 0.5;
    }
}

@media (max-width: 450px){
    html{
        zoom: 0.4;
    }
} */

li img{
    height: 2rem; margin-top: -0.2rem; margin-right: 0;
}

body{
    overflow-x: hidden;
    margin: 0 auto;
    font-family: arial;
    background: rgb(209, 220, 250);
    FONT-WEIGHT: 500;
    font-size: 1rem;
    background-repeat: no-repeat;
    height: 100vh;
    left: 50%;
    user-select: none;
}

div.br{
    height: 80%;
}

#mainDiv{
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 46REM;
}

.shrink{
    transform: scale(0);
    transition: 0.3s;
}

*:not(.shrink){
    /* transform: scale(1); */
    transition: transform 0.3s, font-size 0s;
    /* justify-items: center; */
    /* vertical-align: middle; */
}


#headerBlock{
    position: fixed;
    height: 4.8rem;
    color: white;
    width: 100vw;
    top: 0;
    background-image: linear-gradient(black 2.3rem, white 2.3rem, white 4.7rem);
    text-align: center;
    margin: 0px auto;
    /* transform: translateX(-50%); */
    align-items: center;
    align-content: center;
}

#header{
    display: grid;
    height: 5.4rem;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    grid-template-columns: 10rem 30rem 10rem;
    grid-template-rows: 2.3rem 2.5rem 1.4rem;
}

#HeaderDiv{
    height: 2rem;
    background: black;
    color: white;
    padding-top: .1rem;
}

#optionsGear{
    /* margin: 0; */
    height: 2.2rem;
    width: 8rem;
    /* margin-top: -1rem; */
    justify-self: center;
    align-self: center;
}

#optionsGear *{
    height: 2.2rem;
    /* margin-top: -1rem; */
    cursor: pointer;
    align-self: c;
}

#optionsGear.playing :nth-child(1){
    display: none;
}

#optionsGear:not(.playing) :nth-child(2){
    display: none;
}

.table {
    left: 50%;
    /* width: 47rem; */
    height: 41rem;
    position: absolute;
    transform: translate(-50%, 0);
    filter: brightness(1.2) contrast(1.2);
    /* margin-left: .3rem; */
}

.table.disabled{
    pointer-events: none;
}

.tableHider{
    grid-column: 1/span 3;
    background: rgb(209, 220, 250);
}

.footer.hide{
    transform: scaley(0);
    transform-origin: 100% 1000%;
    transition: 300ms linear;
}

.footer button{
    position: absolute;
    margin-left: 20rem;
    bottom: 0;
}



div.cards, div.backs{
    left: 2rem;
    position: absolute;
    margin-left: 0rem;
    width: 42rem;
    height: 36rem;
    transition: 0.3s;
    text-align: center;
    top: 3.5rem;
    pointer-events: none;
}

div.cards.north{
    top: 4rem;
}

div.cards.hidden{
    transform: scaleY(0.00)translate(-50%, 0);
    top: 28.2rem;
    transition: 0.3s;
}

img.grow{
    animation: expand .3s;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 100%; }
}

div.question{
    top: 31.5rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    margin-left: 1rem;
    pointer-events: none;
}

div.hideHand{
    visibility: hidden;
}

div.hideHand img{
    box-shadow: none;
}

div.horizontal{
    transition: scale 0.3s;
    /* margin-right: 0.5rem; */
    margin-left: 0.5rem;
    position: relative;
    transition: 0.5s;
    display: inline-block;
    min-height: 75px;
    pointer-events: none;
}

div.verticalR{
    transition: scale 0.3s;
    text-align: right;
    min-height: 108px;
    position: relative;
}
div.verticalL{
    transition: scale 0.3s;
    text-align: left;
    height: 108px;
    position: relative;
}

div.horizontal.shrink{
    scale: 0 1;
    transition: 0.3s;
}
 
div.verticalL.shrink, div.verticalR.shrink{
    scale: 1 0;
    transition: 0.3s;
}
 
div.allowClick img{
    pointer-events: all !important;
}

#westCards div:nth-child(1){margin: 0 0.6rem -3rem;}
#westCards div:nth-child(2){margin: 0 0.4rem -3rem;}
#westCards div:nth-child(3){margin: 0 0.2rem -3rem;}

#eastCards div:nth-child(1){margin: 0px 0.6rem -3rem;}
#eastCards div:nth-child(2){margin: 0 0.4rem -3rem;}
#eastCards div:nth-child(3){margin: 0 0.2rem -3rem;}

#northCards.shrink, #southCards.shrink{
    transform: scaleX(0);
    transition: 0.3s;
}

#westCards.shrink, #eastCards.shrink{
    transform: scaleY(0);
    transition: 0.3s;
}

#playedCards{
    position: absolute;
    display: grid;
    align-items: center;
    width: 24rem;
    height: 25rem;
    left: 11rem;
    top: 8.9rem;
    pointer-events: none;
    transition: 0.3s;
}

#playedCards img.faded{
    opacity: 0;
    transition: 0.3s;
}

#playedCards img.lost{
    scale: 0.7;
    transition: scale 0.3s;
}

#BannerText{
    position: absolute;
    height: 19.7rem;
    width: 17.6rem;
    left: 3rem;
    top: 2.6rem;
    display: flex;
    color: yellow;
    padding: 0.2rem;
    font-size: 1.3rem;
    transform: scale(1);
    transition: transform 0.3s;
    align-items: center;
}
#BannerText p{
    margin: 0 auto 9px;
    vertical-align: middle;
}
#BannerText.shrink{
    transform: scale(0);
    transition: 0.3s;
}
#BannerText.N{
    border-top: goldenrod 0.2rem solid;
    margin-top: 2rem;
}
#BannerText.E{
    border-right: goldenrod 0.2rem solid;
}
#BannerText.S{
    border-bottom: goldenrod 0.2rem solid;
    height: 15.8rem;
}
#BannerText.W{
    border-left: goldenrod 0.2rem solid;
    padding-left: 1rem;
}
#BannerText.small{
    font-size: 1.1rem;
    transition: font-size 0s, transform 0.3s;
}
#BannerText.verySmall{
    font-size: 1rem;
    transition: font-size 0s, transform 0.3s;
}
#BannerText.extraSmall{
    font-size: 0.9rem;
    transition: font-size 0s, transform 0.3s;
}
#BannerText.N div{
    align-self: flex-start;
    width: inherit;
    /* margin-top: -1rem; */
}
#BannerText.E div{
    align-self: center;
    width: inherit;
    text-align: right;
    padding-right: 1rem;
}
#BannerText.S div{
    align-self: flex-end;
    text-align: center;
    width: inherit;
    margin-bottom: -0.5rem;
}
#BannerText.W div{
    align-self: center;
    width: inherit;
    text-align: left;
    padding-right: 1rem;
}
#BannerText.U div{
    align-self: center;
    width: inherit;
}
#BannerText.wide{
    margin: 0;
    width: 100%;
    left: -0.4rem;
    transition: all 0s;
}

#FinalBanner{
    position: absolute;
    transform-origin: 50% 50%;
    left: 0rem;
    color: yellow;
    padding: 0.2rem;
    font-size: 1.3rem;
    width: inherit;
    /* transform: scale(1) translateY(-50%); */
    transition: 0.3s;
}

#FinalBanner p{
    margin: 0 0 0.8rem 0;
    width: inherit;
}

#FinalBanner.shrink{
    transform: scale(0);
    transition: 0.3s;
}
#FinalBanner.narrow{
    width: 17.6rem;
    left: 3rem;
}

.CardImage{
    height: 4rem;
    margin: 0 -.9rem;
}

.CardImage.Spacer{
    opacity: 0;
}

.emptyGrid{
    display: grid;
    justify-items: start;
}

.emptyGrid p{
    width: 100%;
}

#questionHolder {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

.cards img, #playedCards img, #metricsCards img {
    border-radius: 6px;
    width: 50px;
    position: absolute;
    margin-top: 0;
    display: inline;
    height: 78px;
    transition: left 0.3s, right 0.3s;
    /* margin-left: -0.9rem; */
    /* margin-right: -0.9rem; */
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 60%);
    pointer-events: none;
}


#playedCards img.N{left: 10.4rem; top: 0}
#playedCards img.E{right: 0; top: 10rem;}
#playedCards img.S{left: 10.4rem; bottom: 0;}
#playedCards img.W{left: 0; top: 10rem;}

#playedCards img.N.retracted{margin-top: -3.8rem;margin-left: -5px;}
#playedCards img.E.retracted{margin-right: -2.2rem;margin-top: -5px;}
#playedCards img.S.retracted{margin-bottom: -3.8rem;margin-left: -5px;}
#playedCards img.W.retracted{margin-left: -2.1rem;margin-top: -5px;}

#playedCards img.retracted{
    transform: scale(0.8) !important;
    transition: 0.3s;
    border: rgba(0 0 0 / 19%) 5px solid;
    border-radius: 10px;
    transform-origin: center;
    }

#bidsHolderS, #bidsHolderE, #bidsHolderN, #bidsHolderW {
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

div.bids{
     
    /*top raised 22rem */
     position: absolute;
     transform-origin: 13REM 13.5REM;
     width: inherit;
     /* pointer-events: none; */
     height: 2.5rem;
     transition: 0.3s;
}

div.bids.raised{
    top: 22rem;
    transition: 0.3s;
}

#allBidsHolder{
    position: absolute;
    top: 8rem;
    left: 10rem;
    width: 35rem;
    height: 27rem;
    pointer-events: none;
}

.bidHolder{
    /* position: relative; */
    /* margin-left: -9rem; */
    /* width: 36rem; */
    transform-origin: 10rem 10rem;
}

.bidsList{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.bids img {
    filter: drop-shadow(-3px 2px 4px rgba(0,0,0,45%));
    float: left;
    width: 78px;
    height: 42px;
    /* transform: scale(0.75); */
}

.bidsList img:not(.invisible2){
    opacity: 1;
    margin-top: 0rem;
    transition: opacity 0.3s, margin 0.3s;
    margin-left: -1rem;
    margin-right: -1rem;
}

.bidsList img.invisible2{
    opacity: 0;
    margin-top: -5rem;
    transition: opacity 0.3s, margin 0.3s;
    margin-left: -6rem;
}

div.bids.east{
    /* transform-origin: 13rem 13.5rem; */
    transform: rotate(87.2deg);
    right: 1.7rem;
    /* transform-origin: 13rem 13.5rem; */
    top: -4rem;
}


div.bids.west{
    transform: rotate(-88deg);
    left: 1.6rem;
    top: 4rem;
}

div.bids.north{
    top: 0.5rem;
    left: -4rem;
}

div.bids.south{
    bottom: 0.8rem;
    left: -4rem;
}


img.bubble{
    height: 4rem;
    transform: scale(1.3);
    position: absolute;
}

/* #BubbleDiv{top: -1rem;left: 9rem;} */

#BubbleText{
    text-align: center;
    position: absolute;
    width: 5rem;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 1.1rem;
    color: yellow;
    font-size: 1.2rem;
}

.bids.east #BubbleDiv img{
    transform: scale( 1.3, -1.3) translateY(4px);
}

.bids.north #BubbleDiv img{
    transform: scale( 1.3, -1.3) translateY(4px);
}

.bids.west #BubbleDiv img{
    rotate: 180deg;
    transform: scale( -1.3, 1.3) translateY(4px);
}

.bids.south div.specialBids{
    top: 2rem;
}

.specialBids{
    position: absolute;
    left: 9.8rem;
    top: -1.5rem;
}

.specialBids img{
    position: absolute;
}

.specialBids div{
    position: absolute;
}

.specialBid.FadedOut {
    opacity: 0;
    transition: 0.3s;
}

.specialBid:not(.FadedOut) {
    opacity: 1;
    transition: 0.3s;
}

#BubbleDiv{
    top: -1rem;
    left: 3rem;
}

p.X{
    position: absolute;
    transform: scale(34,8); 
    top: 1.8rem; 
    color: red;
    margin-left: 10.5rem; 
    font-family: Raleway; 
    font-weight: bolder; 
    opacity: 0.3;
}

p.warning{
    color: orange;
}

p.handComment{
    position: absolute;
    top: 5.8rem;
    margin: 0;
    margin-left: -3.45rem;
    color: yellow;
    font-weight: 500;
    width: inherit;
    height: 4rem;
    text-align: center;
    pointer-events: none;
    white-space: pre;
}

p.handComment.raised{
    transition: 1s;
    top: 2.8rem;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 1s;
}

p.handComment.visible{
    opacity: 1;
    transition: 0.5s;
}

p.handComment:not(.visible){
    opacity: 0;
    transition: 0.5s;
}

.comments{
    position: absolute;
    width: 24rem;
    top: 8rem;
    /* height: 32.7rem; */
    left: 10.3rem;
    font-size: 1.2rem;
    color: yellow;
    line-height: 1.6rem;
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
}

.comments.intro{
    width: 35rem;
    top: 3rem;
}

#Comments {
        transform: translateX(-50%) translateY(100px) scaleY(0);
        transition: 0.3s;
        opacity: 0;
        pointer-events: none;
    }

#Comments.moveon {
    transform: translateX(-50%) translateY(0) scaleY(1);
    opacity: 1;
}

#Comments.moveoff {
    opacity: 0;
    animation-name: shrink;
    animation-duration: 0.2s;
}

#Comments.inactive{
    pointer-events: none;
}

.comments p{
    margin-top: 0rem;
    margin-bottom: 0.7rem;
}

.comments ul, .comments ol{
    margin: 0 0.2rem 0.4rem;
}


@keyframes shrink {
    0% {transform: translateX(-50%) translateY(0rem) scaleY(1); }
    100% {transform: translateX(-50%) translateY(-10rem) scaleY(0);}
}

#mainTable{
    height: 41rem;
    position: relative;
    margin-top: 1.4rem;
    width: 46rem;
}

#actionTable{
    transform: scale(1) translateY(-1.5rem);
    transform-origin: 50% 20rem;
    text-align: center;
    position: absolute;
    width: 46rem;
    pointer-events: all;
}

#actionTable.shrink{
    transform: scale(0);
    transition: 0.3s;
}

#HeaderDiv{
    height: 1rem;
    position: relative;
    width: 60rem;
    color: white;
    /* margin-left: -2.5rem; */
    /* position: fixed; */
    /* left: 73%; */
    /* padding: 0; */
    margin-top: -0.7rem;
    /* top: 4rem; */
    /* transform: translate(-50%, 0); */
    /* transform: translate(-50%, 0); */
}

#HeaderTable{
    position: fixed;
    width: 52rem;
    left: 50%;
    /* top: -2rem; */
    display: none;
    transform: translateX(-50%);
}

#HeaderTable tr{
    margin: 0;
    /* height: 3rem; */
}

#TutorRow{
    font-size: 1.3rem;
    width: 9rem;
    font-family: Oswald;
    margin: 0;
    height: 1rem;
    float: left;
    text-align: center;
    width: auto;
}

#DescriptionRow{font-size: 1.7rem;width: 29rem;text-align: center;float: left;}

#DescriptionRow p{
    /* width: 9rem; */
    padding-bottom: 1re;
    /* float: right; */
    margin: 0;
    display: inline-block;
    margin-top: -0.9rem;
    margin: 0;
    margin-top: -0.9rem;
}

#LogoRow{
    height: 3.9rem;
    width: 10rem;
}

#LogoRow p{
    color: black;
    margin: 0;
    font-weight: bold;
    font-size: 1.1rem;
}

#Logo{
    height: 3.6rem;
    margin-top: -0.1em;
}

#TitleDiv{
    font-size: 1.2rem;
    position: fixed;
    font-weight: 600;
    width: 48rem;
    /* margin-top: 2.3rem; */
    /* position: relative; */
    top: 2.2rem;
    height: 44rem;
}

#LevelRow{
    /* width: 10rem; */
    font-weight: 300;
    font-family: 'Oswald';
    /* text-align: left; */
    margin: 0;
}

#TitleTable{
    margin-top: -0.6rem;
    font-size: 1.3rem;
    text-align: center;
    transition: transform 0.5s;
    transform-origin: 50% 1.2rem;
    position: absolute;
    /* top: -1rem; */
}

#TitleTable.shrink{
    transform: scale(0);
    transition: transform 0.5s;
}

#TitleTable p{
    /* margin: 0.2rem -0.8rem; */
    /* float: left; */
    position: absolute;
    top: -0.02rem;
    margin-top: 0.2rem;
}

#TitleRow{
    text-align: center;
    padding-top: 0.3rem;
    border-radius: 10px/50%;
    /* float: left; */
    /* margin: 0 4rem; */
    /* grid-row: 2; */
    grid-column: 2;
    color: crimson;
    /* padding-top: 0.5rem; */
    font-size: 1.5rem;
    text-shadow: -1px 1px indigo;
    background: rgba(0,0,0,0.1);
    transition: 0.2s;
    width: 30rem;
    z-index: 10;
}

#TitleRow p{
    /* margin-top: -0.2rem; */
    width: inherit;
    margin: 0;
}

.Popout p{
    margin: 0.2rem;
}

P.level{
    margin: 0;
    margin-top: -0.3rem;
}

#Blank{
    width: 10rem;
}

/* p.indent{
    padding-left: 1rem;
    font-style: italic;
} */

.Popout{font-size: 1.3rem;margin: 0.5rem 0.3rem;text-align: center;}

.Popout.Heading{
    color: green;
    margin: .2rem auto;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

.Popout.Text{
    max-height: 3.rem;
    margin: 0.0rem 0.1rem 0.1rem;
    padding: 0.3rem;
    background: lightslategrey;
    overflow-y: clip;
    border-bottom-left-radius: 0.7rem;
    border-bottom-right-radius: 0.7rem;
    color: yellow;
    font-size: 1.3rem;
    text-align: center;
}

.Popout.Rule{border-color: black;background: black;height: 0.10rem;margin: 0.1rem 0.2rem 0.1rem;}

#FullContent{
    position: relative;
    /* position: fixed; */
    top: 5rem;
    height: 41rem;
    /* left: 50%; */
}

#Page.fold, #Conventions.fold{
    max-height: 1.8rem;
    transition: max-height 0.5s linear;
}

#Conventions{
    background: rgb(240,240,249);
    position: absolute;
    top: -1rem;
    left: -3rem;
    width: 11rem;
    border-color: black;
    border-width: 0.2rem;
    border-style: solid;
    overflow-y: hidden;
    padding: 0.05rem;
    border-radius: 1rem;
    max-height: 8rem;
    transition: max-height 0.5s linear;
}

#Page{
 background: rgb(240,240,249);
 position: absolute;
 top: -1rem;
 right: -3rem;
 width: 11rem;
 border-color: black;
 border-width: 0.2rem;
 border-style: solid;
 overflow-y: hidden;
 padding: 0.05rem;
 border-radius: 1rem;
 max-height: 7rem;
 overflow: hidden;
 transition: max-height 0.5s linear;
 cursor: pointer;
 pointer-events: all;
}

#pickExercise{
    background: rgb(240,240,249);
    position: absolute;
    top: -1rem;
    right: -3rem;
    width: 39rem;
    border-color: black;
    border-width: 0.2rem;
    border-radius: 1rem;
    border-style: solid;
    padding-left: 2rem;
    transform-origin: 100% 0%;
    transform: scale(0);
    transition: 0.2s;
}

#pickExercise.expand{
    transform: scale(1);
    transition: 0.2s;
}


.mediaButtons{
    clear: both;
    margin-left: 2rem;
}

.smallButton{
    position: fixed;
    top: 30rem;
    left: 1rem;
    font-size: 1.3rem;
    background: seagreen;
    border-radius: 8px/13px;
    color: white;
    width: 6rem;
    cursor: pointer;
    transition: 0.3s;
}

.smallButton:hover{
    background: darkslategray;
    transition: 0.3s;
}

.pickExercise p{
    float: left;
}

#pickExercise img{
    float: left;
    height: 2.2rem;
    margin: -0.4rem 0.8rem 0 0;
    transition: 0.2s;
}

#pickExercise img:hover{
    transition: 0.2s;
    filter: invert() drop-shadow(2px 4px 6px black);
}

#pickExercise p{
    font-size: 1.3rem;
}


#pickExercise button{
    height: 2rem;
    float: right;
    width: 7rem;
    font-size: 1.3rem;
    /* padding: 0.3rem; */
    background: dodgerblue;
    color: white;
    transition: 0.2s;
    border-radius: 0.5rem;
    cursor: pointer;
    margin: 0 1rem 0.2rem;
}

#pickExercise button:hover{
    background: blue;
}

#overview{
    position: absolute;
    background-color: rgba(240,240,249,1);
    border-color: black;
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 1rem;
    top: 5.5rem;
    bottom: -3.4rem;
    left: 50%;
    width: 57rem;
    overflow-y: hidden;
    height: 45rem;
    transition: 0.3s;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    background-color: aliceblue;
    --fillerColour: rgb(230,230,230);
}

#overview.hidden{
    opacity: 0;
    visibility: hidden;
    /* display: none; */
    /* transition: 0.3s; */
    z-index: -1;
}

#overviewTop{
    overflow-y: auto;
    overflow-x: hidden;
    margin: 7px auto;
    text-align: center;
    flex: 1;
    width: 48rem;
    box-sizing: border-box;
    border-width: 0.3rem 0.5rem 0.4rem;
    border-color: aliceblue;
    border-style: solid;
    border-radius: 1.2rem  1.2rem 0 0;
}
#overviewTop::-webkit-scrollbar {
    display: none;
}

#overviewTop h2{
    font-variant: small-caps;
    /* padding: 1rem; */
    display: inline-block;
    width: 100%;
    margin: 0 0 0;
    text-align: center;
}

p.version{
    margin-top: -0.2rem;
}

#overviewTop p{
    margin: 0.2rem;
    line-height: 1.2rem;
}    

#overviewTop  tr {height: 2rem;}
#overviewTop  th {background-color: black;color: white;height: 2rem;}
/* #overviewTop tr td{color: black;} */
#overviewTop tr:not(.selected):nth-child(odd){background-color: whitesmoke;transition: 0.5s;}
#overviewTop tr:not(.selected):nth-child(even) td{background-color: gainsboro;transition: 0.5s;}
#overviewTop tr.selected:nth-child(odd) td{background-color: rgb(180,180,100);transition: 0.5s;}
#overviewTop tr.selected:nth-child(even) td{background-color: rgb(180,180,100);transition: 0.5s;}

#overviewTop tr.selected{
    background: rgb(180,180,180);
    height: 2rem;
    transition: 0.5s;
}

#overview table{
    font-size: 1.2rem;
    border-spacing: 1px;
    /* border: black solid 2px; */
    border-radius: 21px;
    overflow: hidden;
    width: 44rem;
    box-sizing: border-box;
}    
#overviewDescription table{
    margin: 0px 6rem 0 25rem;
    font-size: 1.2rem;
    overflow-y: auto;
    border-spacing: 0 0.4rem;
}    
#tableClipper{
    border-radius: 21px;
    border: 3px black solid;
    overflow: hidden;
    width: 44rem;
    margin: 0 auto;
    text-align: center;
    box-sizing: content-box;
}

#overview td{
    text-align: center;
}    

#spacer{
    background: black;
    height: 0.15rem;
    width: 91.9%;
    margin: 0.3rem 2rem 0rem;
}

#overviewBottom *, #overviewHelp *{
    /* justify-items: unset; */
    text-align: left;
}

#overviewBottom hr, #overviewHelp hr{
    border-color: dodgerblue;
}

#overviewBottom pre, #overviewHelp pre{
    background: rgba(240,248,255,0.3);
    border-radius: 19px;
    border: solid 0px;
}

#overviewBottom{
    position: relative;
    border-style: solid;
    border-radius: 0  0 1.2rem 1.2rem;
    width: inherit;
    height: 18.7rem;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    box-sizing: border-box;
    border-width: 0.3rem 0.6rem;
    border-color: aliceblue;
    /* width: inherit; */
    flex: 1;
    pointer-events: all;
    transition: 0.3s;
    transition-delay: 0.3s;
    border-radius: 14px;
}

#slideHolder{
    position: absolute;
    width: 55.8rem;
}

div.slide{
    position: absolute;
    transition: 0.3s;
}

#duplicateBidding {
    position: absolute;
    border-style: solid;
    border-radius: 0  0 1.2rem 1.2rem;
    height: 19rem;
    overflow-y: auto;
    overflow-x: visible;
    box-sizing: border-box;
    border-width: 0.3rem 0.2rem 0rem;
    border-color: aliceblue;
    flex: 1;
    transition: 0.3s;
    width: 54rem;
    margin-left: 0.9rem;
    display: inline-block;
}
 
#navigator{
    display: grid;
    grid-template-columns: 10% 80% 10%;
    font-family: 'Oswald';
    width: 100%;
    /* align-items: center; */
    background: linear-gradient(to bottom, ivory, khaki);
    grid-template-rows: 1fr 2.4fr;
    align-items: center;
    cursor: pointer;
}

#navigator h6{
    text-align: center;
    margin: 2rem;
}

#navigator p{
    margin-top: 2rem;
    text-align: center;
    cursor: auto;
    color: gray;
}

.clipboard{
    margin-top: -1rem;
    transform: translateY(0.6rem);
}

#overviewHelp{
    text-align: center;
    margin: 0 auto;
    /* width: 30rem; */
    position: relative;
}

#overviewHelp.help{
    text-align: center;
    margin: 5rem auto;
    width: 50rem;
}

#overviewDescription{
    position: absolute;
    background: linear-gradient(to bottom, gainsboro, rgb(118,160,0));
    color: black;
    font-size: 1.3rem;
    width: 56rem;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    height: 20.4rem;
    top: 0px;
    transition: 0.3s;
    border: black 0 solid;
    border-radius: 13px;
    display: inline-block;
}

#overviewDescriptionText{
    width: 42rem;
    /* text-align: left; */
    margin: 0 auto;
}

#metricsDescription{
    position: absolute;
    background: linear-gradient(to bottom, azure, PaleTurquoise);
    color: black;
    font-size: 1.3rem;
    width: 56rem;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    height: 20.4rem;
    top: 0;
    transition: 0.3s;
    border: black 0 solid;
    border-radius: 13px;
    display: inline-block;
}

#metricsDescriptionText{
    margin: 0 auto;
    width: 39rem;
    display: grid;
    grid-template-columns: 50% 50%;
}

#controlsDescription{
    position: absolute;
    background: linear-gradient(to bottom, ivory, lightyellow);
    color: black;
    font-size: 1.3rem;
    width: 56rem;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    height: 20.4rem;
    top: 0;
    border: black 0 solid;
    border-radius: 13px;
    transition: 0.3s;
    /* display: inline-block; */
}

#controlsDescriptionText{
    justify-items: left;
    margin: 0 auto;
    width: 41rem;
    display: grid;
    grid-template-columns: 15% 85%;
    /* grid-template-rows: repeat(6, 2.5rem); */
}
    
#controlsDescription img{
    height: 2rem;
}

#controlsDescription p{
    font-size: 1.3rem;
    margin: 6px;
    text-align: left;
    /* display: inline-block; */
    width: 100%;
}

.twoColumns{
    grid-column: span 2;
}

#metricsDescriptionText p{
    margin: 7px 0;
    justify-self: left;
    text-align: left;
    display: flow;
}

#metricsDescriptionText ul{
    margin: 7px 0;
}

#overviewDescription.help{
    margin: 0 auto;
    height: auto;
    width: 51rem;
    position: unset;
}

#metricsDescription.help{
    margin: 0 auto;
    height: auto;
    width: 51rem;
    position: unset;
}

#exerciseRun{
    text-align: center;
    width: 48.2rem;
    margin: 0  auto;
    padding: 0.2rem 0.2rem 0.1rem 0;
    border: darkslategray 2px solid;
    border-radius: 1rem/1.5rem;
    background: whitesmoke;
    height: 2.3rem;
    box-sizing: content-box;
    /* background-color: var(--fillerColour); */
    display: grid;
    grid-template-columns: auto auto auto auto;
}

#exerciseRun p{
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0.4rem 0rem;
}

#exerciseRun label{
    padding: 2.35rem;
}

#exerciseRun button, #moveExercise, #helpBack, #playYourself, #playDemo{
    display: table-cell;
    width: 12rem;
    height: 2.2rem;
    font-size: 1.3rem;
    /* height: 1.8rem; */
    padding: 0.3rem;
    background: dodgerblue;
    color: white;
    transition: 0.2s;
    border-radius: 0.5rem;
    cursor: pointer;
    vertical-align: 0.6rem;
}

#exerciseRun button:disabled, #moveExercise:disabled{
    background: gray;
}

#exerciseRun #cancelPlayButton{
    height: 1.4rem;
    width: 5rem;
    font-size: 1rem;
    margin-top: 0.4rem;
    padding: 0;
}

#moveExercise:disabled:hover {
    background: gray;
}

#duplicateBidding > div{
    display: grid;
    grid-template-columns: 0 31% 31% 38%;
    font-size: 1.2rem;
    text-align: center;
    /* width: 56rem; */
}

#duplicateBidding p{
    text-align: left;
    margin: 0 15px;
    display: inline-flex;
    padding-left: 1rem;
}

.bubbleDiv img{
    position: absolute !important;
    margin-left: -1rem
    /* margin: 0 auto; */
    /* text-align: center; */
}

.bubbleDiv p{
    position: absolute;
    margin-left: -0.5rem !important;
    margin-top: 0.7rem !important;
    color: white;
    text-align: center;
}

#duplicateBidding img{
    height: 3rem;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

#duplicateBidding label{
    grid-column: 2/4;
    font-size: 1.2rem;
    font-weight: bold;
    justify-self: baseline;
}

.counter{
    /* width: 3.5rem; */
    /* margin-left: 5rem; */
    overflow-y: hidden;
    height: 1.5rem;
    border-width: 2px;
    border-color: green;
    border-style: solid;
    /* float: left; */
}

.counter p{
    line-height: 1.5rem;
    transition: 1.5s;
    float: left;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    border-right-color: green;
    margin-top: -1.5rem;
    width: 0.7rem;
}

.counter p.vneg{
    margin-top: 0rem;
    transition: 0s;
}

/* .counter p.v1{
    margin-top: -1.5rem;
} */
.counter p.v1{
    margin-top: -3rem;
}
.counter p.v2{
    margin-top: -4.5rem;
}
.counter p.v3{
    margin-top: -6rem;
}
.counter p.v4{
    margin-top: -7.5rem;
}
.counter p.v5{
    margin-top: -9rem;
}
.counter p.v6{
    margin-top: -10.5rem;
}
.counter p.v7{
    margin-top: -12rem;
}
.counter p.v8{
    margin-top: -13.5rem;
}
.counter p.v9{
    margin-top: -15rem;
}

.vBar{
    background-color: green;
    width: 1px;
    height: inherit;
    float: left;
}

.scores{
    height: 2rem;
    display: flex;
    text-align: center;
    margin: 0 auto;
    /* justify-content: center; */
    /* margin-top: .1rem; */
}

.scores.faded{
    opacity: 0.2;
}

*.faded{
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    z-index: -1;
}

.scoreSpacer{
    /* float: left; */
    font-size: 1.3rem;
    margin: 0.2rem;
    white-space: break-spaces;
    color: darkgreen;
}

.scoreHolder{
    text-align: right;
    width: 50rem;
    height: 2.2rem;
    background: white;
    position: absolute;
    padding: 0.1rem;
    border-color: green;
    top: 47.5rem;
    margin-left: -2.3rem;
    border-width: 0.2rem;
    border-style: solid;
    border-radius: 1rem/1.8rem;
    padding-top: 0.3rem;
    display: grid;
    grid-template-columns: 6% 6% 11% 58% 20%;
    grid-template-rows: 3rem;
    align-items: center;
    align-content: center;
}

.NVul, .EVul, .SVul, .WVul, .AllBanner{
    position: absolute;
    height: 1.5rem;
    width: 20rem;
    color: black;
    background: khaki;
    background: linear-gradient(to bottom, burlywood,  khaki, burlywood);
    border-radius: 0.5rem/0.8rem;
    border-color: transparent;
    border-width: 0.05rem;
    border-style: solid;
}

.AllBanner{
    width: 16rem;
    margin: 0px 2rem;
    color: black;
    border: black 0.05rem solid;
    border-radius: 1rem;
    line-height: 1.6rem;
}

.NVul.Red, .EVul.Red, .SVul.Red, .WVul.Red{
    background: linear-gradient(to bottom, firebrick, red,tomato, firebrick);
}
.NVul.Green, .EVul.Green, .SVul.Green, .WVul.Green{
    background: linear-gradient(to bottom, darkGreen, green, limegreen, darkgreen);
}

.NVul{
    left: 13rem;
    top: 1rem;
}

.SVul{
    left: 13rem;
    top: 40.5rem;
}

.EVul{
    right: -9.4rem;
    top: 20rem;
    transform: rotate(87.3deg);
}

.WVul{
    top: 20rem;
    transform: rotate(272.9deg);
    left: -9.3rem;
}

.VulFader div, .BannerFader div{
    opacity: 1;
    transition: 0.5s;
    font-size: 1.3rem;
    font-weight: 700;
    pointer-events: none;
    letter-spacing: 2px;
}

.VulFader.Faded div, .BannerFader.Faded div{
    opacity: 0;
    transition: 0.5s;
}

.VulFader div.show, .BannerFader div.show{
    opacity: 1;
}

.lights{
    border-radius: 2rem;
    border-width: 0.2rem;
    border-style: solid;
    border-color: gray;
    background: #D8D8D8;
    height: 1.7rem;
    width: 4.2rem;
    display: flex;
    /* float: left; */
    text-align: center;
    margin-top: -1px;
}

.circle{
    border-radius: 50%;
    border-color: black;
    border-style: solid;
    border-width: 0.1rem;
    flex: auto;
    background: midnightblue;
    /* height: 1rem; */
    width: 1rem;
    margin: 0.2rem 0.4rem;
    transition: 0.2s;
    /* float: left; */
}

.red.show{
    background: red;
}

.orange.show{
    background: rgb(255,224,0);
}

.green.show{
    background: limegreen;
    animation-name: flashColour;
    animation-duration: 0.1s;
    animation-iteration-count: 4;
    animation-direction: alternate;
}

@keyframes flashColour {
    from {
      background: black;
    }
  }

#clickTable{
    opacity: 1;
    POSITION: absolute;
    top: 3rem;
    left: 10.5rem;
    font-size: 1.5rem;
    color: yellow;
    background: darkgreen;
    transition: 3s;
    transition-delay: 5s;
    text-align: center;
}
#clickTable.fade{
    opacity: 0;
}

#clickSelect{
    position: absolute;
    top: -.2rem;
    width: 16rem;
    border-radius: 10%/50%;
    transform: translateX(11rem);
    transition-timing-function: linear;
    transition-duration: 0s;
}
#clickSelect.scroll{
    transform: translateX(-16rem);
    transition-duration: 03s;
    transition-timing-function: linear;
}

#ExerciseHeading{
    transition: 1s;
}

#ExerciseHeading.raised{
    transform: translateY(-1.6rem);
    transition: 1s;
}

#runButton:hover, #demoButton:hover, #cancelPlayButton:hover, #helpBack:hover{
    background-color: blue;
}

#mediaHelp{
    position: absolute;
    height: 44rem;
    margin: 0.7rem -0.7rem;
    padding: 1REM;
    width: 98%;
    background-color: rgba(240,240,249,0.95);
    background-color: ivory;
    border: brown solid 0.2rem;
    border-radius: 1rem;
    top: 4rem;
}

#mediaHelp ol{
    font-size: 1.3rem;
}

#mediaHelp img{
    height: 2rem;
    transform: translateY(0.5rem);
    margin-right: 1rem;
}

#mediaHelp h2{
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    padding: 0.3rem;
    border: black solid 0.1rem;
    margin: 0;
    color: red;
    font-weight: bolder;
    text-align: center;
    width: 1.3rem;
}

#mediaHelp h2:hover{
    background: red;
    color: white;
}

#mediaHelp label{
    position: absolute;
    /* top: 20.5rem; */
    font-size: 1.3rem;
    right: 1rem;
    margin: 0 auto;
    bottom: 1rem;
}

.operationList{
    width: 41rem;
    margin: 0 auto;
}

#mainFader{
    opacity: 0.8;
    background-color: lightgray;
    height: 47.3REM;
    width: 57.6REM;
    position: absolute;
    top: 4rem;
    left: -5.8rem;
    border-radius: 1rem;
}

indent{
    display: block;
    margin-left: 2rem;
}

.mediaControls {
    display: grid;
    grid-template-columns: auto auto auto auto;
    position: relative;
}

.mediaControls img{
    height: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

.mediaControls.disabled{
    pointer-events: none;
}


.tooltipHolder{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
    transform: translateX(50%);
    /* padding: .5rem; */
    z-index: 10;
    }

.tooltipPointer {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    border-radius: 8px;
    color: #fff;
    content: attr(data-title);
    font-size: 1.2rem;
    /* padding: 0.3rem; */
    white-space: nowrap;
    text-align: center;
    /* margin: 10px; */
}

.tooltipPointer.show{
    opacity: 1;
    transition-delay: opacity .8s;
    transition: opacity 0.3s;
    transition-delay: 0.8s;
    background-repeat: no-repeat;
}

.tooltipBox{padding: 5;background-color: rgba(0,0,0,.75);border: solid 0 transparent;border-radius: 8px;padding: 0.3rem 1rem;}

.tooltipHolder svg{position: absolute;/* left: 0;
top: 0; */overflow: visible;width: 20px;height: 20px;}

.tooltipBox p{
    margin: 0;
}

#arrows{
    position: absolute;
    top: -1rem;
    width: 56rem;
}

#arrows img{
    opacity: 0.3;
    height: 2.5rem;
    position: absolute;
    cursor: pointer;
    top: 1.4rem;
}

#arrows img.left{
    left: 2rem;
    transform: rotate(-90deg) scaleY(0.6);
}
#arrows img.right{
    right: 2rem;
    transform: rotate(90deg) scaleY(0.6);
}

.indicators{
    position: absolute;
    top: -0.6rem;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    width: 208px;
    right: 0;
    padding: 0;
}

.indicators li{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 10px;
    /* text-indent: -999px; */
    cursor: pointer;
    background-color: white;
    border: 1px solid navy;
    border-radius: 13px;
}

.indicators li.selected{
    background-color: purple;
}

.pre{
    white-space: pre-wrap;
}

.h{
    font-style: italic;
    font-weight: 600;
}

#handMetrics{
    position: absolute;
    display: grid;
    grid-template-columns: 24% 52% 24%;
    grid-template-rows: 19% 53% 22%;
    top: 0;
    width: 43.2rem;
    height: 42rem;
    margin: 0px 1.5rem;
    justify-items: center;
    align-items: end;
    color: yellow;
    pointer-events: none;
    transition: 0.3s;
}

#handMetrics div{
    width: 9rem;
    height: 9rem;
    border: 2px yellow solid;
    border-radius: 16px;
    justify-items: center;
    align-items: center;
    background: rgba(200,200,199,0.3);
    box-shadow: inset 0 0 10px 0px black;
}

#HCPs{
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: 33.3% 33.3% 33.3%;
    font-size: 1.8rem;
}

#optima{
    display: grid;
    grid-template-columns: 16.5% 16.5% 16.5% 16.5% 16.5% 16.5%;
    grid-template-rows: 20% 20% 20% 20% 20%;
    font-size: 1.1rem;
}

#metricOptions{
    position: absolute;
    display: grid;
    grid-template-columns: 30% 40% 30%;
    grid-template-rows: 8% 9% 63% 3.1%;
    top: 0;
    left: -2rem;
    width: 50rem;
    height: 45rem;
    justify-items: center;
    align-items: center;
    color: yellow;
    pointer-events: none;
    transition: 0.3s;
}

#metricOptions button, #explanation button{
    font-size: 1.3rem;
    background: seagreen;
    border-radius: 8px/13px;
    color: white;
    width: 6rem;
    cursor: pointer;
    transition: 0.3s;
    pointer-events: all;
}

#explanation button{
    position: absolute;
    left: -5rem;
    top: -1rem;
}

#metricOptions button:hover{
    background: darkslategray;
    transition: 0.3s;
}

#metricOptions div{
    margin: 0 auto;
    text-align: center;
}

#metricOptions div button{
    background-color: darkred;
}

.modal {
    /* display: none; */ /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    width: 100%; /* Full width */
    height: 50rem; /* Full height */
    margin: 0 auto;
    text-align: center;
    overflow: hidden; /* Enable scroll if needed */
    transition: opacity 0.3s, blur 0s;
    backdrop-filter: blur(5px);
    }
.modal.faded{
    background-color: rgba(209, 220, 250, 0); /* Black w/ opacity */
    transition: 0.3s;
    backdrop-filter: blur(0);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-height: 70%;
    max-width: 40rem;
}
    
.modalCloseButton:hover,
.modalCloseButton:focus {
    color: white;
    background: red;
    text-decoration: none;
    cursor: pointer;
}

#metricsDisplay{
    margin: 0 auto;
    margin-top: 6rem;
    border: 3px black solid;
    border-radius: 20px;
    width: 45rem;
    background: rgb(240,240,249);
    transition: 0.3s;
    transform: scale(1);
    height: 20rem;
    box-sizing: inherit;
}

#metricsDisplay.expand{
    transform: scale(1);
    transition: 0.2s;
}

.metricsDisplay p{
    float: left;
}

#metricsCards{margin: 1rem 0 1rem -1.9rem;}

#metricsDisplay img:hover{
    transition: 0.2s;
    filter: invert() drop-shadow(2px 4px 6px black);
}

#metricsDisplay p{
    font-size: 1.3rem;
}


#metricsDisplay button:hover{
    background: darkslategray;
}

.modalCloseButton {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #aaaaaa;
    background: white;
    border: solid 2px black;
    float: right;
    width: 2rem;
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    pointer-events: all;
}
    
/* .modalCloseButton:hover,
.modalCloseButton:focus {
    color: white;
    background: red;
    text-decoration: none;
    cursor: pointer;
} */

#allMetrics{
    display: grid;
    grid-template-columns: 14.6rem .1rem 29rem;
    justify-items: left;
    column-gap: 2px;
    height: 32rem;
    grid-template-rows: 3rem;
}


#basicMetrics{
    display: grid;
    grid-template-columns: 30% 70%;
    width: 13rem;
    /* grid-auto-rows: 3.3rem; */
    height: 22rem;
    padding: 0 1.5rem;
}

#metricsDisplay {
    margin: 0 auto;
    margin-top: 6rem;
    border: 3px black solid;
    border-radius: 20px;
    width: 45rem;
    background: rgb(240,240,249);
    transition: 0.3s;
    transform: scale(1);
    height: 39rem;
    box-sizing: inherit;
    background: mintcream;
}

#allMetrics h4{
    width: 100%;
    margin: 0;
    align-self: center;
}

#allMetrics p.subheading{
    grid-column: span 2;
    font-style: italic;
    font-variant: small-caps;
    /* height: 2rem; */
    text-align: left;
    margin: 12px auto -2px;
    color: darkcyan;
}
#allMetrics p.competition{
    margin-left: 0.4rem;
    grid-column: span 2;
    font-style: italic;
    /* font-variant: small-caps; */
    height: 2rem;
}

#allMetrics p{
    margin: 2px auto;
    width: 100%;
    align-self: center;
}

#allMetrics p.left{
    text-align: left;
    font-style: italic;
    /* margin-top: 10px; */
    font-weight: 400;
    font-family: 'Oswald';
    color: dimgray;
    margin-bottom: 2px;
}

#allMetrics p.bidding{
    text-align: left;
    font-size: 1.2rem;
}

#allMetrics > div{
    position: relative;
    border-radius: 0 0 17px;
    width: auto;
    height: 27rem;
} 

#allMetrics div.clipper{
    border-radius: 0 0 17px;
    overflow: hidden;
}

#usageMetrics{
    display: grid;
    grid-template-columns: 10% 90%;
    width: 29rem;
    max-height: 29rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0rem 0 1rem;
}

x-blackbar{
    background-color: black;
    height: 100%;
    width: 100%;
}

#explanation{
    position: absolute;
    border: blue solid 3px;
    border-radius: 10px/20px;
    top: 368px;
    left: 3rem;
    width: 22rem;
    padding: 0.5rem;
    color: blue;
    opacity: 0;
    transition: 0.3s;
    background: beige;
    pointer-events: none;
}

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

.explain{
    margin-left: 2rem;
    background: yellow;
    font-weight: bolder;
    color: blue;
    border: blue 2px solid;
    border-radius: 13px;
    width: 1.3rem;
    height: 1.3rem;
    cursor: pointer;
}

.explain:hover{
    background-color: gold !important;
}

.explain p{
    margin: -0.3rem 0 !important;
}

.modalCloseButton.explanation{
    right: -1.4rem;
    top: -1.5rem;
    border-color: blue;
    transform: scale(0.7);
}

input[type="date"]{
    height: 1.9rem;
    width: 10rem;
    margin: 0 auto;
    font-size: inherit;
    background: transparent;
    color: white;
    border: 0;
    font-family: arial;
    font-size: 1.2rem;
}

::-webkit-calendar-picker-indicator { 
    color: white;
    background: url("../../images/date-icon.png");
    margin: -8px -8px 0 0;
    height: 30px;
    width: 30px;
    margin: -1px;
    cursor: pointer;
}

#eventDateBorder{
    border: black 2px solid;
    border-radius: 13px;
    background: black;
    width: 43.8rem;
    height: 2.3rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 55% 25% 20%;
    align-items: center;
    font-size: 1.2rem;
    color: white;
}

#eventDateBorder p{
    margin: 0;
}

.load{
    position: relative;
    top: 0;
    left: 0;
    height: 1.8rem;
    background: dodgerblue;
}

#backs img{
    height: 78px;
}

#nextPlayer{
    width: 36rem;
    height: inherit;
    position: absolute;
    top: 0;
    left: 3rem;
    opacity: 0;
    transition: transform 0s, opacity 0.3s;
}

#nextPlayer.unfaded{
    opacity: 1;
}

#nextPlayer svg{
    width: 54px;
    position: absolute;
    top: 7rem;
    margin-left: 0.3rem;
    transform: translate(-32px, 0);
}

#highlight{
    border-radius: 50%;
    border: red solid 2px;
    background-color: rgba(255,255,0,.5);
    transform-origin: 50% 50%;
    height: 2rem;
    width: 2rem;
    margin-top: -3px;
    font-size: 4rem;
    position: absolute;
    transform: scale(0);
    z-index: 100;
}

#highlight.flash{
    animation: flash 0.6s;
}

@keyframes flash{
    0% {transform: scale(0);}
    20% {transform: scale(1);}
    30% {transform: scale(0.8);}
    40% {transform: scale(1);}
    50% {transform: scale(0.8);}
    60% {transform: scale(1);}
    70% {transform: scale(0.8);}
    80% {transform: scale(1);}
    100% {transform: scale(0);}
}