#headerBar {
	width: 100%;
	height: calc(max(40px, 5vh));
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
}

#searchBar {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 10%;
}

#searchInput {
	position: absolute;
	left: 1%;
	width: 60%;
	height: 100%;
	border: 0;
	outline: none;
	padding: 0;
	background-color: white;
	text-indent: 1%;
}

.highlight {
	background-color: rgba(255, 255, 0, 0.5);
}

.super-highlight {
	background-color: yellow;
	color: red;
}

.searchControl {
	padding: 0;
	border: 1px;
	border-radius: 5px;
	background-color: #FFFFFF;
	vertical-align: middle;
	height: 100%;
	width: 10%;
	position: absolute;
	display: none;
	font-size: large;
}

#back {
	right: 20%;
}

#fwd {
	right: 5%;
}

#resultsfound {
	position: absolute;
	width: 30%;
	left: 30%;
	height: 100%;
	text-align: right;
	color: #777777;
	z-index: 1;
	white-space: nowrap;
	pointer-events: none;
}