body,
input {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
		sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 18px;
	color: #24292e;
}
body {
	background-color: #f0f0f0;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
section {
	padding: 1em 0;
}
footer {
	padding: 2em 0;
}
.container {
	max-width: 700px;
	width: calc(100% - 80px);
	min-width: 300px;
	margin: 0 auto 1em;
	padding: 0 40px;
}
ul#comics-list {
	padding: 0;
	margin-top: 0;
	min-height: 2em;
	max-height: 80vh;
	overflow-y: auto;
	border: 1px solid #aaa;
	border-top: 0;
	position: relative;
}
ul#comics-list:before {
	content: "No results found";
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	z-index: -1;
}
ul#comics-list > li {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 8px;
	border-top: 1px solid #aaa;
	background-color: #f0f0f0;
}
@media screen and (max-width: 600px) {
	ul#comics-list > li {
		flex-direction: column;
	}
}
.actions {
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}
.actions a + a {
	margin-left: 12px;
}
nav {
	border-bottom: 1px solid #aaa;
}
nav > a,
nav > b {
	flex: 0 0 auto;
	margin-right: 24px;
}
div.spaced {
	margin: 18px 0;
}
input.search {
	padding: 4px 4px;
	height: 38px;
	border: 1px solid #aaa;
	width: 100%;
	box-sizing: border-box;
}
input.search:focus {
	flex-basis: 30%;
	outline: none;
}
input.search::placeholder {
	color: #aaa;
}

textarea.copyable {
	position: fixed;
	top: 0;
	left: 0;
	width: 2em;
	height: 2em;
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
}

.logo {
	vertical-align: text-bottom;
	max-height: 32px;
}

.ellipsis {
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.icon-link {
	outline: 0;
	opacity: 0.5;
	padding-left: 5px;
}
.icon-link:hover,
.icon-link:focus {
	opacity: 1;
}
.icon {
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
}
.feedly-icon {
	margin: -4px;
	width: 28px;
	height: 28px;
}

.gray {
	color: #aaa;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.nav-header {
	font-size: 2em;
	font-weight: 200;
	color: #000;
}

.preview-header {
	font-size: 1.25em;
	color: #333;
	font-weight: 300;
}
img.preview-comic {
	max-width: 100%;
}

a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #036;
}
.main-page-header {
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
}
.suggested {
	text-align: center;
	font-size: 0; /* hide whitespace */
}
.suggested-item {
	display: inline-block;
	position: relative;
	width: 220px;
	margin: 5px;
	text-align: left;
	border: 1px solid #06c;
	background-color: #fff;
}
.suggested-item:hover {
	border-color: #00336a;
	background-color: #def;
}
.suggested-item img {
	max-width: 100%;
}
.suggested-item .title-and-author {
	display: block;
	padding: 0 0.5em 0.2em;
	font-size: 14pt;
}

.suggested-item .title-and-author .author {
	font-size: 10pt;
}
.supporter {
	margin-bottom: 1em;
}

/*#suggested {  background-color: #aaddff; } ccbbff light purple */
/*#browse {     background-color: #f78422; } orange that matches the copy links */
#supporters {
	background-color: #ded;
}
#contact {
	background-color: #f78422;
}
/*footer {      background-color: #bbeecc; } f7a462 light greens */
