.faqs-list .faq-item:nth-child(2n) {
    background-color: #efefef;
}

.faqs-list .faq-item .faq-edit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #ddd;
}
.faqs-list .faq-item .h3{
	cursor:pointer;
}

.faqs-list .faq-item .lead{
  	max-height: 0px;
    margin-bottom: 40px;
    overflow: hidden;
  	transition: all 0.4s ease-in-out 0s;
}

.faqs-list .faq-item .lead.open{
  	max-height:100%;
}