@charset "utf-8";
/*Footer Content*/
.footer-content {
	padding: 8px 24px;
}
.footerright {
	text-align: right;
}
.footercenter {
	text-align: center;
}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
.footerright {
	text-align: left;
}
}