dt {
	font-weight: bold;
	margin: 0px 20px 0px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

	dt:before {
		content: "-";
		font-size: 1.5em;
		font-family: "Courier New", Courier;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #000;
		background-color: #fff;
		font-weight: normal;
		top: 5px;
		margin-left: -15px;
		position: relative;
	}


dd {
	margin: 5px 50px 5px;
	padding-bottom: 0px;
	}

	dd:before {
		font-size: 1.5em;
		font-family: "Courier New", Courier;
		margin-right: 7px;
		padding: 2px 9px;
		color: #000;
		background-color: #fff;
		margin-left: -38px;
		position: relative;
		top: 0px;
	}

.show {display: block;}
.hide {display: none;}