
h2.resp-accordion {
	cursor: pointer;
	display: none;
}

.resp-tab-content {
	display: none;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
	display: block;
}

.resp-tab-content-active {
	display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
	ul.resp-tabs-list {
		display: none;
	}
	
	h2.resp-accordion {
		display: block;
	}
	
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: 100px;
		clear: none;
	}
	
	.resp-accordion-closed {
		display: none !important;
	}
	
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}
