div#accordion{
	border: thin solid #c2bfc3;
}

ul.circle {list-style-type: circle}

.toggler{
	margin: 0px;
	padding: 2px 5px;
	background: white;
	border-top: thin solid #f5f5f5;
	border-right: thin solid #ddd;
	border-bottom: thin solid #ddd;
	border-left: thin solid #f5f5f5;
	font-size: small;
	font-weight: normal;
	cursor: pointer;
}

.element{
	padding: 10px 10px 30px 20px;
}
