/* CLASS SELECTORS */
.playheadActive {
    font-size:         80;
}

.playheadInactive {
    font-size:         80;
}

.playlistTitle {
    font-size:        28;
    font-weight:    bold;    
}

.playlistDetails {
    font-size:        12px;
}

.songTitle {
    font-size:        48;
    font-weight:    normal;
}

.songDuration {
    font-size:         20;    
    font-weight:    bold;
}