.article {position:relative;}
.accordion-header {
	font-size: 16px;
	background: #000;
	margin: 5px 0 0 0;
	padding: 5px 20px;
	border: 1px solid black;
	cursor: pointer;
	color:white;
}

.active-header {

	background-repeat: no-repeat;
	background-position: right 50%;
	border-color: black;
	color:white;
}

.active-header:hover {
	background: #090 !important;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: #070 !important;
	background-repeat: no-repeat;
	background-position: right 50%;
	margin-bottom: 20px !important;
}

.inactive-header:hover {
	background: #090 !important;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: white;
}

.closed-content {
	display: none;

}