@charset "UTF-8";

/* CSS Document */
body{
	color: aliceblue;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
	background-color: #000000;
	padding: 2px;
	border-width: 0px;
}
table,td,tr,th {
	padding: 0px;
}
body header {
    border-style: solid;
    border-color: aliceblue;
	border-width: 1px;
	padding: 2px;
	background-color: aliceblue;
}
body main {
	overflow: auto;
	border-style: solid;
    border-color: aliceblue;
	border-width: 0px 1px 0px 1px;
	padding: 2px 4px 2px 4px;
	height: calc(100vh - 80px);
}
body footer {
	overflow: auto;
	border-style: solid;
	color:silver;
    border-color: aliceblue;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
}
u {
cursor:pointer;'
}

#m3u8 {
	width: 100%;
	border-width: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
}
button {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: small;
	color: dimgrey;
	background-color: silver;
	border: 0px;
}
#tweaks {
	position: absolute;
	overflow: hidden;
	left: 10px;
	height: 24px;
	width: calc(100vw - 26px);
	top: 38px;
	border-color: aliceblue;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	display: none;
	background-color: black;
}
#history {
	position: absolute;
	overflow: auto;
	left: 10px;
	width: 200px;
	height: calc(100vh - 80px);
	top: 38px;
	border-right-color: aliceblue;
	border-right-style: solid;
	border-right-width: 1px;
	padding: 2px 4px 2px 4px;
	display: none;
}
#details {
	position: absolute;
	overflow: auto;
	right: 10px;
	min-width: 350px;
	width: calc(30vw);
	height: calc(100vh - 80px);
	top: 38px;
	border-color: aliceblue;
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	display: none;
	background-color: #600000;
}

/*
#lookback {
	position: absolute;
	left: 20px;
	width: calc(100vw - 205px);
	height: calc(100vh - 100px);
	top: 50px;
	background-color: darkslategray;
	border-color: aliceblue;
	border-width: 1px;
	padding: 6px 8px 6px 8px;
	display:none;
}*/

#videoplayer {
	position: absolute;
	overflow: hidden;
	right: 11px;
	width: 320px;
	height: 180px;
	top: 39px;
}
