.thumb {
	border: 2px solid black;
	border-radius: 3px;
	margin: 5px;
	margin-bottom: 20px;
	max-width: 400px;
	max-height: 300px;
}

.image {
	display:inline-block;
	padding: 20px 0px 0px 0px;
	width: 500px;
	height: 400px;
	margin: 5px;
	text-align: center;
	/*! background: #222222; */
	/*! border: 2px solid #1a1a1a; */
	border-radius: 10px;
	vertical-align: top;
}

.settings {
	color: #555555;
}

.image a, .license a {
	color: darkgreen;
	text-decoration: none;
}

.image a:hover, .license a:hover {
	text-decoration: underline;
}

.output {
	display: none;
	position:fixed;
	top:3%;
	left:3%;
	right:3%;
	bottom:3%;
	z-index:1000;
	background:#333333;
	text-align:center;
	border:5px solid #333333;
	border-radius:10px;
}

.inneroutput {
	position: relative;
	width:100%;
	height:100%;
	background-size:contain;
}

.fsimage {
	margin-top: 5%;
	border: 2px solid #222222;
	border-radius: 3px;
	max-height:80%;
	max-width: 80%;
	position: relative;
	background-size: contain;
	vertical-align: middle;
}

button {
	background: none;
	border: none;
}

.leftsidebutton {
	float: left;
	height: 100%;
	width: 25%;
	text-align: left;
}

.rightsidebutton {
	float: right;
	height: 100%;
	width: 25%;
	text-align: right;
}

.hidebutton {
	width: 100%;
	height: 20%;
}

#hidetext {
	position: absolute;
	bottom: 3px;
}

.centerregion {
	overflow: hidden;
	float: left;
	width: 50%;
	height: 100%;
}

.centerregion a div {
	height: 80%;
	width: 100%;
}

.content {
	right: 0;
	text-align: center;
}

.content h1 {
	margin-top: 20px;
	width: 100%;
	color: darkgreen;
	font-size: 300%;
}

.sectionend {
	clear: both;
}

body {
	background: #151515;
}

.license {
	text-align: center;
	color: #555555
}

