.accordion_headings{
	padding:3px;
	/*background:#4f6228;*/
	color:#FFFFFF;
	border:0px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	width:100%;
	box-sizing:border-box;
	font-family:Georgia;
	font-size:12px;
}
.accordion_headings:hover{
	/*background:#4f6228;*/
	/*text-decoration:underline;*/
}
.accordion_child{
	background:#EFEAEA;
	width:100%;
	box-sizing:border-box;
	font: normal 9px Verdana, Helvetica, wsans-serif;
    color: #676765;
    line-height: 17px;
    padding-top: 0px;
}


.accordion_headings_carta_identita{
	padding:3px;
	background:#546d8c;
	color:#FFFFFF;
	border-bottom:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	width:100%;
	font-size:12px;
	font-family:Georgia;
	box-sizing:border-box;
}

.accordion_headings_carta_identita a{text-decoration: none;  color:#FFFFFF;  font-weight:bold;display:block;font-size:12px;}
.accordion_headings_carta_identita a:hover{text-decoration:underline;}

.accordion_child_carta_identita{
	padding:3px;
	background:#EFEAEA;
	width:100%;
	box-sizing:border-box;
}

.header_highlight{
	background:#4f6228;
	cursor:default;
}


.menu_sx{position:relative;}

.arrow_down:before{
content: "\f0d7";
color:#ffffff;
	text-decoration:none!important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -2px;
    right: -23px;
}

.arrow_up:before{
content: "\f0d8";
color:#ffffff;
	text-decoration:none!important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    right: -13px;
}
#test5-content{background: #EFEAEA;}