.tvschedule-header {
	background: red;
	padding: 10px 20px;
	border-radius: 3px;
}

.tvschedule-header h3 {
	margin: 0;
	color: white;
	font-weight: bold;
	text-transform: none;
	font-size: 20px;
}

#sidebar .widget-tvschedule .events-list {
	margin: 0;
}

.widget-tvschedule .event {
	background: #f9f9f9;
	padding: 10px 20px;
	margin-bottom: 3px;
}

.widget-tvschedule .event:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


#sidebar .widget-tvschedule .event h4 {
	text-transform: none;
	font-size: 16px;
	text-align: left;
	margin: 0;
	font-weight: bold;
}

.widget-tvschedule .event span {
	color: #999;
	font-style: italic;
	font-size: 12px;
}

#sidebar .widget-tvschedule .event a {
	font-weight: bold;
	color: red;
}