.Footer
	{
	width : 100%;
	height : 32px;

	display : flex;
	flex-direction : row;
	align-items : center;
	justify-content : center;

	background-color : #f0f0ff;
	font : normal 14px Arial, sans-serif;
	cursor : pointer;
	}

.FooterSeparator
	{
	padding-left : 8px;
	padding-right : 8px;
	}

.FooterLink
	{
	}
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	.FooterSeparator
		{
		display:none;
		}
		
	.Footer 
		{
		flex-direction:column;
		height:150px;
		
		line-height:2.5
		}
	}
		