html { margin: 0;}
body {
	margin:0; 
	padding:0; 
	background: none;
	overflow: hidden;
}
	
.bg { 
	position: absolute;
	margin:0; 
	padding:0; 
	background: url('/images/logo.png') 0 0 no-repeat; 
	background-position: center;
    background-size: contain;
	width: 100vw;
	height: 100vh; 
	display: block;
	opacity: 0.15;
}
.bg2 { 
	position: absolute;
	margin:0; 
	padding:0; 
	background: #040; 
	width: 100vw;
	height: 100vh; 
	display: block;
	opacity: 0.05;
}
.schedule {
	position: absolute;
	width: 100vw;
	height: 100vh; 
	display: block;
}
a#nextweek { display: none; }
table { width: 100%; border-collapse: collapse; }
th { 
	background-color: #719571; /*#3c9670;*/
	color: #fff; 
	font-size: 2.1vh !important; 
	border: none !important;
}
td { color: #004400; }
td,th { 
	font-size: 2.3vh; 
	text-align: center; 
	border-top: 1px solid #719571; /*#004400;  */
	border-bottom: 1px solid #719571; /*#004400;*/
	border-left: 1px solid #ddd;  
	border-right: 1px solid #ddd;
	font-weight:bold; 
	padding: 7px 10px; 
	font-family: Open Sans,"DejaVu Sans","Trebuchet MS",Verdana,sans-serif; 
	white-space: pre;
}
td:nth-child(1) { text-align: left; padding-left: 15px;}


.images {
	position: absolute;
	top:0;
	left:0;
	width: fit-content;
	height: 100vh;
	z-index: 1;
	white-space: nowrap;
}

.images span {
	position: relative;
    display: inline-block;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.images img {
	display: block;
    margin: 2vh auto;
    max-width: 100%;
    max-height: 96vh;
	min-height: 96vh;
	box-shadow: 0 0 45px 0 #444;
	border-radius: 5px;
}

#fullscr {
	position: fixed;
	top:0;
	left:0;
	display: block;
	opacity: 0;
	width: 35px;
	height: 35px;
	bborder: 1px solid red;
	z-index: 10;
}
#paddingtd {
	position: fixed;
	top:0;
	right:0;
	display: block;
	opacity: 0;
	width: 35px;
	height: 35px;
	bborder: 1px solid red;
	z-index: 10;
}
#startshow {
	position: fixed;
	bottom:0;
	right:0;
	display: block;
	opacity: 0;
	width: 35px;
	height: 35px;
	bborder: 1px solid red;
	z-index: 10;
}
#fullscr:hover, #paddingtd:hover, #startshow:hover {
	border: 1px solid #400;
	background: #fff;
	opacity: 0.3;
}