#linklist nav:not(:last-child) { margin-bottom: 20px; }
#linklist a {
	position: relative;
	display: block;
	padding: 0.3em 1em 0.3em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid #dce1d5;
}

#linklist a::after,
#linklist a::before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}

#linklist a::after {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid #dce1d5;
}
#linklist a::before {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}
#linklist a:hover { color: #ff9c00; }
