h1 {
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}

table {
	border-collapse: collapse;
}

th {
	cursor: pointer;
}

td.detailsColumn {
	padding-inline-start: 2em;
	text-align: end;
	white-space: nowrap;
}

a.icon {
	padding-inline-start: 1.5em;
	text-decoration: none;
	user-select: auto;
}

a.icon:hover {
	text-decoration: underline;
}

html[dir=rtl] a {
	background-position-x: right;
}

#parentDirLinkBox {
	margin-bottom: 10px;
	padding-bottom: 10px;
}