body.no_vert_scroll{
	overflow: auto;
}

nav.MenuBar{
	display: flex !important;
	justify-content: center;
}

nav.MenuBar .MenuItemContainer{
	float: none;
	left: auto !important;
	width: auto !important;
    position: relative;
    margin-right: 0 !important;
	margin: 0 1px !important;
    padding: 0 !important;
}

nav.MenuBar .MenuItemContainer a.MenuItem{
	float: none;
    display: flex;
    align-items: center;
	width: auto !important;
	height: 2.4em;
	padding: 0 1em !important;
}

nav.MenuBar .MenuItemContainer a.MenuItem .MenuItemLabel{
    width: auto !important;
    margin-right: 0 !important;
    top: auto !important;
    left: auto !important;
}