/* Encorp Pacific (Canada) 2018 Site Design - Users/Contacts CSS */
/* Last Updated: 2018.12.07 ET */

@import url('encp_boilerplate.css');

article > h2 {
	margin-top: 2em !important;
}

dl.contacts {
	position: relative;
	overflow: hidden;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 0;
	border-top: 1px solid rgb(190,190,190);
	border-bottom: 1px solid rgb(190,190,190);
}

dl.contacts dt {
	float: left;
	clear: both;
	padding: 16px 0 0 0;
	margin: 0 32px 0 0;
}

dl.contacts dd {
	position: relative;
	float: right;
	clear: right;
	padding: 16px 0;
	margin: 0;
}

dl.contacts dd .adminlink {
	position: absolute;
	bottom: 0.5em;
	right: 0;
	opacity: 0;
	transition: opacity 0.1s;
}

dl.contacts dd:hover .adminlink {
	opacity: 1;
}

