.accrdion-header {
/*	background: linear-gradient(to right, #636363 0%, #c0c0c0 100%);*/
	background: #909090;
	border-radius: 5px;
	margin-bottom: 1px;
	color: #fff;
	cursor: pointer;
	padding: 10px 10px 10px 40px;
	font-size: 17px;
	position: relative;
}
.accrdion-header:before {
	position: absolute;
	content: "+";
	display: block;
	left: 20px;
}
.accrdion-active .accrdion-header:before {
	content: "-";
}
.accrdion-content {
	padding: 10px;
	line-height: 1.7rem;
}
.accrdion-content a {
    color: #4573A7;
}
.accrdion-content a:hover {
    color: #6C97CE;
}