table.contactstable {
	margin: 12px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

table.contactstable th, table.contactstable td {
	border-style: solid;
	border-color: #ddd;
	padding: 5px 10px 5px 10px;
}

table.contactstable th+th,table.contactstable td+td {
	padding-left: 10px;
}
table.contactstable th {
	background: #eee;
}

table.contactstable thead tr {
	background: #eee;
}

table.contactstable tbody tr:nth-child(even) {
	background: #fcfcfc;
}

table.contactstable th,table.contactstable td {
	border: 1px solid #ddd;
}