@charset "utf-8";

/* ==================================================
	Azevion Desktop Copyrights
	Site Ownership and Page Return
	================================================== */

#em_copyrights {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	font: .8em Helvetica, Arial, sans-serif;
	color: #aaaaaa;
	background-color: #000000;
}

#em_copyrights_notice {
	margin: 0;
}

#em_copyrights_top {
	text-decoration: none;
	color: #aaaaaa;
}

#em_copyrights_top:hover {
	text-decoration: underline;
}