#customers {
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	overflow-x: hidden;
	
}

#customers td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

#customers th {
	background-color: #4CAF50;
	color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;

}

#customers tr:nth-child(even) {
	background-color: #f2f2f2;
}

#customers tr:hover {
	background-color: #ddd;
}

#customers p {
    margin-left: 10px;
}

H3 {
	margin-left: 20px;
}
