html, body {
	position: relative;
	margin: 0;
	overflow: hidden;
	background-color: gray;
}

.out {
	display: none;
}

#kiosk {
	margin: 0 auto;
}

#searchUI {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: flex;
}

#adminBtn {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	border: none;
	background-color: transparent;
}

.view {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
}

#browseView {
	overflow-y: auto;
}

#adminView {
}
