@charset "utf-8";

#listStyleTerms {
	list-style: none;
	margin-bottom: 0 !important;
	padding: 0 !important;
	
}
#listStyleTerms li{
	padding: 1px;
	font-family: inherit;
}
#listStyleTerms li p {
	padding-top: 5px;
	padding-bottom: 20px;
}
.term-title {
	font-size: 1.1em;
	color: #33B247;
	font-weight: bold;
}

