body {
	margin: 0 0 0 0;
	color: black;
	background: white;
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 9pt;
}
img {
	border: none;
}
#tabs ul {
	display: table;
	margin: 0;
	padding: 14px 0 0 0;
	white-space: nowrap;
}
#tabs li {
	float: left;
	margin-left: 8px;
	padding: 5px 8px;
	background: #b0b0b0;
	box-shadow: inset 0 -2px 3px -3px #888;
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
}
#tabs li.active {
	color: red;
	background: #ccc;
	box-shadow: none;
}
#tabs a {
	color: #444;
	text-decoration: none;
}
#pageTitle {
	float: right;
	padding: 4px 8px 2px 0;
	color: red;
	font-weight: bold;
	font-size: 24px;
}
@media all and (max-width: 600px) {
	#pageTitle {
		display: none;
	}
}
#prefsButton {
	float: right;
	margin: 8px;
}
#main {
	background: #ccc;
	padding-top: 0.1px; /* prevent margin collapse */
}
#loadingPlaceholder {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: white;
	padding: 10px;
	text-align: center;
}
table.columns {
	border-spacing: 0;
	padding: 0 3px;
	width: 100%;
}
.col1 .column { width: auto; }
.col2 .column { width: 50%; }
.col3 .column { width: 33%; }
.col4 .column { width: 25%; }
.col5 .column { width: 20%; }
.column {
	padding: 0;
	vertical-align: top;
}
.box {
	position: relative;
	margin: 10px 5px;
	padding: 10px;
	color: black;
	background: white;
	overflow: visible;
}
.comics .box {
	padding: 0;
}
.box .title {
	margin: 0 0 4pt 0;
	color: red;
	background: inherit;
	font-size: 10pt;
	font-weight: bold;
}
.comics .box .title {
	padding: 3pt 5pt;
	float: left;
	font-size: 8pt;
	color: white;
	background: red;
}
.box .title a {
	color: inherit;
	background: inherit;
}
.box .closebutton {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.box:hover .closebutton {
	display: block;
}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box li {
	background: inherit;
	line-height: 160%;
}
.box li.new {
	color: red;
}
.box li:before {
	content: "•";
	padding-right: 5px;
}
.box a {
	color: black;
	background: inherit;
	text-decoration: none;
}
.newsbox {
	font-size: 9pt;
	line-height: 130%;
}
.newsbox-inline {
	padding-left: 20pt;
}
.newsbox-hidden {
	display: none;
	position: absolute;
	margin-right: 15pt;
	border: 1px solid black;
	padding: 5pt;
	color: black;
	background: #ffffaa;
	overflow: hidden;
	z-index: 10;
}
.comic {
	display: block;
	clear: both;
	padding-bottom: 10px;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.draggable {
	cursor: move;
}
.drop-indicator {
	height: 2px;
	background-color: red;
	margin: 10px 5px;
}
dialog::backdrop {
	background: rgba(0, 0, 0, 0.5)
}
@media (prefers-color-scheme: dark) {
	body {
		background: #282828;
	}
	#main {
		background: #121212;
	}
	#tabs li {
		background: #303030;
	}
	#tabs li.active {
		background: #121212;
	}
	#tabs li a {
		color: #ddd;
	}
	.box {
		background: #282828;
	}
	.box a, .box li {
		color: white;
	}
}
