.top-nav-wrapper {
	position: relative;
	height: 50px;

	display: flex;
	align-items: center;

	border-bottom: 1px solid #707070;
}

.top-nav-wrapper .back-image {
	cursor: pointer;
	margin: 0px 25px 0px 25px;
	height: 30%;
}

.top-nav-wrapper .title {
	font-size: 1.2em;
}

.middle-wrapper {
	position: relative;
	flex: 1;
	overflow-y: auto;
}

.bottom-nav-wrapper {
	position: relative;
	height: 80px;
	border-top: 1px solid #B3B3B3;
	background-color: white;
}

.bottom-nav-wrapper img {
	height: 80%;
}

.bottom-nav-wrapper ul {
	width: 100%;
	height: 100%;

	display: flex;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.bottom-nav-wrapper ul li {
	flex: 1;
	height: 100%;
}

.bottom-nav-wrapper ul li a {
	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
}
