@media screen and (max-width: 768px) {
.sitemap dt {
	width:100%;
	font-weight:bold;
	padding:8px;
	border-bottom:#CCC 1px dotted;
}
.sitemap dt:before {
	content: "\f0da";
	font-family:FontAwesome;
	margin-right:4px;
	font-weight:normal;
	color:#fb6400;
}
.sitemap dd {
	width:100%;
	padding:8px;
	border-bottom:#CCC 1px dotted;
	padding-left:2em;
}
}
