

.video-controls button{
    border: none;
    padding: 5px 10px;
    outline: none;
}


#bar {
	padding: 0px;

	background-color: linear-gradient(bottom, rgb(255,255,255) 13%, rgb(255,255,255) 100%);
	background-color: -o-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(255,255,255)100%);
	background-color: -moz-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(255,255,255) 100%);
	background-color: -webkit-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(255,255,255) 100%);
	background-color: -ms-linear-gradient(bottom, rgb(255,255,255) 13%, rgb(255,255,255) 100%);
    opacity: .9;
	background-color: -webkit-gradient(

		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(255,255,255)),
        color-stop(1, rgb(255,255,255))
	);
}

/*
 * Video slide bar
 */

.video-slider {
    -webkit-appearance: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: transparent;
  }

.video-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    border: 0;
    background: url('/img/backgrounds/videoslider.png');
    background-color: orange;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    border-radius: 5px;
}

.video-slider::-moz-range-thumb {
    width: 45px;
    height: 45px;
    border: 0;
    background: url('/img/backgrounds/videoslider.png');
    background-color: orange;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

/*
 * Video slide bar timestamps
 */

.timeline {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 50px;
    padding: 8px;
}

.timeline div {
    border-left: solid black 1px;
    padding-left: 4px;
}
