.contacts {
	padding-top: 10px;
}
.contacts table{
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	border-collapse:collapse;
	width: 100%;
}
.contacts th {
	background-color:#CCCCCC;
	color: #5F5E76;
	padding-right: 10px;
	padding-left: 10px;
}
.contacts tbody tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F5E76;
}
.contacts td {
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;
}