#main_content {
	background-color: #ececec;	
}

#top_megalug {
	position: absolute;
	top: 15px;
	right: 45px;
}	

.subpage_contents {
	width: 100%;
	padding: 30px 0px;	
	min-height: 0px;
}

.subpage_contents.padded {
	width: auto;
	padding: 0 30px 30px;
}

.subpage_contents h3.none_found {
	margin-left: 20px;	
}

.result_table table {
	width: 920px;
}

	.result_table thead {
		display: none;
		text-align: center;
	}
	
		.result_table thead th {
			color: white;
			font-size: 18px;
			text-align: center;
			padding: 6px 2.5%;
			font-weight: normal;
			background-color: 	#0077c0;
		}
		
		.result_table thead th.blank_cell {
			width: 4%;
			background-color: transparent;
		}
		
	.result_table tbody tr {
		border-bottom: 1px dotted gray;	
	}
	
		.result_table tbody tr td {
		}
	
		.result_table tbody tr td.blank_cell {
			border-bottom: none;
			background-color: none;
		}
		
		.result_table tbody tr td.col0 {
			width: 12%;
			background-color: #e7f5fc;
		}
		
		.result_table tbody tr td.col1 {
			width: 30%;
			background-color: #e7f5fc;
		}
		
		.result_table tbody tr td.col2 {
			width: 10%;
			text-align: center;
			background-color: #d4ebf6;
		}
		
		.result_table tbody tr td {
			color: black;
			font-size: 16px;
			text-align: left;
			padding: 6px 20px;
			font-weight: normal;
		}
		
/* VIDEOS TABLE */

		.result_table tbody tr td.video.col1 {
			width: 12%;
			text-align: left;
			background-color: #e7f5fc;
		}
		
			.result_table tbody tr td.video.col1 img {
				width: 75px;
				height: auto;	
			}
		
		.result_table tbody tr td.video.col2 {
			width: 25%;
			padding-left: 0;
			text-align: left;
			background-color: #e7f5fc;
		}
	
		.result_table tbody tr td.video.col3 {
			max-width: 10%;
			text-align: center;
			background-color: #d4ebf6;
		}
		
		/*.result_table tbody tr td.video.col3:nth-child(3) {
			border-right: 1px dotted gray;	
		}*/
