body {
	background: #333;
}

h1 {
	display: block;
	margin: auto;
	text-align: center;
	color: #fff;
}

input {
	display: block;
	margin: auto;
}

#buttonsDiv {
	display: block;
	width: 90%;
	height: auto;
	margin: auto;
	background: #222;
}

#inputFileButton {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#reload{
	width: 100%;
	height: auto;
}



#finalImage {
	display: block;
	width: 90%;
	height: auto;
	margin: auto;
}

#inputs {
	display: inline-block;
	width: 90%;
	height: auto;
	margin-left: 5%;
	background: #111;
}

.input {
	color: #fff;
	display: block;
	text-align: center;
	width: 23%;
	height: 100px;
	background: #222;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}


.inputField {
	width: 100%;
}




#inLabel {
	display: inline-block;
	background: #fff;
	color: #000;
	width: calc(25% - 3px);
	text-align: center;
	padding: 0;
	margin: 0;
	height: 60px;
}

#saveDiv {
	display: inline-block;
	width: calc(25% - 3px);
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 60px;
}

#reloadDiv{
	display: inline-block;
	width: calc(25% - 3px);
	background: #fff;
	padding: 0;
	margin: 0;
	height: 60px;
}


#animdiv {
	display: inline-block;
	width: calc(25% - 3px);
	background: #fff; 
	color: #000;  
	text-align: center;
	padding: 0;
	margin: 0;
	height: 60px;
}

