#player {
    	float:left;
    	padding:1em 1em .5em;
    	background-color: #C0C0C0;
      border-radius: 9px;
    }

    #controls {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 5px;
      margin-top: 5px;
      padding-bottom: 3px;
      border-radius: 7px;
    }

    video {
    	border:1px solid #C0C0C0;
    	width: auto;
    	height: auto;
    	background: #C0C0C0;
    }

    .player {
    	text-indent:-9999px;
    	width:16px;
    	height:16px;
    	border:none;
    	cursor:pointer;
    	background:transparent url('assets/playerbuttons.png') no-repeat 0 0; /* url('buttons.png') */
    }

    .pause { background-position:-19px 0; }
    .stop { background-position:-38px 0; }

    #volume-bar {
	    width: 50px;
      vertical-align: middle;
      padding:0px;
    }
    .mute { background-position:-95px 0; }
    .unmute { background-position:-114px 0; }
    .replay { background-position:-133px 0; }
    .fullscreen {
        text-indent: 0px;
        color: #00c600;
        background-color: #C0C0C0;
        background-image: none;
        padding: 0px;
        font-weight: bold;
        padding-bottom: 3px;
    }


    progress {
      color: black;
      font-size: 12px;
      width: 220px;
      height: 16px;
      border: none;
      margin-right: 10px;
      background: #434343;
      border-radius: 9px;
      vertical-align: middle;
    }
    progress::-moz-progress-bar {
      color:black;
      background:#434343;
    }

    progress[value]::-webkit-progress-bar {
      background-color: #434343;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }

    progress[value]::-webkit-progress-value {
      background-color: black;
    }

    input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      margin: 6.8px 0;
    }
    input[type=range]:focus {
      outline: none;
    }
    input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #000000;
      background: #205928;
    }
    input[type=range]::-webkit-slider-thumb {
      box-shadow: 2.6px 2.6px 3.7px #000000, 0px 0px 2.6px #000000;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #439643;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -7.9px;
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
      background: #276c30;
    }
    input[type=range]::-moz-range-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #000000;
      background: #205928;
      border-radius: 1px;
      border: 1.1px solid #18d501;
    }
    input[type=range]::-moz-range-thumb {
      box-shadow: 2.6px 2.6px 3.7px #00aa00, 0px 0px 2.6px #000000;
      border: 2.5px solid #000000;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #000000;
      cursor: pointer;
    }
    input[type=range]::-ms-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent;
    }
    input[type=range]::-ms-fill-lower {
      background: #194620;
      border: 1.1px solid #18d501;
      border-radius: 2px;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #003c00;
    }
    input[type=range]::-ms-fill-upper {
      background: #205928;
      border: 1.1px solid #18d501;
      border-radius: 2px;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #003c00;
    }
    input[type=range]::-ms-thumb {
      box-shadow: 2.6px 2.6px 3.7px #000000, 0px 0px 2.6px #00c300;
      border: 2.5px solid #000000;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #000000;
      cursor: pointer;
      height: 4.4px;
    }
    input[type=range]:focus::-ms-fill-lower {
      background: #000000;
    }
    input[type=range]:focus::-ms-fill-upper {
      background: black;
    }ground-color: lightgray;
    }

    p { font-size: 0.9em; }

    h1 {
    	font-size:16px;
    	color:#333;
    }

    #player {
    	float:left;
    	padding:1em 1em .5em;
    	background-color:#C0C0C0;
    }

    #controls {
      width: 420px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 5px;
      padding-bottom: 3px;
      border-radius: 7px;
    }

    video {
    	width:420px;
    	height:231px;
    	background:#C0C0C0;
    }

    .player {
    	text-indent:-9999px;
    	width:16px;
    	height:16px;
    	border:none;
    	cursor:pointer;
    	background:transparent url('assets/playerbuttons.png') no-repeat 0 0; /* url('buttons.png') */
    }

    .pause { background-position:-19px 0; }
    .stop { background-position:-38px 0; }

    #volume-bar {
	    width: 50px;
      vertical-align: middle;
      padding:0px;
    }
    .mute { background-position:-95px 0; }
    .unmute { background-position:-114px 0; }
    .replay { background-position:-133px 0; }
    .fullscreen {
        text-indent: 0px;
        color: #000000;
        background-color: #C0C0C0;
        background-image: none;
        padding: 0px;
        font-weight: bold;
        padding-bottom: 3px;
    }


    progress {
      color: black;
      font-size: 12px;
      width: 220px;
      height: 16px;
      border: none;
      margin-right: 10px;
      background: #434343;
      border-radius: 9px;
      vertical-align: middle;
    }
    progress::-moz-progress-bar {
      color:black;
      background:#434343;
    }

    progress[value]::-webkit-progress-bar {
      background-color: #434343;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    }

    progress[value]::-webkit-progress-value {
      background-color: black;
    }

    input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      margin: 6.8px 0;
    }
    input[type=range]:focus {
      outline: none;
    }
    input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #000000;
      background: #000000;
      border-radius: 1px;
      border: 1.1px solid #000000;
    }
    input[type=range]::-webkit-slider-thumb {
      box-shadow: 2.6px 2.6px 3.7px #000000, 0px 0px 2.6px #000000;
      border: 2.5px solid #000000;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #000000;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -7.9px;
    }
    input[type=range]:focus::-webkit-slider-runnable-track {
      background: #000000;
    }
    input[type=range]::-moz-range-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #000000;
      background: #000000;
      border-radius: 1px;
      border: 1.1px solid #18d501;
    }
    input[type=range]::-moz-range-thumb {
      box-shadow: 2.6px 2.6px 3.7px #000000, 0px 0px 2.6px #000000;
      border: 2.5px solid #000000;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #000000;
      cursor: pointer;
    }
    input[type=range]::-ms-track {
      width: 100%;
      height: 4.4px;
      cursor: pointer;
      background: transparent;
      border-color: transparent;
      color: transparent;
    }
    input[type=range]::-ms-fill-lower {
      background: #000000;
      border: 1.1px solid #000000;
      border-radius: 2px;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #000000;
    }
    input[type=range]::-ms-fill-upper {
      background: #000000;
      border: 1.1px solid #000000;
      border-radius: 2px;
      box-shadow: 0.9px 0.9px 1.7px #000000, 0px 0px 0.9px #000000;
    }
    input[type=range]::-ms-thumb {
      box-shadow: 2.6px 2.6px 3.7px #000000, 0px 0px 2.6px #000000;
      border: 2.5px solid #000000;
      height: 18px;
      width: 9px;
      border-radius: 3px;
      background: #000000;
      cursor: pointer;
      height: 4.4px;
    }
    input[type=range]:focus::-ms-fill-lower {
      background: #000000;
    }
    input[type=range]:focus::-ms-fill-upper {
      background: #000000;
}