ul {
	position: relative;
}
.setList {
	position: relative;
	z-index: 2;
}
.SetOptions {
	position: relative;
	bottom:-3px;
	width: 100%;
	margin-top: 3px;
}
.draftDiv {
	background: #0190009c;
	border-radius: 5px 2px 2px 5px;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 0 0;
	border: 1px #ffffff80 solid;
	border-right: 0;
	z-index: 1;
	float: right;
}
.flavorDiv {
	background: #c829d79c;
	border-radius: 5px 5px 2px 2px;
	width: 110px;
	text-align: center;
	vertical-align: middle;
	padding: 3px 0 0 0;
	border: 1px #ffffff80 solid;
	border-right: 0;
	z-index: 1;
	float: right;
}

img.setIcon {
	padding: 2px 0 2px 5px;
	max-width: 80px;
	max-height: 60px;
	height: 60px;
	position: absolute;
	z-index: 3;
	top: 0;
	bottom: 0;
	margin: auto;
}
.setName {
	position: relative;
	z-index: 4;
	max-width: 70%;
	float: right;
	margin: 10px 0;
}
.setName p {
	margin: 0;
	padding: 10px 10px 0 0;
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
li a,  li a:visited {
	color: #eaeaea;
	text-shadow: 2px 2px 5px #707070;
}
li a:hover {
	color: orange;
}
h1 {
	text-shadow: 2px 2px 5px #707070;
	text-decoration: underline;
}
img {
	vertical-align: middle;
}
ol {
	font-size: 1.3em;
}
ol li {
	list-style-type: none;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .3);
	margin-bottom: 2px;
	display: inline-block;
	width: 100%;
}
ol li:hover {
	background-color: rgba(12, 47, 155, .5);
}
li ul li {
	list-style-type: none;
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .3);
	margin-bottom: 2px;
}
li ul li:hover {
	background-color: rgba(12, 147, 55, .7);
	cursor: pointer;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: infinite;
}
.unreleased:hover {
	background-color: rgba(220,20,60, .7);
	-webkit-animation-name: none;
}
@-webkit-keyframes pulse {
	from {
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	}
	50% {
		-webkit-box-shadow: 0 0 18px #ff8000;
	}
	to {
		-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
	}
}
ol {
	width: 95%;
	padding: 0;
	margin: auto;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
@media screen and (max-width: 1200px) {
	ol {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
@media screen and (max-width: 980px) {
	ol {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.draftDiv, .flavorDiv{
		width:240px;
		line-height: 38px;
	}
}