ul.dashboard-list{
	position: relative;
	list-style-type: none;
	padding: 0; 
	margin: 0;
}

li.dashboard-list-item{
	text-decoration: none;
	margin-top:0.25rem;
	margin-bottom:0.25rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	padding-left:0.75rem;
	padding-right:0.75rem;
	height: 2.5rem;
	cursor: pointer;
}

.term-categories {
	list-style-type: none;
	padding: 0rem;
	margin: 0rem;
	border-top: solid 1px #8b0000;
	border-bottom: solid 1px #8b0000;
	
}
