|  | @@ -6816,9 +6816,9 @@ div#player{
 | 
	
		
			
				|  |  |  	right: left;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  #amplitude-volume-slider{
 | 
	
		
			
				|  |  | -	width: 70%;
 | 
	
		
			
				|  |  | +	width: 80%;
 | 
	
		
			
				|  |  |  	margin: 0 auto;
 | 
	
		
			
				|  |  | -  line-height:14px;
 | 
	
		
			
				|  |  | +  padding-right:35px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .current-track {
 | 
	
		
			
				|  |  |    margin:20px 0 0;
 | 
	
	
		
			
				|  | @@ -6845,13 +6845,13 @@ input[type=range]::-webkit-slider-thumb {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
 | 
	
		
			
				|  |  |    border: 1px solid #333;
 | 
	
		
			
				|  |  | -  height: 36px;
 | 
	
		
			
				|  |  | +  height: 26px;
 | 
	
		
			
				|  |  |    width: 16px;
 | 
	
		
			
				|  |  |    border-radius: 3px;
 | 
	
		
			
				|  |  |    background: #f7f7f7;
 | 
	
		
			
				|  |  |    cursor: pointer;
 | 
	
		
			
				|  |  |    -webkit-appearance: none;
 | 
	
		
			
				|  |  | -  margin-top: -14px;
 | 
	
		
			
				|  |  | +  margin-top: -8px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  input[type=range]:focus::-webkit-slider-runnable-track {
 | 
	
		
			
				|  |  |    background: #367ebd;
 | 
	
	
		
			
				|  | @@ -6960,7 +6960,7 @@ meter {
 | 
	
		
			
				|  |  |    line-height: 50px;
 | 
	
		
			
				|  |  |    border-radius: 50%;
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  | -  margin: -40px 0 0 0;
 | 
	
		
			
				|  |  | +  margin: -50px 0 0 0;
 | 
	
		
			
				|  |  |    cursor: pointer;
 | 
	
		
			
				|  |  |    float: right;
 | 
	
		
			
				|  |  |    position: relative;
 | 
	
	
		
			
				|  | @@ -7115,7 +7115,7 @@ video {
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .scrollable-list {
 | 
	
		
			
				|  |  |    overflow: scroll;
 | 
	
		
			
				|  |  | -  height: 220px;
 | 
	
		
			
				|  |  | +  height: 198px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  ::-webkit-scrollbar {
 | 
	
		
			
				|  |  |    -webkit-appearance: none;
 |