.top-bar {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 5%;
}

.top-btn:first-child {
    border-left: none;
	border-right: none;
	padding: 0px;
}

.top-btn:not(:first-child):not(:last-child) {
	border-right: none;
	padding: 0px;
}

.top-btn {
    width: 25vh;
    height: 100%;
	background: none;
    cursor: pointer;
	font-size: 3vh;
	border-color: rgba(0,0,0,0.25);
	border-style: solid;
	line-height: 100%;
	border-width: 0.75vh;
	overflow: hidden;
	
	padding: 0px;
}

.infoBox {
	position:fixed;
	top: 6%;
	bottom: 1%;
	left: 31%;
	right: 0.5%;
	
	font-family: "Helvetica";
	padding: 15px;
	
	background-color: rgba(255,255,255,0.5);
	border-style: solid;
	border-width: 0.5vh;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.fileTop {
	position: absolute;
	top:0%;
	left: 0%;
	right: 0%;
	height:5%;
	padding: 1vh;
	line-height:4.5vh;
	text-align: center;
	font-size: 100%;
	border-bottom: solid;
	border-width: 0.5vh;
	background-color: rgba(255,255,255,0.5);
}

.dirBox {
	position:fixed;
	top: 6%;
	bottom: 1%;
	left: 0.5%;
	right: 71%;
	
	font-family: "Helvetica";
	font-size: 2vh;
	padding: 15px;
	
	background-color: rgba(255,255,255,0.5);
	border-style: solid;
	border-width: 0.5vh;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}