.containerAccordion
{
    display:block;
    z-index:16;
    position: relative;
}

.itemAccordion
{
    display : block;
    width : inherit ;
    padding: 5px;

    font-family: calibriregular;


    cursor: pointer;
    color: #f0f0f0;
    text-align: left;



}



.animation-2 {

    width: 1024px;
    height: 110px;
}

.item-dataAccordion
{
    display : none ;
    width : inherit ;
    font-family: calibriregular;
    height : auto ;
    border: 1px solid #a8a8a8;
    background-color: #efefef;
}


.activeAccordion {
    background : #eee ;
    color : #000 ;
}
.item-dataAccordion div{

    z-index: 16;
}