﻿/* Layout External */
.footer {
	text-align: center;
}

ul.languages {
	padding: 0;
}

li.language {
	display: inline;
	list-style-type: none;
}

	li.language:after {
		content: " | ";
	}

	li.language:last-child:after {
		content: "";
	}

	li.language a {
		color: inherit;
		font-size: smaller;
	}

.smartportal-image {
	margin-top: 30px;
}

.margin-top-50 {
	margin-top: 50px;
}
