.inputBar {
	float: left;
	color: #a0a0a0;
	background-color: #212121;
	border-color: #888;
	border-style: solid;
	border-width: 1px;
	border-radius: 7px;
	padding-left: 10px;
}
#addressBar {
	width: calc(100% - 145px);
	margin: 4px;
	margin-top: 7px;
}
#fileList {
	user-select: none;
}
