/*
    This file contains view adjustments for both the listener
    and broadcaster view when the calendar strip is active
*/

.playlist-track td 
{
    line-height: 25px;
}

.editViewGrip .fa, .editViewTrash .fa 
{
    line-height: 25px;
}

.trackListPane 
{
    height: auto; 
	max-height: 300px;
    margin-top: 10px;
}

.programTimeLine
{
    font-size: 19px;
	line-height: 22px;
    text-decoration: none;
}

.episodeDescLink 
{
    font-size: 16px;
    margin-right: 5px;
}

.static body, 
.static a, 
.static p, 
.static td, 
.static .text 
{
    color: #333;
    font-size: 13px;
}
