.Menu_Links {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -1px;
}

.Menu_Links li {
    flex-grow: 1;
	flex-basis: auto;
	margin: .25rem 0;
	padding: 0 1rem;
	text-align: center;
	border-left: 1px solid #ccc;
}

.COFooter {
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px;
}

.ApplicationLogoContainer{
height: 3.2rem;
}

.InformationButton {
    background: url("../Image/ENG/field_info.png") no-repeat scroll 0 0 white;
    background-position: center;
    border: 1px solid #999999;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.InformationButton a,
.InformationButton a:visited,
.InformationButton a:active,
.InformationButton a:hover {
    color: transparent;
    font-weight: bolder;
}
