footer#minimal-footer {
	display: flex;
	position: relative;
	flex-direction: column;
	background-color: #3F51B5;
	min-height: 50px;
	padding: 5px;
	justify-content: center;
	align-items: center;
}

#minimal-footer div {display: flex;}

#minimal-footer a {color: white; text-decoration: none;}
#minimal-footer a:hover {text-decoration: underline;}

#minimal-footer .row {
	flex-direction: row;
}

#minimal-footer .center {
	justify-content: center;
	align-items: center;
}

#minimal-footer .cell {
	flex-wrap: nowrap;
	padding: 0 3px 0 3px;
	border-style: solid;
	border-color: white;
	border-width: 0 1px 0 1px;
	font-weight: 400;
	font-size: 14px;
}

#minimal-footer .left-cell {
	border-left: 0px;
}

#minimal-footer .right-cell {
	border-right: 0px;
}
