@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow-y: hidden;
}

canvas {
	width: 80%; 
	height: 100%; 
	cursor: crosshair;
}

.loadingText {
	font-size: 20px;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#sidebar {
	display: none;
	background-color: #EEEEEE;
	position: absolute;
	right: 0px;
	width: 20%;
	height: 100%;
	overflow: hidden;
    padding-top: 25px;
    padding-bottom: -25px;
}

#closeSidebar, #openSidebar {
	background-color: #888888;
	color: white;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: center;
	cursor: pointer;
}

.tab {
	background-color: #888888;
	color: white;
	text-align: center;
	cursor: pointer;
	width: 100px;
}

#searchButton {
	background-color: #888888;
}

button {
	background-color: #888888;
}

#resultsOut {
	overflow-y: auto;
	height: 80%;
}

#footer {
	background-color: #999999;
	text-align: center;
	width: 100%;
	position: absolute; 
	bottom: 0;
	margin-bottom: 25px;
}
