.spacer {
	margin: 10px 0;
}
.bold {
	font-weight: bold;
}
.algo-label {
	margin-right: 12px;
	font-weight: normal;
	cursor: pointer;
}
.hash-table {
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	display: none;
}
.hash-table th,
.hash-table td {
	border: 1px solid #ccc;
	padding: 6px 8px;
	font-size: 0.95em;
	vertical-align: middle;
}
.hash-table th {
	background: #f5f5f5;
	font-weight: bold;
	white-space: nowrap;
}
.hash-table td.algo-name {
	white-space: nowrap;
	font-weight: bold;
	width: 80px;
}
.hash-table td.hash-value {
	word-break: break-all;
	font-family: monospace;
	font-size: 0.9em;
}
.hash-table td.copy-cell {
	white-space: nowrap;
	width: 60px;
	text-align: center;
}
.btn-copy {
	font-size: 0.85em;
	padding: 2px 8px;
}
.btn-copy.copied {
	color: #3c763d;
}
.file-info {
	margin-top: 4px;
	font-size: 0.9em;
	color: #555;
}
table.tblAlgo {
	margin: 10px 0 20px 0;
	width: 100%;
	border-collapse: collapse;
}
.tblAlgo th,
.tblAlgo td {
	border: 1px solid #808080;
	padding: 4px 8px;
	font-size: 0.95em;
}
.tblAlgo th {
	background: #f5f5f5;
	font-weight: bold;
}
