@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(0,0,0,1.00);
	font-family: Segoe, Verdana, sans-serif;
	font-size: 100%;
}
#previous_next_buttons {
	position: fixed;
	top: 0px;
	height: 100%;
	width: 90%;
	margin-top: 30%;
	margin-left: 5%;
	margin-right: 5%;
}
#previous {
	float: inline-start;
}
#next {
	float: inline-end;
}
.previous_next_buttons {
	padding: 15px;
	padding-top: 10px;
	width: 60px;
	text-align: center;
	background-color: rgba(255,0,4,0.85);
	border-radius: 50%;
	cursor: pointer;
	font-size: 3em;
	border-width: 5px;
	border-style: solid;
	border-color: white;
}
.em0_75 {
	font-size: 0.75em;
}
.em0_9 {
	font-size: 0.9em;
}
.em1_5 {
	font-size: 1.5em;
}
.em2_0 {
	font-size: 2em;
}
.em2_5 {
	font-size: 2.5em;
}
.em3_0 {
	font-size: 3em;
}
.center {
	text-align: center;
}
.header {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: 3%;
	margin-right: 3%;
	color: rgba(255,255,255,1.00);
	width: 92%;
	background-color: rgba(0,0,0,0.45);
	font-size: 4em;
	font-weight: bold;
}
.image_group {
	font-size: 3em;
	font-weight: bold;
	color: chocolate;
}
.footer {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	margin-left: 3%;
	margin-right: 3%;
	color: rgba(255,255,255,1.00);
	width: 92%;
	background-color: rgba(0,0,0,0.55);
	font-size: 1.5em;
}
.thumb_container {
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5%;
	text-align: center;
	color: rgba(255,255,255,1.00);
}
.thumb_folders {
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 5%;
}
.thumbnail {
	display: inline-block;
	width: 310px;
	height: 200px;
	font-size: 2em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255,255,255,1.00);
	text-align: center;
	vertical-align: top;
	white-space: normal;
	cursor: pointer;
	border: 3px solid rgba(0,0,0,0.00);
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 120px;
}
.thumbnail_select {
	width: 150px;
	height: 90px;
	display: inline-block;
	font-size: 1em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: rgba(255,255,255,1.00);
	text-align: center;
	padding-top: 45px;
	white-space: normal;
	vertical-align: middle;
	cursor: pointer;
	border: 3px solid rgba(255,0,4,0.90);
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.img_container {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	color: rgba(255,255,255,1.00);
	background-color: black;
}
.relative {
	position: relative;
}
.feedback {
	width: 50%;
	height: 50%;
	margin-top: 25%;
	margin-right: 25%;
	margin-bottom: 25%;
	margin-left: 25%;
	position: absolute;
	text-align: left;
	color: rgba(250,255,0,0.63);
	font-family: Consolas, monospace;
}
.error {
	background-color: rgba(255,0,4,0.90);
	color: rgba(255,248,0,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 2.5em;
}
.go-back {
	position: fixed;
	top: 10px;
	left: 10px;
	background-color: rgba(255,0,4,0.85);
	display: inline-block;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 50%;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	font-size: 4em;
	border-color: white;
	border-width: 5px;
	border-style: solid;
}
.hide_viewer {
	visibility: hidden;
}