@import url("./main.css");
h1 {
	color: white;
	text-shadow: blue 1px 2px 2px;
}
.setlist_column {
	width: 49%;
	
	line-height: 1.6em;
}
.setlist_column h2 {
	color: yellow;
	text-shadow: red 1px 2px 2px;
	margin-left: 25px;
}
section ul {
	margin-left: 25px;
	display: block;
}
section li {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: white;
	display: list-item;
	list-style-type: none;
}
.song_artist {
	float: right;
	margin-right: 140px;
}
.other {
	float: left;
}