
.tabs-content {
	margin-bottom: 15px;
}

.tabs-content div{
	display:none;
}

.tabs-content div.active {
	display: block !important;
}


