@charset "utf-8";
/* Used in the sitemap page */

#sitemap a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0.4em;
	border: 1px solid #999;
	border-radius: .6em;
	margin-bottom: 0.4em;
	background-color: #dcdcff;
	background-image: linear-gradient( 0deg, hsl(240, 100%, 93%), hsl(240, 100%, 98%) );
}
#sitemap a:hover, #sitemap a:focus {
	background-color: #c1c1ff;
	background-image: linear-gradient( 0deg, hsl(240, 100%, 88%), hsl(240, 100%, 93%) );
	box-shadow: inset 0px 2px 4px hsla(0, 0%, 0%, 0.25);
}
#sitemap strong {
	color: #900;
	margin-right: 1em;
}
/* ######################## CHANGES FOR MOBILE ######################## */

@media only screen and (max-width: 1000px) {
#sitemap a {
	padding: 0.6em;
}
#sitemap strong {
	margin-right: .5em;
}

}
