@CHARSET "UTF-8";

.tracklist-link {
	text-align:center;
}
.tracklist-link:hover{
    text-decoration: none !important;
}

.tracklist-title{
	text-align:center; 
	position: relative; 
	top:40px; 
	right:20px;
}
.tracklist-lastitem{
	clear:both;
	height: 1px;
}
}
.tracklist-img{
	padding:2em;
}
.tracklist-mobile-rightdiv{
	text-align: center; 
	margin: -1px;
}
.tracklist-mobile-leftdiv{
	text-align: center;
}

.track-left,
.track-middle,
.track-right {
    min-height: 300px;
    padding: 5em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.track-middle {
    border-style: solid;
}
.track-title {
    text-decoration: none;
    padding: 2em;
}
.tracklist-title2 {
    text-align: left;
    position: relative;
    top: 20px;
    right: 20px;
}
.track-divider {
    height: 1px;
}
.track-divider.last {
    display: none;
}
.tracks-mobile {
    display: none;
}
.last-clear{
    display:none;
}

@media only screen and (max-width: 991px) {
    .tracks-desk {
        display: none;
    }
    .tracks-mobile {
        display: block;
    }
}    

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.txtspecial{
		top:12px !important;
	}
	
	.spaceone{
	top:12px !important;
	}

	.spacetwo{
		top:8px !important;
	}
	
	.spacemore{
		top:12px !important;
	}
	
}

@media only screen and (min-width: 1200px) {
	.spacezero{
		top:35px !important;
	}
	
	.spaceone{
	top:25px !important;
	}

	.spacetwo{
		top:25px !important;
	}
	
	.txtspecial{
		top:35px !important;
	}
	
	.spacemore{
		top:25px !important;
	}
	
}