body {
	color: white;
	background: #000020;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
form, input, checkbox, text, span {
	font-family: Sans;
	font-size: 8.2pt;
	color: white;
	border: 1.4px inset black;
	border-radius: 0px;
	background: #000020;
	margin: -2px;
}
select, option {
	font-family: Sans;
	font-size: 8.2pt;
	color: white;
	border: 1.4px inset black;
	border-radius: 0px;
	background: #000020;
}
#Sets {
	font-family: Sans;
	font-size: 8.2pt;
}
#Sets tr {
	line-height: 0.8;
}
#Sets td {
	line-height: 0.8;
}
label.expansion {
	font-family: Sans;
	font-size: 8.2pt;
	border: 1px solid black;
	background-color: transparent;
	width: 189;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}
.setselector {
	font-family: Sans;
	font-size: 10px;
	font-weight: normal;
	color: white;
	border: 1px solid black;
	background-color: transparent;
}
#Raster ul {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#Raster ul li {
	vertical-align: top;
	display: inline-block;
}
.normalimg {
	height: 115px;
	width: 80px;
	border-radius: 5px;
	border: 1px outset black;
	filter: contrast(110%);
}
.grayscale {
	filter: grayscale(100%);
}
#Set, #Types, #Properties {
	margin: 4px;
}
#Set ul, #Types ul, #Properties ul {
	list-style-type: none;
	margin-left: -15;
	margin-top: 8;
	margin-bottom: 8;
	padding-top: 5;
	padding-bottom: 5;
	overflow-y: scroll;
}
#Set ul li, #Types ul li, #Properties ul li {
	list-item-type: none;
	vertical-align: top;
	line-height: 0.8;
	margin-left: -16;
}
#Set ul li label, #Types ul li label, #Properties ul li label {
	font-family: Sans;
	font-size: 7pt;
	font-weight: normal;
	vertical-align: top;
	line-height: 0.8;
	margin-left: 7;
}

