

#navTabs {
	align-self: end;
	margin-bottom: -1px;
	padding: 6px 10px 6px 6px;
}

#navTabsFlex {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.navTab {
	margin-bottom: 0;
	white-space: nowrap;
}

.navTab a {
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	background: #9cdede;
	text-decoration: none;
	color: #243d4f;
	font-size: 12pt;
	padding: 6px 15px;
	margin-bottom: 5;
}

.navTab a.sel, .navTitleTab a  {
	background: white;
}

.navTab a:hover {
	background: #d3f1f4;
}

.navTab a.sel:hover  {
	background: white;
}


@media screen and (max-width: 500px) {
	
	#navTabsFlex {
		flex-wrap: nowrap;
	}

	.mobilenavbutns {
		display: flex;
		justify-content: space-between;
	}
		
	#navRighty {
		float: right;
	}

}