img{
	image-rendering: pixelated;
}

#_3x3{
	position: absolute;
	left: 48px;
	top: 48px;
	height: 162px;
	width: 162px;
}

#_3x9{
	position: absolute;
	left: 21px;
	top: 21px;
	height: 162px;
	width: 486px;
}

div.minecraft_ui{
	position: relative;
	height: 450px;
}

.minecraft_ui .crafting_table {
	position: absolute;
	left: calc(50% - 400px);
	top: 0;
  }
  
  .minecraft_ui .furnace {
	position: absolute;
	right: calc(50% - 400px);
	top: 0;
  }
  
  .minecraft_ui .inventory {
	position: absolute;
	left: 50%;
	top: 270px;
	transform: translateX(-50%);
  }
  

div.craft_cell{
	position: relative;
	height: 48px;
	width: 48px;
	margin: 3px;
	float: left;
}

div.craft_cell:hover{
	background-color: #c6c6c6;
}

#craft_result{
	position: absolute;
	left: 330px;
	top: 102px;
}

#furnace_item {
	position: absolute;
	left: 48px;
	top: 48px;
}

#furnace_fuel {
	position: absolute;
	left: 48px;
	top: 155px; /* directly below furnace_item */
}

#furnace_result {
	position: absolute;
	left: 228px;
	top: 102px;
}

#furnace_button{
	position: absolute;
	left: 120px;
	top: 102px;
	cursor: pointer;
}


#selector{
	position: fixed;
	left: 0px;
	top: 0px;
}

#craft_button{
	position: absolute;
	left: 225px;
	top: 102px;
	cursor: pointer;
}

#retry_button{
	position: absolute;
	left: 225px;
	top: 183px;
	cursor: pointer;
}

#retry_button_2{
	position: absolute;
	left: 120px;
	top: 183px;
	cursor: pointer;
}