.responsivetable table { 
	width: 100%; 
	border-collapse: collapse; 
}
.responsivetable tr:nth-of-type(odd) { 
	background: #202126;
	color:#fff; 
}
.prod_single.responsivetable th {
	background: none; 
	color: #fff; 
}
.prod_single.responsivetable tr { margin-bottom:10px;}
.responsivetable th { 
	background: #fff; 
	color: #000; 
}
.responsivetable td, .responsivetable th { 
	font-size:13px;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	padding-bottom:8px;
	border: 1px solid #f3f3f3; 
}
	
	
	