/* TYPE SELECTORS */
PlaylistPlayer {
    border-alpha:        .7;
    border-color:        #333333;
    border-style:        solid;
    border-thickness:    3;    
}

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

.playheadInactive {
    font-size:             24;
}

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

.songTitle {
    font-size:            12;
    font-weight:        bold;
}