.footer-container {
	position: fixed;
	justify-content: center;
	align-items: center;
	display: flex;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	background-color: #f7f7f7;
}

.footer-table {
	list-style-type: none;
	padding-left: 0px;
}

.footer-table li::marker {
	content: none;
}

.footer-links {
	width: 80%;
	text-align: left;
	margin-left: 25px;
}

.footer-copyright {
	width: 20%;
	text-align: right;
	margin-right: 25px;
}
