/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

.ul-top{
	display: flex !important;
	justify-content: space-between !important;
}

.a-z-top {
	list-style: none !important;
}

#de {
	text-decoration: none !important;
}

@media screen and (max-width: 769px) {
	#de {
		display: inline !important;
	}
}