﻿body {
}
.link {
    text-decoration: none;
    color: black;
}

    .link:hover {
        color: #fb5e00;
    }
.tracklist {
    margin: auto;
    width: 80%;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

    .tracklist table {
        margin-bottom: 0 !important;
        margin: 20px 0px !important;
    }

@media (max-width: 767.98px) { 
    .list-music>div {
        width : 50%;
    }
}
@media (min-width: 767.98px) { 

}