.blurred {
	filter: blur(3px);
}
#marketplace-container {
	max-width: 1200px;
	margin: 0 auto;
}
#categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.categorybutton {
	display: inline-block;
	padding: 0.5em;
	margin: 0.2em;
	cursor: pointer;
	background: #fff2;
	border: 1px solid #fff4;
	border-radius: 4px;
}
.categorybutton.active {
	background: white;
	color: rebeccapurple;
	font-weight: bold;
}
.pane {
	display: none;
	margin-left: 8em;
}
.alert {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:95%;
	max-width:600px;
	background:white;
	color:rebeccapurple;
	padding:1em;
	font-size:1.3em;
	border-radius:0.5em;
	box-shadow:0 3px 4px #0002;
	z-index:666;
}
.x {
	float:right;
	cursor:pointer;
	color:gray;
	font-size:1.2em;
}
#purchase-window input[type="text"] {
	width: 100%;
}