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

        /* @media (max-width: 1199px){
            html{
                zoom: 0.8;
            }
        }
        
        @media (max-width: 991px){
            html{
                zoom: 0.7;
            }
        }
        
        @media (max-width: 767px){
            html{
                zoom: 0.7;
            }
        }
        
        @media (max-width: 575px){
            html{
                zoom: 0.5;
            }
        }
        
        @media (max-width: 450px){
            html{
                zoom: 0.4;
            }
        } */
        
        #mainDiv{
            left: 50%;
            position: absolute;
            transform: translate(-50%, 0);
            width: 46REM;
        }
 
        .table {
            left: 50%;
            width: 47rem;
            height: 41rem;
            position: absolute;
            transform: translate(-50%, 0);
            /* cursor: crosshair; */
            filter: brightness(1.1) contrast(1.1);
        }

        .table.hold{
            /* cursor: wait;    */
        }

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

        .footer button{
            position: absolute;
            right: 620px;
            bottom: 0;
            width: 3rem;
        }

        .innerFooter{
            
width: 736;
        }
        
        div.cards{
            top: 26rem;
            /* left: 50%; */
            position: absolute;
            transform: scaleY(1);
            width: 100%;
            text-align: center;
            /* width: 30rem; */
            transition: 0.3s;
            pointer-events: none;
        }

        div.cards.hidden{
            transform: scaleY(0.00);
            transition: 0.3s;
        }
        
        div.cardsNorth{
            position: relative;
            margin: auto;
            text-align: center;
            transform: scaleY(1);
            width: 100%;
            width: 30rem;
            transition: 0.3s;
            pointer-events: none;
            height: 7.4rem;
            /* margin-top: 3rem; */
        }
        
        div.cardsNorth.hidden{
            transform: scaleY(0.00);
            transition: 0.3s;
        }

        div.commentSpacer{
            top: 7rem;
            position: relative;
            margin: 0 auto;
        }

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

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

        .cardsHolder img, #templateCards img {
            width: 75px;
            height: 108px;
            margin-left: -1.6rem;
            margin-right: -1.6rem;
            box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 60%);
        }

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

        div.bids{
            top: 36.4rem; 
            /*top raised 22rem */
            left: 50%;
            position: absolute;
            transform: scaleY(1)translate(-50%, 0);
            margin-left: 2.5rem;
            padding-left: 5.5rem;
            width: 24rem;
            pointer-events: none;
            height: 2rem;
            transition: 1s;
        }

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

        .bidHolder{
            position: relative;
            margin-left: -9rem;
            width: 36rem;
        }

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

        .bids img {
            filter: drop-shadow(-3px 2px 4px rgba(0,0,0,60%));
            float: left;
        }

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

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

        div.bids.east{
            transform: translate(10.2%,61%) rotate(87.2deg);
            top: 22rem;
        }
        
        div.bids.west{
            transform: translate(-126%,-56%) rotate(-88deg);
            top: 20rem;
        }
        
        div.bids.north{
            top: 3rem;
        }
        
        img.bubble{
            height: 4rem;
            position: absolute;
        }

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

        #BubbleText{
            text-align: center;
            position: absolute;
            width: 5rem;
            left: 0.4rem;
            color: yellow;
            font-size: 1.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: 22.5rem;
            font-family: Raleway;
            font-weight: bolder;
            opacity: 0.3;
        }

        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;
        }

        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: relative;
            width: 32rem;
            /* top: 7rem; */
            /* 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;
            transition: transform 0.3s;
        }

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

        #Comments.moveon {
            transition: transform 0.3s, opacity 0.3s;
            transform: translateX(-50%) translateY(0) scaleY(1);
            opacity: 1;
            /* top: 0rem; */
        }

        #Comments.moveoff {
            opacity: 0;
            animation-name: shrink;
            animation-duration: 0.2s;
        }
        
        .comments.intro{
            width: 37rem;
            top: -4rem;
            transition: top 0s, width 0s;
        }

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

        #Comments.short{
            height: 18rem;
            display: grid;
            align-items: end;
            align-content: end;
            position: absolute;
            top: 1rem;
        }

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

        .comments ul, .comments ol{
            margin: 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: 4rem;
            width: 46rem;
        }

        #actionTable{
            transform: scale(1) translateY(-1.5rem);
            transform-origin: 50% 20rem;
            pointer-events: none;
            position: relative;
        }
        
        #actionTable.shrink{
            transform: scale(0);
            transition: 0.2s;
        }
       
        #HeaderDiv{
            height: 1rem;
            position: relative;
            width: 60rem;
            color: white;
            /* margin-top: 0.1rem; */
            padding-top: .1rem;
        }

        #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: 8.7rem;
            font-family: Oswald;
            display: flex;
            margin: 0;
            height: 1rem;
            float: left;
            text-align: center;
        }

        #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;
        }

        #LogoRow{
            float:
            left;
            margin-left: 5rem;
            /* margin-top: 0.9rem; */
            height: 4rem;
        }
        
        #Logo{
            height: 4rem;
            float: right;
            margin-top: 0.2rem;
        }

        #TitleDiv{
            font-size: 1.2rem;
            position: fixed;
            font-weight: 600;
            width: 48rem;
            /* margin-top: 2.3rem; */
            /* position: relative; */
            pointer-events: none;
            top: 2.5rem;
            padding-top: 0.2rem;
        }

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

        #TitleTable{
            margin-top: -0.3rem;
            /* text-align: center; */
            font-size: 1.3rem;
            /* transform: scale(1); */
            transition: transform 0.5s;
            transform-origin: 50% 1.2rem;
        }

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

        #TitleTable p{
            margin: 0.2rem 0;
            float: left;
        }

        #TitleRow{
            color: black;
            color: black;
            text-align: center;
            width: 31.4rem;
            /* margin-top: 0.6rem; */
            padding-top: 0.7rem;
            height: 2rem;
            border-radius: 10px/50%;
            float: left;
            color: crimson;
            text-shadow: -1px 1px indigo;
            background: rgba(0,0,0,0.1);
        }


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

        .optionsGrid{
            display: grid;
            grid-template-columns: 15% 85%;
            row-gap: .5rem;
        }

        #FullContent{
            position: relative;
            top: 4.3rem;
            height: 47rem;
        } 



        #popoutHolder{
            font-weight: 600;
            position: absolute;
            top: -4.5rem;
            font-size: 1.3rem;
            background: rgb(240,240,249);
            transition: 0.3s;
        }

        .popout{
            position: absolute;
            height: 6.1rem;
            border: solid 2px black;
            border-radius: 15px;
            left: -3rem;
            width: 12.1rem;
            padding: 2px;
            background: rgb(240,240,249);
        }

        #Conventions{
            left: -3rem;
        }

        #Page{
            left: 36rem;
        }

        .popoutPTop{
            color: Green;
            text-align: center;
            margin: 0 auto;
            height: 1.5rem;
        }

        .popoutSpan{
            grid-column: span 2;
        }

        .popoutPBottom{
            color: yellow;
            text-align: center;
            margin: 0 auto;
        }

        .iconDiv{
            display: grid;
            /* grid-template-columns: 2rem auto; */
            grid-template-columns: auto;
            align-items: center;
        }

        .iconDiv img{
            height: 2rem;
        }

        .iconDiv.gray{
            border-radius: 0 0 11px 11px;
            background: darkslategray;
            height: 3.95rem;
            margin: 1px;
        }

        .popout hr{
            border-color: black;
            background: black;
            height: 0.1rem;
            margin: 0.2rem 0.2rem 0.2rem;
        }
 
        #popoutHolder.minimise p.canMinimise{
            font-size: 0;
            transition: 300ms;
        }

        #popoutHolder p{
            font-size: 1.3rem;
            transition: 300ms;
            margin: 0 0.3rem;
        }

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


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


        .mediaButtons{
            width: 43rem;
            margin: 0.8rem 1rem;
            display: grid;
            grid-template-columns: 3rem 3rem auto 4rem;
            min-height: 4rem;
        }

        .ExerciseButtons p{
            float: left;
        }

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

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

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


        #ExerciseButtons button:hover{
            background: blue;
        }

        #overview{
            position: absolute;
            background-color: rgba(240,240,249,0.95);
            border-color: black;
            border-width: 0.2rem;
            border-style: solid;
            border-radius: 1rem;
            top: 4.9rem;
            bottom: -4.5rem;
            left: 50%;
            width: 57rem;
            transform: translate(-50%, 0);
        }

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

        #overviewTop{height: 41%;overflow-y: auto;margin-right: 0.6rem;}

        #overviewTop h2{
            text-align: center;
            font-variant: small-caps;
            padding: 1rem;
            display: inline-block;
            width: 35REM;
            margin-left: 10rem;
        }

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

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

        #overviewTop tr:nth-child(odd) {background-color: #f2f2f2;}

        #overview table{
            margin: 0 1rem;
            font-size: 1.2rem;
            overflow-y: auto;
        }    

        #overview td{
            text-align: center;
        }    

        #spacer{background: black;/* height: 0.5%; *//* margin: 0.2rem 2rem; */position: absolute;height: 0.15rem;top: 50%;/* width: -webkit-fill-available; */margin: 0 1rem;width: 96%;;margin: 0rem 1rem;}

        #overviewBottom{
            border-style: solid;
            border-radius: 0  0 1.2rem 1.2rem;
            width: inherit;
            background-color: slategray;
            height: 50%;
            overflow-y: auto;
            box-sizing: border-box;
            border-width: 0.5rem;
            border-color: aliceblue;
            position: absolute;
            top: 50%;
            width: inherit;
        }

        #overviewDescription{
            position: absolute;
            background: slategrey;
            padding: 0.1rem 2rem;
            color: yellow;
            font-size: 1.3rem;
            overflow-y: auto;
        }

        #exerciseRun{
            position: absolute;
            bottom: 51%;
            text-align: center;
            width: inherit;
            display: table;
        }

        #exerciseRun button, #moveExercise{
            /* display: table-cell; */
            width: 23rem;
            font-size: 1.3rem;
            height: 2.3rem;
            padding: 0.3rem;
            background: dodgerblue;
            color: white;
            transition: 0.2s;
            border-radius: 0.5rem;
            cursor: pointer;
        }

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

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

        .counter{
            width: 3.5rem;
            /* margin-left: 5rem; */
            overflow-y: hidden;
            height: 1.7rem;
            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: 0;
            width: 0.7rem;
            padding-top: 2px;
        }

        .counter p.v0{
            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;
        }
        .counter p.vneg{
            margin-top: 0rem;
            transition: 0s;
        }

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

        .scores{
            width: 17rem;
            height: 1rem;
            float: left;
            margin: 0 auto;
        }

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

        .scoreHolder{
            width: 50rem;
            height: 2.2rem;
            background: white;
            position: absolute;
            padding: .1rem;
            border-color: green;
            top: 50.3rem;
            margin-left: -2.6rem;
            border-width: 0.2rem;
            border-style: solid;
            border-radius: 1rem/1.8rem;
            z-index: -1;
        }

        .NVul, .EVul, .SVul, .WVul{
            position: absolute;
            height: 1.5rem;
            width: 20rem;
            background: green;
            border-radius: 1rem;
            border-color: black;
            border-width: 0.15rem;
            border-style: solid;
            /* transition: opacity 500ms; */
        }
        
        .NVul.Red, .EVul.Red, .SVul.Red, .WVul.Red{
            /* transition: 500ms; */
            background: red;
        }

        .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(92.5deg);
            left: -9.3rem;
        }

        .VulFader{
            opacity: 1;
            transition: opacity 0.3s;
            pointer-events: none;
        }

        .VulFader.Faded{
            opacity: 0;
            transition: 0.3s;
        }

        .lights{
            position: absolute;
            top: 31rem;
            left: 0rem;
            border-radius: 2rem;
            border-width: 0.2rem;
            border-style: solid;
            border-color: gray;
            background: whitesmoke;
            max-width: 2rem;
        }

        .fastForward{
            position: absolute;
            top: 37.4rem;
            left: 0rem;
            max-width: 2.3rem;
        }

        .fastForward img{
            max-width: 1.9rem;
            max-height: 1.9rem;
            margin: 0.1rem;
        }

        .circle{
            border-radius: 50%;
            border-color: black;
            border-style: solid;
            border-width: 0.1rem;
            background: midnightblue;
            height: 1.5rem;
            width: 1.5rem;
            margin: .2rem;
            transition: 0.2s;
        }

        .red.show{
            background: red;
        }

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

        .green.show{
            background: limegreen;
        }

        #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;
            z-index: 100;
        }

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

        #runButton:hover{
            background-color: blue;
        }

        #mediaHelp{
            position: absolute;
            height: 32rem;
            /* n: bottom; */
            margin: 0.9rem -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: 7rem;
            padding-bottom: 3rem;
        }

        #showSummary{
            top: 0;
            position: absolute;
            width: 64rem;
            height: 56rem;
            margin-left: -5rem;
            margin-top: -6rem;
            /* visibility: hidden; */
            top: 11rem;
            /* opacity: 0; */
            background-image: url(../../images/scroll.png);
            background-size: 100% 100%;
            transition: 0.5s;
        }
        
        #showSummary.visible{
            visibility: visible;
            opacity: 1;
            transition: .5s;
        }

        #showSummary.hidden{
            visibility: hidden;
        }

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

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

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

        #showSummary h2{
            top: 2rem;
            right: 5.4rem;
        }

        #showSummary hr{
            border: lightSlateGray 2px solid;
            width: calc(100% + 0px);
            margin: 3px 0 0 0;
        }

        .tab.selected hr{
            border: transparent 2px solid !important;
        }
        
        #showSummary div.tab{
            border: lightslategray 4px solid;
            border-bottom: 0px;
            height: 3.6rem;
            border-radius: 10px 10px 0 0;
            color: darkslategray;
            text-align: center;
            width: 97.2%;
            margin: 0 auto;
        }

        #showSummary div.tab.selected{
            border: black 4px solid;
            border-bottom: 0px;
            color: black;
        }

        #showSummary div div p{
            margin: 4px 0 0 0;
            /* height: 2.5rem; */
        }

        #summaryText{
            margin: 5rem;
            margin-top: 10.5rem;
            overflow-y: auto;
            height: 71%;
            font-size: 1.3rem;
            text-align: center;
        }

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

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

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

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

        .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;
    }

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

     .tooltipBox p{
            margin: 0;
        }
    

        #tabs{
            top: 6rem;
            left: 4.5rem;
            width: 83.5%;
            display: grid;
            grid-template-columns: 20% 20% 20% 20% 20%;
            position: absolute;
            font-size: 1.3rem;
            font-weight: bolder;
            cursor: pointer;
            text-align: center;
        }

        #Toolbar{
            position: absolute;
            width: 100%;
            top: 44.4rem;
        }

        #Tools{
            width: 100%;
            display: grid;
            grid-template-columns: 8% 27% 27% 27% 11%;
            justify-items: center;
            position: absolute;
            /* margin-top: 2px; */
            top: 0.1rem;
        }

        #Toolbar div img, .toolButton img, .metricsButton img{
            height: 1.8rem;
            margin: -0.03rem .2rem;
        }

        #ToolBar p, .toolButton p{
            font-size: 1.2rem;
            margin: 2px 0px 0 0;
        }
        .metricsButton{
            background-color: whitesmoke!important;
        }

        .metricsButton p{
            font-size: 1.2rem;
            margin: 2px 17px!important;
        }

        .metricsDiv{
            /* background: lightslategray; */
            height: 2rem;
            width: 27rem;
            margin: 0 auto;
        }

        .HelpSelectors{
            width: 25rem;
            text-align: center;
            margin: 0 auto;
        }

        .HelpSelectors button{
            margin: 0.8rem 0.7rem;
        }
        
        .toolButton{
            display: grid;
            grid-template-columns: 2rem auto;
            width: 94%;
            background: transparent;
            border: black solid 2px;
            height: 2rem;
            border-radius: 1rem;
            padding: 0;
            align-items: center;
            box-sizing: content-box;
            margin: 1px;
            cursor: pointer;
        }

        .toolButton:hover{
            background: lightgray!important;
            border: 2px black solid;
            box-sizing: content-box;
        }

        #ExerciseButtons.shrunk, #HelpButtons.shrunk, #TopicButtons.shrunk{
            transform: scale(0);
            transform-origin: 50% 50%;
            transition: 0.3s;
        }
        
        img.pencil{
            position: absolute;
            width: 100%;
            height: 2.6rem;
            opacity: .4;
        }

        /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: absolute; /* Stay in place */
            z-index: 1; /* Sit on top */
            left: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            margin: 0 auto;
            text-align: center;
            overflow: auto; /* Enable scroll if needed */
            transition: 0.3s;
            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;
        }
            
            /* The Close Button */
        .modalCloseButton {
            color: #aaaaaa;
            background: white;
            border: solid 2px black;
            float: right;
            width: 2rem;
            font-size: 28px;
            font-weight: bold;
            margin-right: 1rem;
            margin-top: -41px;
            margin-bottom: 0;
        }
            
        .modalCloseButton:hover,
        .modalCloseButton:focus {
            color: white;
            background: red;
            text-decoration: none;
            cursor: pointer;
        }

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

        #ExerciseButtons p{
            font-size: 1.5rem;
            margin: 0;
            text-align: left;
        }

        #GotoButton{
            /* display: table-cell; */
            width: 4rem;
            font-size: 1.3rem;
            height: 2.3rem;
            padding: 0.3rem;
            background: dodgerblue;
            color: white;
            transition: 0.2s;
            border-radius: 0.5rem;
            cursor: pointer;
        }

        #GotoButton:disabled{
            background: gray !important;
            cursor: unset;
        }

        #GotoButton:not(:disabled):hover{
            background: blue !important;
        }

        #TopicButtons{
            margin: 0 auto;
            /* margin-top: 5.7rem; */
            /* border: 3px black solid; */
            /* border-radius: 20px; */
            width: 53rem;
            /* background: rgb(240,240,249); */
            transform: scale(1);
            transition: 0.3s;
            height: 61rem;
        }

        #summaryText p{
            text-align: left;
            font-size: 1.5rem;
        }

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