table.responsive-table { 
	width: 750px; 
	border-collapse: collapse; 	
	}

/* Zebra striping */
table.responsive-table tr:nth-of-type(odd) {
	background: #eee; 
	}

table.responsive-table th {
	background: #3498db; 
	color: white; 
	font-weight: bold; 
	}

table.responsive-table td,
table.responsive-table th {
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

