div.accordeon_container {
	clear: both;
	margin-top: 10px;
	max-width: 840px;
}

div.accordeon_header {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
}

h3.accordeon_header_plusminus {
	position: absolute;
	right: 10px;
	top: 5px;
	margin: 0px;
}

div.accordeon_header h3, div.accordeon_header p {
	margin: 0px;
}

div.accordeon_content {
	padding: 20px;
	display: none;
	background-color: rgba(255, 255, 255, 0.1);
}

div.accordeon_content p:last-child {
	margin-bottom: 0px;
}