.footer-cta,
.gh-head-button {
	display:none !important;
}

code, kbd, pre, samp {
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
}
.gh-content pre {
	white-space: pre-wrap;
}

.shame-table {
	line-height: 1.1em;
	white-space: unset !important;
}

.shame-table th {
	white-space: nowrap;
	padding: 0.5em;
	color: #03a9f5;
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #03a9f5;
}

.shame-table td {
	vertical-align: top;
	font-size: .9em;
	padding: 0.5em;
	border-bottom: 1px solid #eee;
}

.shame-table td:first-of-type {
	color: #03a9f4;
	font-weight: bold;
	text-align: center;
}

.shame-table ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.shame-table ul li {
	margin: 0 0 3px 0;
	border-radius: 4px;
	border: 1px solid transparent;
	line-height: 1em;
}
.shame-table ul li:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #03a9f4;
}

.shame-table ul li::before {
	content: "-";
	color: #03a9f4;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.shame-table .progressing {
	margin-top:3px;
	width: 65%;
	height: 14px;
	overflow: hidden;
	border-radius: 3px;
	float: left;
	background-color: #FFCCBC;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

.shame-table .bar {
	background-color: #8bc34a;
	height: 100%;
	box-shadow: 2px 0px #fff, inset 0px 2px 7px rgba(0,0,0,0.2);
}
.shame-table .percentage {
	float: right;
}

.hall-of-fame span {
    margin-bottom: 4px;
    background-color: #e1f5fe;
    padding: 0px 8px;
    border-radius: 4px;
    border: 1px solid #B3E5FC;
    display: inline-block;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
	color: #444;
}
@media (prefers-color-scheme: dark) {
	.hall-of-fame span {
		background-color: #444;
		border: 1px solid #555;
		color: #ddd;
	}
}
.tippy-content {
	font-size: 14px;
	padding: 4px;
	text-align: left;
}

.tippy-content pre {
	font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	text-align: left;
}

.search-form {
	margin-top: 1.5em;
	font-size: 16px;
}
.search-form input[type="text"] {
	color: #444;
	margin-right: .4em;
	border-radius: 5px;
	padding: 6px;
	border: 1px solid #fff;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.2);
}
.search-form input[type="submit"] {
	padding: 6px 10px;
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #fff;
}

.search-results {
	display: none;
}

.search-results > h2 {
	margin-bottom: 0.2em;
}

#results {
	margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

#results > a {
	border-bottom: 1px solid #ddd;
	padding: 1.2em 1em;
	display: flex;
	transition: .3s background-color;
	margin: 0 -1em;
}

#results > a:hover {
	background-color: #eee;
}

#results .search-title {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 0.3em;
	display: block;
}

#results .search-date {
	color: #90a2aa
}

#results .search-description {
	display: block;
	color: #60757e;
}

#results .search-separator {
	margin: 0 .5em;
}

#results .search-image {
	min-width: 200px;
	height: 100px;
	object-fit: cover;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	margin-right: 1em;
}

#results .search-content {
	display: flex;
	flex-direction: column;
}

.search-result-summary {
	margin-bottom: 1em;
	color: #60757e;
}

.post-card.post {
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.05);
	padding: 0em;
	overflow: hidden;
}
.post-card.no-image .post-card-content-link::before {
	content: '';
	height: 200px;
	display: block;
	margin-left: -1em;
	margin-right: -1em;
	border-radius: 3px;
	background-image: url('/library/img/blog-placeholder.png');
	background-size: cover;
}

.post-card.no-image .post-card-header {
	margin-top: 20px;
}

.post-card-content {
	padding: 0 1em 1em 1em;
}

.post-card-meta,
.gh-search {
	display:none;
}

.highlight.blue {
	background: #08f;
	color: #fff;
	border: #06c;
}
.highlight.green {
	background: #5b5;
	color: #fff;
	border: #393;
}

@media (min-width: 1001px) {
	.post-card-large .post-card-content {
		padding: 1em 1em 1em 0em;
	}
}

@media (min-width: 768px) {
	.has-cover .site-header-content {
		min-height: 400px;
		padding-bottom: 0;
		padding-top: 3em;
	}
	.search-form input[type="text"] {
		width: 350px;
	}
}
@media (max-width: 990px) {

	#results > a {
		flex-direction: column;
	}
	#results .search-content {
		margin-top: 1em;
	}
}