table {
    width: 100%;
    border-collapse: collapse;
}
td, th {
    border: 1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
th {
    font-weight: bold;
	text-align: center;
}

#diff_film_book td, #diff_film_book th {width: 50%;}
#diff_film_book th {background: rgb(155,195,180); border-bottom: 3px solid rgb(55,95,80);}
#diff_film_book tr:nth-of-type(even) {background: rgb(225,237,232);}
#diff_film_book tr:nth-of-type(odd)  {background: rgb(235,247,242);}

#not_just_for_movie td, #not_just_for_movie th {width: 11%;}
#not_just_for_movie td:first-of-type, #not_just_for_movie th:first-of-type {width: 34%;}
#not_just_for_movie th {background: rgb(255,255,128); border-bottom: 3px solid rgb(155,155,028);}
#not_just_for_movie tr:nth-of-type(even) {background: rgb(255,255,210);}
#not_just_for_movie tr:nth-of-type(odd)  {background: rgb(255,255,245);}

@media screen and (max-width: 640px)  {

	#dvd_languages, #dvd_zones {
		display: none;
	}
	
	table, thead, tbody, th, td, tr { 
		display: block;
		text-align:left;
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/* Label the data */
	#diff_film_book td:nth-of-type(1):before {content: "In the book...";}
	#diff_film_book td:nth-of-type(2):before {content: "In the film...";}
	
	#not_just_for_movie td:nth-of-type(1):before {content: "Movie";}
	#not_just_for_movie td:nth-of-type(2):before {content: "Robert Wise";}
	#not_just_for_movie td:nth-of-type(3):before {content: "Julie Harris";}
	#not_just_for_movie td:nth-of-type(4):before {content: "Claire Bloom";}
	#not_just_for_movie td:nth-of-type(5):before {content: "Richard Johnson";}
	#not_just_for_movie td:nth-of-type(6):before {content: "Russ Tamblyn";}
	#not_just_for_movie td:nth-of-type(7):before {content: "Lois Maxwell";}
}