@charset "UTF-8";

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
	margin-top: 12px;
	/*
	 * Just above the popup-up content blocker
	 * for logins, et.al.
	 */
	z-index: 91;
}

.footer-area-bottom {
	background: #e0fff5;
	/*
	// bottom padding to compensate for header
	// and fill in gray below footer 
	*/
	padding-top: 10px;
	padding-bottom: 10px;
	user-select: none;
}
.copyright-text a {
	color: #444;
}
.copyright>p {
	margin: 0;
	color: #444;
}
