body {
	padding: 3em 0;
}
div.rim {
	background-color: darkturquoise;
	height: 3em;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}
div.footer {
	background-color: lightcyan;
	bottom: 0px;
	height: 2em;
	position: fixed;
	text-align: right;
	width: 100%;
	z-index: 999;
}
div.sticky {
	background: paleturquoise;
	padding-left: 10px;
	position: sticky;
	top: 3em;
}
div.form {
	background: paleturquoise;
	padding: 3px;
}
div.form form {
	margin-block-end: 0px;
}
.header {
	cursor: hand;
	padding: 0.5em;
}
.header span {
	color: dodgerblue;
}
.header span.list-hidden {
	color: teal;
}
.header span {
	font-weight: bold;
	font-size: 1.5em;
	margin-right: 1em;
}
label {
	font-weight: normal;
}
div.item {
	padding: 0.2em;
}
div.item input[type=checkbox]{
	margin: 0 0.5em 0 0.2em;
}
.item .selected {
	color: lightgrey;
}
div.item label.waiting {
	color: blue;
}
div.item label.error {
	color: red;
}
div.item .editing {
	color: teal;
	font-weight: bold;
}
div.item input[type=text] {
	display: none;
	margin-left: 30px;
	text-align: center;
	width: 2em;
}
.item-delete {
	display: none;
	margin-left: 40px;
}
.count-ok {
	display: none;
}
div.form input.del {
	display: none;
	margin-left: 40px;
}
/* Logs */
div.log {
	font-family: "Courier New", monospace;
}
.user {
	color: darkcyan;
}
.list {
	color: gray;
}
.name {
	color: mediumblue;
}
.cls-ADD {
	color: limegreen;
}
.cls-DEL {
	color: red;
}
.cls-CNT {
	color: darkorange;
}
.cls-SEL {
	color: dodgerblue;
}
