table {
	border:1px solid black;
/*	max-width: 600px;*/
	margin-left:auto; 
	margin-right:auto;
	border-collapse: collapse;
}
td, th{
	margin:0px;
	padding:0px;
	border-bottom: 1px solid black;
}
th:not(:last-child){
	border-right: 1px solid black;
}
td:first-child {
	padding-right:3px;
}
td:not(:last-child){
	border-right: 1px solid black;
}
p {
	font-weight:bold;
}
td, p {
	text-align:center;
}
.songArt img {
    max-width:75px;
    max-height:75px;
}
.songArt:hover img {
    max-width:300px;
    max-height:300px;
}
.artName {
    max-width:250px;
}
.albName {
    max-width:200px;
}
.songName {
    max-width: 275px;
}
.songDiff img {
    max-width:30px;
    max-height:30px;
}
.songArt {
    width:300px;
}
#filters {
    margin-bottom:20px;
    max-width:500px;
	text-align:center;
	border-color:grey;
	border-style:double;
	border-width:2px;
}
#filters input, #filters select {
    max-width:475px;
    margin: 0 auto;
}
#searchBox {
    margin-bottom:5px;
}