#schedules_table {
	border: none;
	padding: 0;
	margin: 0;
	width: 950px; 
}
	#schedules_table td {
		width: 186px;
		border-left: 1px solid #ccc;
		vertical-align: top;
		overflow: hidden;
		margin: 0;
		padding: 0; 
	}
		#schedules_table td td {
			width: auto;
			border: none;
		}
		#schedules_table td td.time {
			width: 35%;
		}
	#schedules_table td .sidecopy {
		margin: -5px 10px 0 10px;
		padding: 0;
	}

	#schedules_table #schedules_table_wabe {
		width: 150px; 
	}


