body {
	background: #333;
}


#title {
	color: #fff;
	text-align: center;
}

#fractalImage {
	width: 96%;
	height: auto;
	margin-left: 2%;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-width: 3px;
	border-radius: 3px;
}

.inputsHolder {
	width: calc(96% + 6px);
	height: 640px;
	margin-left: 2%;
	background: #111;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-width: 3px;
	border-radius: 3px;
	margin-bottom: 50px;
}

.input {
	display: inline-block;
	color: #eee;
	height: 80px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #222;
	width: calc(18% - 4px);
}

.inputTitle {
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

.inputField {
	width: 70%;
	color: #aaa;
	background: #111;
	border-style: solid;
	border-color: rgb(0, 0, 0);
	border-width: 2px;
	border-radius: 2px;
	margin-left: calc(15% - 2px);
	margin-top: 0;
	text-align: center;
}

.buttons {
	width: calc(18% - 4px);
	height: 30px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	background: #222;
	border-color: #111;
	color: #fff;
}

#savebutton {
	text-align: center;
	padding-left: calc(9% - 18px);
	padding-right: calc(9% - 18px);
	padding-top: 2px;
	padding-bottom: 5px;
	height: 30px;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 10px;
	background: #222;
	border-color: #111;
	color: #fff;
	border-style: outset;
}