#video-container {
	width: 640px;
	height: 365px;
	position: relative;
}

#video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -o-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(3,113,168)),
		color-stop(1, rgb(0,136,204))
	);
}
/*
#video-container:hover #video-controls {
	opacity: .5;
}
*/

video {
  width: 100%    !important;
  height: auto   !important;
}
button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

#seek-bar {
	width: 360px;
}

#volume-bar {
	width: 60px;
}
.searchpart {
	background:#CDF;
	margin-top:0.5em;
	padding: 0.5em;
}
.searchpart input, .oversize {
	font-size:150%;
}
.searchpart input[type=button] {
	background:#33F;
	color:#fff;
}
.r {
text-align:right;
}

.namefield {
	width:20em;
    max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selvid{
	cursor: pointer;
	display: block-inline;
	background:#33F;
	color:#fff;
	padding: 1px;
}
.selvid:hover{
	background:#88d;
}

#locationsforbib {
	font-size:130%;
}


table {background:#eee;}
table th {background: #000; color: #eee;}
body,h1,h2,p,div, input {font-family:Helvetica, sans-serif;}

#passing {border-spacing:1px;}
#passing td, #passing th{font-size:12px;}

#imagelist img {float:left; width:200px; height:130px;}

#extrabuttons button {
	vertical-align:center;
}
#clocktime2 {
	display:inline-block;
}

h1 {margin: 0em 0em 0.1em;font-size:140%;}
h2 {margin: 0em 0em 0.1em;font-size:125%;}

.container {
	display: flex;
  flex-flow: row wrap;
}

.flexbox60 {
	width:60%;
}
.flexbox40 {
	width:40%;
}


@media only screen and (max-width: 800px) {
	.flexbox60,.flexbox40 {
		width:100%;
	}
	i.material-icons {
		font-size:15px !important;
	}
	.mobhide {
		display:none;
	}
	.namefield {
		width:10em;
    	max-width:10em;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 1000px) {
	.flexbox60, {
		width:55%;
	}
	.flexbox40, {
		width:45%;
	}

	.namefield {
		width:13em;
    	max-width:13em;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 800px) {
	.flexbox60,.flexbox40 {
		width:50%;
	}

	.namefield {
		width:11em;
    	max-width:11em;
	}
}
