@media (min-width:1281px) {

	body {
		background-color: white;
		height: initial;
	}

	html {
		width: 50%;
		margin: 0 auto;
		background-color: #E0E0E0;
	}

	header {
		width: 50%;
		z-index: 5;
	}

	main {
		height: initial;
	}

	.clickable {
		cursor: pointer;
	}

	#item_name_autocomplete-list {
		width: 20%;
	}
}