.footer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height:55px;
	font-size: 12px;
	text-align: center;
	/*padding: 3.5px 0;*/
	box-sizing: border-box;
}
.line_between{
	padding: 0 3px;
}