
.navbar-container {
	height: 3em;
	background-color: var(--curr-bg);
	border-bottom-right-radius: 5vh;
	border-bottom-left-radius: 5vh;
	margin-left: 1vw;
	margin-right: 1vw;
	margin-bottom: 1vw;
	overflow: hidden;
	border-style: solid;
	border-image-slice: 1;
	border-color: var(--curr-bg);
	border-width: 0.2em;
	border-top-width: 0;
}

.button-bar {
	display: flex;
	flex-direction: row;
	border-bottom-right-radius: 5vh;
	border-bottom-left-radius: 5vh;
	background-color: var(--curr-bg);
	flex-basis: 30vw;
}

.header-button-bar {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#button-bar-header {
	justify-content: center;
	line-height: 100%;
}

#button-bar-right {
	justify-content: right;
}

.header-navbar-separator {
	background-color: var(--curr-bg);
	margin: 0;
	width: 0.2em;
}
