.toggle_p {
	margin: 0;
}

.answer {
	display:none;
}

h2.toggle {
	cursor:pointer;
        display: inline;
        line-height: 2.2em;
}

h2.toggle span {
	cursor:pointer;
	background-image: url("https://www.copernicus.org/ci_refresh_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.copernicus.org/ci_refresh_jquery_toggle_large_close.png");
}

h3.toggle {
	cursor:pointer;
        display: inline;
        line-height: 2.2em;
}

h3.toggle span {
	cursor:pointer;
	background-image: url("https://www.copernicus.org/ci_refresh_jquery_toggle_short_open.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	width: 24px;
	height: 24px;
}

h3.toggle.close span {
	background-image:url("https://www.copernicus.org/ci_refresh_jquery_toggle_short_close.png");
}