.content .program {
	width: 836px;
	//padding-right: 5px;
}

.program .head h2 {
	float: left;
	margin: 0px;
	color: #646464;
	padding: 13px 0 0 33px;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

.program .head .dldbtn {
	padding-top: 21px;
	float: right;
}

.program .redline {
	clear: both;
	border-width: 4px 0 0 0;
	border-color: #d2222a;
	border-style: solid;
	margin-left: 33px;
	padding-bottom: 2px;
}

.program .head .text {
	padding-left: 32px;
}

.content table {
	width: 803px;
	margin-left: 33px;
	border: 1px solid black;
}

.content table tr th {
	background-color: black;
	color: white;
	padding: 3px 3px 3px 10px;
	text-align: left;
	background-image: url(../img/redp.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.content table tr td {
	padding: 3px 3px 3px 10px;
	text-align: left;
	vertical-align: top;
	background-image: url(../img/backtablediv.gif);
	background-repeat: repeat-y;
	background-position: top left;
	height: 20px;
	font-size: 16px;
	background-color: white;
}

.content table tr td div.time {
	padding-right: 4px;
}

.content table tr td.datetime {
	text-align: right;
	background-image: none !important;
}

.content table tr.gray td {
	background-color: #cccccc;
}

@media only screen and (max-width: 1024px) {
/* ipad version */
}

@media only screen and (max-width: 997px) {
/* intermediate */
	.content .program {
		width: 100%;
	}

	.program .head h2 {
		float: none;
	}

	.program .redline {
		display: none;
	}

	.program .head .dldbtn {
		float: none;
		padding-top: 0;
		margin: 4px 0 10px 33px;
	}
}

@media only screen and (max-width: 924px) {
/* intermediate */
}

@media only screen and (max-width: 773px) {
/* intermediate */
	
}

@media only screen and (max-width: 610px) {
	.program .head h2 {
		padding-left: 0;
	}

	.program .head .dldbtn {
		margin-left: 0;
	}
}