body {
	background-image: url(bg.jpg);
	font-family: Helvita, Sans-serif;
	overflow-y: hidden;
}

.recipeBox {
    width: 410px;
    margin: auto;
    margin-right: 20px;
}

#grayBox {
	background: #A7A7A7;
	margin: auto;
	padding: 5px;
	height: 300px;
	border-radius: 2px;
}

#fileinput {
	background: #A7A7A7;
	margin: auto;
	margin-bottom: 5px;
	border-radius: 2px;
}

p {
	padding: 5px;
	color: #FFFFFF;
}

.content {
    margin: auto;
    width: 60%;
    display: flex;
}



.arrow {
	position: relative;
	display: inline-block;
	background: #858585;
	color: #FFFFFF;
}

.left {
	float: left;
	clear: both;
}

.right {
	float: right;
}

.arrows {
	text-align: center;
	margin: 4px;
	padding: 0;
	background: #7C7C7C;
	height: 24px;
	position: relative;
}

.arrows span {
	position: relative;
	top: 3px;
}

#renderSpace {
	margin: auto;
	margin-top: 30px;
	position: relative;
}

.itemstack {
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
}

.fluidstack {
	position: absolute;
	display: inline-block;
	background-repeat: repeat;
}

.tooltip {
	padding: 3px;
	color: #FFFFFF;
	background-color: #06003C;
	z-index: 3;
	font-size: small;
	display: inline-block !important;
	border-radius: 5px;
	border: 3px solid #400072;
}

.tooltip-inner {
	text-align: center;
	display: inline-block;
}

.itemlist {
	width: 230px;
	height: 330px;
	text-align: center;
	background: #A7A7A7;
	border-radius: 2px;
	margin: auto;
	margin-top: 30px;
    margin-left: 20px;
    position: relative;
}

.itemlist span {
	position: relative;
	top: 3px;
}
.itemlist p {
	margin-bottom: 10px;
	margin-top: 5px;
}

.itemlist #search {
	position: relative;
	bottom: 0px;
	font-size: 17px;
	color: #FFFFFF;
	background: #858585;
	border-radius: 2px;
}

#itemlistRenderSpace {
	position: relative;
}