.Navbar-XGyQJycT-navContainer {
	display: flex;
	justify-content: space-between;
	padding: 1em 0;

	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#Navbar-XGyQJycT-leftElements {
	display: flex;
	justify-content: flex-start;
}

#Navbar-XGyQJycT-rightElements {
	display: flex;
	justify-content: flex-end;
}

.Navbar-XGyQJycT-navElement {
	font-family: inherit;
	color: #3a75b0;
	text-decoration: none;
	font-size: 100%;
	margin: 0 0.5em;
}
.Navbar-XGyQJycT-navElement:first-child {
	margin-left: 0;
}
.Navbar-XGyQJycT-navElement:last-child {
	margin-right: 0;
}
.Navbar-XGyQJycT-navElement:hover {
	text-decoration: none;
}
