@charset "UTF-8";

table#contactList {
	margin-left: auto;
	margin-right: auto;
}

table#contactList tr {
	height: 60px;
}

table#contactList tr.ref {
	cursor: pointer;
}

table#contactList tr td.title {
	width: 100px;
	text-align: center;
	color: #F8B62D;
}

table#contactList tr td.value {
	width: 200px;
	text-align: center;
}

.description {
	margin-bottom: 20px;
}