body {
	background-color: #dfdfdf;
	color: #2f2f2f;
	font-family: helvetica;
	font-size: 13px;
	padding: 20px;
	text-align: center;
}

.clear:before,
.clear:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clear:after {
	clear: both;
}

.skillsdoc {
	background-color: #fff;
	margin: auto;
	padding: 45px 10px 35px;
	text-align: left;
	width: 900px;
}

#searchContainer {
	text-align: center;
}

#navbarContainer {
	align-items: center;
	background-color: #2f3136;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin: 0 30px;
	padding: 12px 30px;
}

.navbarLeft {
	display: flex;
	gap: 8px;
}

.navbarRight {
	display: flex;
}

.navToggleBtn {
	background-color: transparent;
	border: none;
	border-radius: 20px;
	color: #b9bbbe;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	padding: 8px 16px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.navToggleBtn:hover {
	background-color: #40444b;
	color: #dcddde;
}

.navToggleBtn.active {
	background-color: #2b67af;
	color: #ffffff;
}

#navbarContainer #searchResultCount {
	align-items: center;
	color: #b9bbbe;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	padding-right: 12px;
}

#navbarContainer #skillsSearch {
	background-color: #40444b;
	border: none;
	border-radius: 4px;
	color: #dcddde;
	font-size: 14px;
	outline: none;
	padding: 8px 12px;
	width: 200px;
}

#navbarContainer #skillsSearch:focus {
	background-color: #202225;
}

#navbarContainer #skillsSearch::placeholder {
	color: #72767d;
}

#rankingsContainer,
#categoriesContainer,
#skillsContainer {
	display: none;
	margin-top: 15px;
}

#noResultsMessage {
	color: #888;
	font-size: 16px;
	margin-top: 30px;
	text-align: center;
}

@media screen {
	.skillsdoc {
		-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 6);
		-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 6);
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 6);
	}
}

@media print {
	body {
		background-color: #fff;
		padding: 0;
	}

	a:link,
	a:visited {
		color: #00f;
	}

	.skillsdoc {
		padding: 0;
	}

	#headerModule {
		margin-top: 0;
	}

	#searchContainer,
	#navbarContainer {
		display: none !important;
	}
}

.skillsmodule {
	margin: 0 30px;
	padding: 10px 0;
}

.skillsmodule:not(#headerModule):not(:first-child) {
	border-top: 1px #6fa0db solid;
	min-height: 18px;
}

.skillsmodule .leftcol {
	float: left;
	width: 180px;
}

.skillsmodule .rightcol {
	clear: right;
	font-family: Hack, 'Comic Mono', monospace;
	line-height: 1.5;
	margin: 0 0 0 180px;
}

.skillsmodule .leftcol > div {
	color: #6fa0db;
	font-size: 18px;
	font-weight: bold;
}

#skillsContainer .skillsmodule:not(:first-child) {
	border-top: 1px #6fa0db solid;
	margin: 0 30px;
	padding: 20px 0;
}

#skillsContainer .skill-name {
	color: #6fa0db;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

#skillsContainer .skill-description {
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 8px;
}

#skillsContainer .skill-meta {
	color: #666;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 4px;
}

#skillsContainer .skill-meta-label {
	color: #6fa0db;
	font-weight: bold;
}

#skillsContainer .skill-meta a {
	color: #2b67af;
	text-decoration: none;
}

#skillsContainer .skill-meta a:hover {
	text-decoration: underline;
}

#headerModule #titlehead {
	font-family: Hack, 'Comic Mono', monospace;
	padding-bottom: 10px;
	text-align: center;
}

#headerModule #name {
	color: #2b67af;
	font-size: 46px;
	font-weight: bold;
}

#headerModule #title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
}

#headerModule #location {
	color: #888;
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
}
