/* Container element for the recent tracks list */
.cc_recenttracks_list {
}


/* Container for a single track in the list */
.cc_recenttracks_list > .cctrack {
}


/* Container for a track's image */
.cc_recenttracks_list > .cctrack > .cccover {

background-color: black;
border: 0px;
margin-left: 06px;

}


/* The track's image */
.cc_recenttracks_list > .cctrack > .cccover > img {

height: 80px;
width: 80px;

}


/* The time at which the track aired */
.cc_recenttracks_list > .cctrack > .cctime {
}


/* The time at which the current track began playing */
.cc_recenttracks_list > .cctrack > .cctime.ccnowplaying {
}


/* Container for the track's details */
.cc_recenttracks_list > .cctrack > .ccdetails {
}


/* The track's title */
.cc_recenttracks_list > .cctrack > .ccdetails > .cctitle {

font-size: medium;
color: white;
/* font-weight: bold; */

}


/* The current track's title */
.cc_recenttracks_list > .cctrack > .ccdetails > .cctitle.ccnowplaying {

font-size: medium;

}


/* The track's artist */
.cc_recenttracks_list > .cctrack > .ccdetails > .ccartist {

margin-top:10px;

}


/* The track's album */
.cc_recenttracks_list > .cctrack > .ccdetails > .ccalbum {

margin-top:10px;
font-size: small;

}


/* The track's buy-now link, if any */
.cc_recenttracks_list > .cctrack > .ccdetails > .ccbuy {
}