#no-more-tables td { border-bottom: 1px solid #ccc;padding-top : 3px;padding-bottom : 3px;color : #676767;font-size : 13px;font-family : Trebuchet MS; }
#no-more-tables th { color : #00539f;font-family : Trebuchet MS; font-size : 10px;border-bottom: 2px solid #00539f;padding-bottom : 5px; font-weight:bold;}
.panierCell{text-align : right;}
#no-more-tables .condiCenter{text-align : center;}
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-top : 1%;
		padding-bottom : 1%;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		
	}
	#no-more-tables .condiCenter {text-align : left;}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 8px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
		

		
#no-more-tables2 td { border-bottom: 1px solid #ccc;padding-top : 3px;padding-bottom : 3px;color : #676767;font-size : 13px;font-family : Trebuchet MS; }
#no-more-tables2 th { color : #00539f;font-family : Trebuchet MS; font-size : 10px;border-bottom: 2px solid #00539f;padding-bottom : 5px;}
	
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables2 table, 
	#no-more-tables2 thead, 
	#no-more-tables2 tbody, 
	#no-more-tables2 th, 
	#no-more-tables2 td, 
	#no-more-tables2 tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables2 thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables2 tr { border: 1px solid #ccc; }
 
	#no-more-tables2 td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-top : 3%;
		padding-bottom : 3%;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
		vertical-align : top;
		
	}
 
	#no-more-tables2 td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 8px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		;
	}
 
	/*
	Label the data
	*/
	#no-more-tables2 td:before { content: attr(data-title); }
}		