#content .comments { font-size: 1.1em; margin: 15px 0 0 0; }


/* -- formatting for local contacts list ------------------------------------ */

table#contacts { margin: 10px 0 20px 0; padding: 0; }
#contacts tr.r1 { background-color: #eee; }
#contacts tr.r2 { background-color: #ddd; }

#contacts td {
	font-size: 12px; /* switch off relative text-sizing for test-table */
	vertical-align: top;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #fff;
}

#contacts td.city,
#contacts td.contact {
	border-right: 1px dashed #eee;
}


/* -- extension specific definitions ---------------------------------------- */

.user-contactws-pi1 ul {
	margin-left: 0;
	list-style-type: none;
}