.toggle_p {
	margin: 0;
}

.toggle_ul {
	margin: 0;
}

.answer {
	display:none;
}

.toggle-icon.toggle {
 display:inline-block;
}
h2.toggle {
	cursor:pointer;
        line-height: 1.1em;
}

h2.toggle span {
	cursor:pointer;
	background-image: url(https://www.annales-geophysicae.net/jquery_toggle_large_open.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	width: 24px;
	height: 24px;
}

h2.toggle.close span {
	background-image: url(https://www.annales-geophysicae.net/jquery_toggle_large_close.png);
}

.toggle-icon.toggle, 
h3.toggle {
	cursor:pointer;
        line-height: 1.1em;
}

.toggle-icon.toggle span,
h3.toggle span {
	cursor:pointer;
	background-image: url(https://www.annales-geophysicae.net/jquery_toggle_large_open.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	width: 24px;
	height: 24px;
}

.toggle-icon.toggle.close span,
h3.toggle.close span {
	background-image: url(https://www.annales-geophysicae.net/jquery_toggle_large_close.png);
}