<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

body {
    font: 400 34px/40px Roboto,"Helvetica Neue",sans-serif;  
}

#header {
    width:101%;
    background-color: #FFE100;
    padding-top:12px;
    padding-bottom:12px;
    
}

.loading-text{
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

#lecture-info{
    vertical-align: middle;
    color: black;
    font-size: 20px;
}

.app-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .toggle-view{
    vertical-align: middle;
  }

  .app-title {
    font-weight: bold;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 24px;
    vertical-align: middle;
  }

  .active-view {
     background-color:  #d3d2c6
  }
  
  #linear-player{
      width:101%;
      margin-top:15px;
      height: 27.5vw;
  }

  .lecture-title {
    color: white;
  }
  .user-info {
    color: white;
  }

  .icon-button{
    vertical-align: middle;
    background-color: transparent;
    border-color: #ccc;
  }

  #timebar {
    width: 101%;
    background-color: #FFE100;
    height: 60px;
}


.container {
    width: 97vw;
    margin-left: 0;
}

.content{
    position:relative
}

.margin-left{
    margin-left: 1.5vw;
}

@media only screen and (max-width: 600px) {
    .content  {
        width:100vw !important;
        height: 50vw !important;
    }
}

#tabular-player{
    height: 41vw;
}

.content-tabular{
    position: relative;
    width: 56vw;
    height: 30vw;
}

.thumbnail{
    position: relative;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    margin-right:10px;
margin-top:0;

}

.black-icon{
    color: black;
    vertical-align: middle;
}

#toolbar {
    padding: 2.5vh;
    width: 99vw;
    background-color: #FFE100
}

#course{      
    font-style: italic;
    font-size: 25px;
    margin-bottom: 1em;
    margin-top: -1em;
}

#note-slider{
    margin-top: -5em;  
    margin-bottom: -1em;  
}

.player{
    margin-top: -1em;
}

#title {
    font: 400 34px/40px Roboto,"Helvetica Neue",sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-top: 0.2em;
}

@media only screen and (max-width: 600px) {
    #toolbar  {
        padding:5vh !important;
        margin-top: 1em !important;
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  .images-wrapper {
    width: 90vw;
    height: 10vw;
    background: #e0e0d1;
    margin: 100px auto;
    padding: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  

  .black-icon{
    color: black;
    vertical-align: middle;
}

.selectedVelocity{
    background-color: #c2c2a3
}
.selectedVelocity:hover{
    background-color: #c2c2a3
}
.unselectedVelocity{
    background-color: white
}

.velocity-dropdown{
    position: relative; 
    display: inline-block;
}

.dropdown-menu li {
    cursor: pointer;
}

.actualVelocity {
    background-color: #c2c2a3
}

#progress-bar {
    vertical-align: -7px;
    position:relative;
    display: inline-block;
    cursor:pointer;
	width: 62vw;
    height: 25px;
    margin-top: 17px;
	background: rgba(0,0,0,0.4);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1), inset 0 1px 1px rgba(0,0,0,1);
    
}

#controls-row{
    margin-left: 3vw;
    margin-top: 8px;
}

#mainView{
    width: 70vw;
}

#thumbnail-small {
    margin-left: 5vw;
    width: 20vw;
}
@media screen and (max-width: 500px) {
    #camVideoContainer{
        width:100vw;
        height:56.25vw;
        margin-bottom: 20px;
    }

    #progress-bar {
        width:55%
    }
    #viewed-bar {
        width:55%
    }
}
@media screen and (min-width: 700px) {

    #progress-bar {
        width:80%
    }
    #viewed-bar {
        width:80%
    }
}

@media screen and (max-width: 1290px) {
    #button-container{
        width:350px;
        margin-left:-30px;
    }
    
}

@media screen and (max-width: 1200px) {
    #button-container {
        text-align: center;
        margin-left:0;
        width:auto
    }
    #camVideoContainer{
        width:100vw;
        height:56.25vw;
        margin-bottom: 20px;
        margin-left:3vw;
    }

    #pcVideoContainer{
        margin-left:3vw;
    }

    #linear-player{
        height: 115vw;
    }

    #course-name {
        font-size: 18px;
    }

    #lecture-name{
        font-size: 18px;
    }

    #lecture-info{
        text-align:center
    }

    #thumbnail-small{
        height:54vw;
        width:100vw;
        margin-left:-10px;
    }

    #mainView{
        height:55vw;
        width:98vw;
    }
   

    #timebar {
        height: 100px;
    }

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

    #tabular-player{
        height: 115vw;
    }
}

#viewed-bar{
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:block;
	z-index:10;
	width:0%;
	background: #2673E7;
}

.time {
    margin-top:25px;
	margin-right: 0.8em;
	margin-left: 0.8em;
    color: black !important;
}

</pre></body></html>