﻿#container {
	padding: 0;
}
.error {
	color: red;
}
a {
	word-wrap: break-word;
}

code {
	font-size: 0.8em;
}

#player2-container .mejs__time-buffering, #player2-container .mejs__time-current, #player2-container .mejs__time-handle,
#player2-container .mejs__time-loaded, #player2-container .mejs__time-hovered, #player2-container .mejs__time-marker, #player2-container .mejs__time-total {
	height: 2px;
}

#player2-container .mejs__time-total {
	margin-top: 9px;
}
#player2-container .mejs__time-handle {
	left: -5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ffffff;
	top: -5px;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 2;
	border: none;
}
#player2-container .mejs__time-handle-content {
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
}
.btn {
	background-color: #fff; 
	color: #aa9393;
	font-size: 12px;
	border-radius: 5px;
	padding: 3px 3px;
	-webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
	margin:0 4px;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover {
	background-color: #666; 
	color: white;
}
.active {
	background-color: #ceb5a7; 
	color: white;
}
.btn3 {
	display:none;
}


.ifiletype {
	background: #fff0;
	border: none;
	padding: 1px;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	font-size: smaller;
	margin-right: 10px;
	border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
	bottom:2px;
	color:#c28f64;
}
.b1080 {display: none;}	
@media (min-width: 270px) {
	.b1080 {display: inline;}	
}
.mejs__volume-button, .mejs__mute {
	display: none;
}
.mejs__captions-button {
	display: none;
}
.mejs__chapters-button {
	display: none;
}
.mejs__playpause-button {
	display: none;
}
.mejs__fullscreen-button {
//	display: none;
}
html {
	height:100%;
}
