.files-table {
	border-collapse: collapse;
	width: 100%;
	th {
		font-size: 12px;
		text-align: left;
		padding: 5px;
	}
}
.file-block {
	font-size: 12px;
	td {
		padding: 5px;
	}
	.icon {
		width: 1px;
		img {
			position: relative;
			top: 2px;
			max-width: 16px;
			max-height: 16px;
		}
	}
	.size, .mtime {
		color: #888;
	}
}
.file-block:hover {
	background-color: #eee;
}
.file-block.selected {
	background-color: #00aaff;
	color: #fff;
	.size, .mtime {
		color: #fff;
	}
}
.file-block:active {
	opacity: 0.5;
}
.current-dir {
	width: 500px;
}