body
{
	/*width: 900px;*/
	margin-left: auto;
	margin-right: auto;
	background-color: #e0e0e0;
}

div#title
{
	/*width: 768px;*/
	margin-top: 10px;
	text-align: center;
	font-style: italic;
	font-size: 150%;
}

div#main_bar
{
	float: left;
	margin-left: 20%;
}

div.primary_pane
{
	margin-top: 10px;
	padding: 5px;
	border: 3px solid #006600;
	border-radius: 7px;
	background-color: #66aa66;
}

div#display_area
{
	width: 600px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	padding-bottom: 5px;
	
	border: 3px solid #006600;
	background-color: white;
	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

div.separator_line
{
	width: 95%;
	height: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	/*clear: both;*/
	background-color: #559955;
}

div#control_area
{
	display: flex;
	justify-content: center;
}

div#parameter_area
{
	/*width: 75%;*/
	display: flex;
	justify-content: space-around;
}

div.parameter_group
{
	padding-right: 2px;
}

div.parameter_field
{
	clear: right;
	float: right;
}

div.field_row
{
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: row;
	justify-content: space-around;
}

div.field
{
	width: 100%;
	flex: 1;
	font-size: small;
	overflow: hidden;
	border: 1px solid black;
	background-color: white;
	display: none;
}

div.palette_field
{
	width: 100%;
	height: 100%;
	flex: 1;
	border: 3px solid white;
	background-color: white;
	display: none;
}

textarea
{
	height: 15px;
	width: 50px;
	margin-bottom: -3px;
	text-align: center;
	resize: none;
}

button
{
	margin: 5px;
}

div#palette_bar
{
	float: left;
	width: 110px;
	margin-left: 10px;
	margin-top: 46px;
	visibility: hidden;
}

div#palette_area
{
	/*height: 800px;*/
	min-height: 600px;
	padding: 5px;
	padding-right: 10px;
	
	border: 3px solid #006600;
	background-color: white;
	
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

div#pattern_creator
{
	display: flex;
	flex-direction: column;
}

div#information_centerer
{
	clear: left;
	display: flex;
	justify-content: space-around;
}
