body {
	background-color: #fff;
	color: #000;
	max-width: 80ex;
	margin: 0 auto;
	padding: 3px;
}
form {
	margin: 0;
}
.nowrap {
	whitespace: no-wrap;
}
.a-r {
	text-align: right;
}
table.videos,
table.search,
table.search .input,
input.search {
	width: 100%;
}
table.videos {
	border-collapse: collapse;
}
table.videos tr td {
	vertical-align: top;
	padding: 0 3px;
}
table.videos tr.v:hover td {
	background-color: #eee;
}
td.thumb {
	width: 120px;
	text-align: center;
}
td.thumb img {
	height: 90px;
}
a {
	color: #000;
}
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #777;
}
/* dark mode */
@media (prefers-color-scheme: dark) {
	body {
		background-color: #000;
		color: #bdbdbd;
		color-scheme: dark;
	}
	table.videos tr.v:hover td {
		background-color: #111;
	}
	a {
		color: #56c8ff;
	}
	hr {
		border-color: 1px solid #222;
	}
}
