        body {
            background: #454545;
            font-family: 'Rubik', sans-serif;
            font-size: 13pt;
            font-weight: normal;
            line-height: 1.3em;
        }
        
        #stage-container {
            position: absolute;
            display: block;
            width: 100%;
            height: 700px;
            left: 0px;
            top: 0px;
            overflow-x: hidden!important;
        }
        
        #output-container {
            background: #343434;
            position: absolute;
            display: block;
            width: 60%;
            height: 100%;
            left: 40%;
            top: 0px;
        }
        
        #input-container {
            background: #454545;
            position: absolute;
            display: block;
            width: 40%;
            height: 100%;
            left: 0px;
            top: 0px;
        }
        
        #training-container {
            background: #232323;
            position: absolute;
            display: block;
            width: 100%;
            height: 110px;
            right: 0px;
            bottom: 0px;
        }
        
        .section-label {
            display: inline-block;
            position: relative;
            border: 1px dashed white;
            font-size: .85em;
            font-weight: normal;
            line-height: 1.5em;
            letter-spacing: 2pt;
            text-transform: uppercase;
            color: white;
            height: auto;
            width: auto;
            margin: 8px 0 0 8px;
            text-align: center;
            padding: 3px 10px 3px 10px;
        }
        /*----------INPUT AREA ---------------*/
        
        #input_frame {
            display: block;
            position: absolute;
            margin-top: 100px;
            margin-left: calc(50% - 168px);
            padding: 0;
            height: 252px;
            width: 336px;
            border: 4px solid white;
            background: #454545;
            box-shadow: 0px 2px 2px #666;
        }
        
        #input_video {
            display: block;
            position: absolute;
            margin-top: 120px;
            margin-left: calc(20.25% - 166px);
            padding: 0;
            height: 250px;
            width: 332px;
        }
        
        span#userInfo {
            position: relative;
            border: 0px solid white;
            color: white!important;
            top: 40%;
            left: 0;
            width: 320px;
        }
        /*----------LEARNING AREA ---------------*/
        
        ul#trainingBtns {
            position: absolute;
            display: block;
            width: 88%;
            height: 80px;
            left: 16%;
            top: 0px;
        }
        
        ul#trainingBtns li {
            width: 19%;
            height: 100%;
            list-style-type: none;
            background: none;
            border: 0px solid red;
        }
        
        li span {
            position: relative;
            right: 0;
            display: block;
            font-size: 0.9em;
            font-weight: normal;
            margin: -70px 0 0px 80px;
            text-align: left;
            color: white;
            text-transform: uppercase;
            letter-spacing: 1px;
            padding: 2px;
            opacity: .8;
            width: 180px;
            border: 0px solid white;
            text-shadow: 1px 1px 4px black;
        }
        
        button {
            display: block;
            position: relative;
            margin-top: 6px;
            padding: 0;
            width: 70px;
            height: 70px;
            color: white;
            text-align: center;
            font-size: 1.2em;
            border-radius: 50%;
            background: white;
            opacity: .95;
            border: none;
            cursor: pointer;
        }
        
        li button {
            background: #35D9FE;
            box-shadow: 3px 3px 6px #111;
            border: none!important;
            outline: none!important;
        }
        
        li button:active,
        li button:hover {
            background: rgb(221, 207, 8)!important;
            box-shadow: 0px 0px 0px #111;
            border: none !important;
            outline: none !important;
        }
        
        .meter {
            display: inline-block;
            position: absolute;
            margin: 6px 0 0 80px;
            padding: 3px;
            background: 121212;
            height: 10px;
            width: 170px;
            border-radius: 10px;
            box-shadow: -3px -3px 3px black;
        }
        
        .meter .meterText {
            background: orange;
            width: 0%;
            height: 5px;
            margin: 0;
            padding: 0px;
            border-radius: 10px;
        }
        /*----------OUTPUT AREA ---------------*/
        
        #output_video,
        #player {
            display: block;
            position: absolute;
            width: 640px;
            height: 364px;
            margin-top: 60px;
            margin-left: calc(50% - 320px);
            background: #232323 !important;
        }
        
        li {
            float: left;
        }
        
        #output-selectors {
            display: block;
            position: absolute;
            margin-left: calc(50% - 320px);
            margin-top: 390px;
            width: 640px;
            height: 60px;
            background: #232323;
        }
        
        #output-selectors>ul {
            float: right;
        }
        
        #video-title {
            display: block;
            color: white;
            font-size: .95em;
            line-height: 1.5em;
            width: 60%;
            margin: 15px 0 0 10px;
            border: 0px solid yellow;
        }
        
        .thumbnail {
            display: block;
            width: 100px;
            height: 50px;
            margin-top: -37px;
            margin-right: 10px;
            background: black;
            cursor: pointer;
        }
        
        #vid1 {
            background-image: url("https://LizMyers.github.io/tfjs01/img/thumb01.jpg");
        }
        
        #vid2 {
            background-image: url("https://LizMyers.github.io/tfjs01/img/thumb02.jpg");
        }
        
        #vid3 {
            background-image: url("https://LizMyers.github.io/tfjs01/img/thumb03.jpg");
        }
        
        .thumbnail:hover,
        .thumnail:active {
            border-bottom: 3px solid orange;
        }
        
        img {
            border: 0;
            width: 70%;
            height: 70%;
        }
        /*----------TUTORIAL AREA ---------------*/
        
        a,
        a img {
            outline: none;
        }
        
        a {
            color: rgb(196, 247, 114) !important;
            line-height: 1.5em;
            font-weight: bold;
            text-decoration: none;
        }
        
        a:visited {
            color: rgb(134, 170, 75) !important;
        }
        
        a:hover {
            color: yellow!important;
            font-weight: bold;
            cursor: pointer;
            text-decoration: underline!important;
        }
        
        #story-container {
            display: block;
            position: absolute;
            margin-top: 730px;
            margin-left: 10%;
            width: 80%;
            height: 1800px;
        }
        
        #left-col {
            display: block;
            position: absolute;
            width: 40%;
            font-size: 1.15em!important;
        }
        
        #right-col {
            float: right;
            width: 40%;
            margin-left: 20px;
        }
        
        .col {
            font-size: 1em!important;
            line-height: 1.5em;
            font-family: 'Montserrat', sans-serif;
            font-size: 0.98em;
            color: #b9b8b8;
        }
        
        b {
            color: #dedeee;
            font-weight: bold;
        }
        
        .right-col {
            width: 70%;
        }
        
        h4 {
            font-family: 'Rubik', sans-serif;
            color: #dedede;
            font-weight: bold;
            margin-top: 20px;
            line-height: 2em;
        }
        
        .resTitle {
            font-family: 'Rubik', sans-serif;
            font-size: 1em;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        
        .resLabel {
            display: block;
            position: relative;
            margin-top: 20px;
        }
        
        ol {
            margin-top: -10px;
            margin-left: -20px;
        }
        
        ol li {
            margin-top: 20px;
        }