body {
	font: 12pt "Roboto",sans-serif;
	background: #fff;
}

#files {
	width: calc(100% - 416px);
}

#logo {
    position: absolute;
    right: 8px;
}

span {
	padding: 0;
}

table {
	width: 100%;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: .5em;
	background: #f8f8f8;
	border-spacing: 0;
	overflow: hidden;
	box-shadow: 0 3px 2px -2px #000a;
}

tr:hover td {
	background-color: rgba(192,192,255,0.1);
}

tr:not(:last-child) th,tr:not(:last-child) td {
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

tr.s {
	background-color: #0801;
}

th, td:not([file-id]) {
	text-align: left;
	padding: .5em;
	position: relative;
}

td[file-id] {
	padding: 0;
}

th.date {
	width: 17ch;
}

th.size {
	width: 10ch;
}

td.size {
	text-align: right;
}

th:not(:last-child), td:not(:last-child) {
	border-right: 1px solid rgba(0,0,0,0.2);
}

th {
	background: #ffb40099;
}

i:not(:last-child), a i {
	margin-right: 1em;
}

th .dls {
	display: inline-block;
	position: absolute;
	background: linear-gradient(to bottom, #eee 0%,#ccc 100%);
	box-shadow: inset 0 0 2px #fff;
	padding: .2em .4em;
	border: 1px solid #0008;
	border-radius: 4px;
	text-shadow: 1px 1px #ddd;
	font-weight: normal;
	margin-top: -4px;
}

th .dls:active {
	background: linear-gradient(to bottom, #ccc 0%,#eee 100%);
	padding: calc(.2em + 1px) calc(.4em - 1px) calc(.2em - 1px) calc(.4em + 1px);
}

th .btn i {
	margin-right: .3em;
}

.btn {
	color: #444;
	cursor: pointer;
}

.btn:hover {
	color: #000;
}

.actions {
	float: right;
}

.dl i {
	font-size: 1.5em;
	margin-right: .3em;
}

.icon {
	position: absolute;
	width: 48px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	left: 8px;
}

#content.blur {
	filter: blur(6px);
	transition-duration: 2s;
}

.overlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}

#overlay-frame {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #000a;
	padding: 10em;
}

#player {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #fff8;
	box-shadow: 0 0 6px #000;
	position: relative;
}

#player video {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-height: 90%;
	max-width: 90%;
	position: relative;
}

#overlay-download div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	padding: 10em;
	text-shadow: 0 0 3px #fff;
	text-align: center;
}

.btn.cl {
	position: absolute;
	font-size: 24px;
	right: -12px;
	top: -12px;
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 2px #000;
}

div.dl {
	font-size: 13px;
	line-height: 40px;
}

div.dl i {
	color: #fff;
}

/*
div.dl a {
	margin: 10px 6px;
}
*/

.mejs__container, .mejs__layers, .mejs__overlay {
	width: 100%;
	height: 100%;
}

td a {
	text-decoration: none;
	color: #000;
}

.dl a {
	display: block;
	width: 100%;
	height: 100%;
	padding: .5em;
}