	/*
	Digital List
	*/
#digital_list {
	margin:0;
	padding:0;
	width: 100%;
}
#digital_list ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	float:left;
	font-size: 11px;
}
#digital_list li {
	height: 34px;
	line-height: 15px;
	text-align: left;
	list-style: none;
	position: relative;
    background-image: none;
	background: #fff;
	border-bottom: 1px dotted #e5e5e5;
	margin: 0;
}
#digital_list .left_time li{ /* Left side Time column */
	margin:0;
	width: 66px; /* 66 */
	padding: 4px 11px 0 0;
	font-size: 12px;
	color: #666;
	text-align: center;
}
	#digital_list .right_time li { /* Right side Time column */
	margin:0;
	width: 66px; /* 66 */
	padding: 4px 0 0 11px;
	font-size: 12px;
	color: #666;
	text-align: center;
	}
/* columns */
#digital_list .monday li, #digital_list .tuesday li, #digital_list .wednesday li, #digital_list .thursday li, #digital_list .friday li, #digital_list .saturday li, #digital_list .sunday li {
	width: 100px !important; /* 92 */
	padding: 4px 5px 0 8px; /* 4 10 0 13 */
}
/* Active columns */
#digital_list .monday_active li, #digital_list .tuesday_active li, #digital_list .wednesday_active li, #digital_list .thursday_active li, #digital_list .friday_active li, #digital_list .saturday_active li, #digital_list .sunday_active li {
	width: 100px !important; /* 92 */
	padding: 4px 5px 0 8px;   /* 4 10 0 13 */
	background: #f5f5f5;
} 


#digital_list ul.sunday, #digital_list ul.sunday_active, #digital_list ul.right_time { /* Pulls the Sunday and right time columns up level with all others (contained in a bottom left line div with a top margin)*/
	margin-top: -36px;
}

#digital_list li.top{ /* Column Headings (days of the week and time) */
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	margin:0;
	padding-top: 4px;
	padding-bottom: 4px;
}
#digital_list li.top_active{ /* Highlighted Column Headings (days of the week and time) */
	font-size: 14px;
	font-weight: bold;
	color: #93c207;
	background: #fff;
	height: 15px;
	margin:0;
	padding-top: 4px;
	padding-left: 0;
	padding-bottom: 4px;
}
/*#digital_list li.spacer{  Padding below day of the week and time 
	height: 5px !important;
	font-size: 1px !important;
	line-height: 1px !important;
	border-bottom: none;
	margin:0;
}*/

#digital_list .monday_active li.spacer, #digital_list .tuesday_active li.spacer, #digital_list .wednesday_active li.spacer, #digital_list .thursday_active li.spacer, #digital_list .friday_active li.spacer, #digital_list .saturday_active li.spacer, #digital_list .sunday_active li.spacer {
		height: 5px !important;
		font-size: 1px !important;
		line-height: 1px !important;
		background: #93c207 !important;
		border-bottom: none !important;
		margin:0;
	}
#digital_list .right_time li.spacer, #digital_list .left_time li.spacer, #digital_list .monday li.spacer, #digital_list .tuesday li.spacer, #digital_list .wednesday li.spacer, #digital_list .thursday li.spacer, #digital_list .friday li.spacer, #digital_list .saturday li.spacer, #digital_list .sunday li.spacer {
		height: 5px;
		font-size: 1px ;
		line-height: 1px ;
		border-bottom: none !important;
		margin:0;
	}

	/*#digital_list li.spacer_active{  Highlighted Padding below day of the week and time
		border-bottom: none !important;
		background: #93c207;
		font-size: 5px;
		margin:0;
	} */
#digital_list li.selected{ /* Highlighted Item in column*/
	background: #93c207;
	font-weight: bold;
	color: #fff;
}
#digital_list li.bottom{ /* Column Headings (days of the week and time) */
	border: none;
}