/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

.ebi_span_1_of_2 {
	width: 48.7%;
}


.program_colum_span_1_of_2 {
	width: 42.65%;
display: block;
float: left;
margin: 1% 0 1% 7.7%;

}
.program_colum_span_2_of_2 {
	width: 100%;
	
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	
	.ebi_span_1_of_2 {
	width: 100%; 
}

	.program_colum_span_1_of_2 {
		width: 100%; 
		
	}
	.program_colum_span_2_of_2 {
		width: 100%; 
		
	}
	
	.newpodcast_ebisode_colum{
		width: 100%;
			clear:both;
	}
	
	.newpodcast_program_colum{
		width: 100%;
		clear:both;
	}

	
}


@media only screen and (max-width: 800px) {
	
	.newpodcast_ebisode_colum{
		        width:100%;
	}
	.newpodcast_program_colum{
		 width:100%;
	}
	
}