.custom-specification .tab-content .tab-pane .container-lg {
	padding-left: 1.5rem;
	
}
.custom-specification .nav-tabs{
	border-bottom:0;
}
.custom-specification .nav-item .nav-link {
	border:0;
	margin-bottom:0;
}
.custom-specification .accordion-button.btn-link > div {
	margin-bottom: 0;
}
.custom-specification .accordion-button.btn-link[aria-expanded="true"] {
	color: var(--swift-button-link-hover-color);
}
	.custom-specification .nav-item .nav-link.active{
		color: var(--swift-button-link-hover-color);
	}
.custom-specification .accordion .accordion-item .accordion-button.btn-link {
	text-decoration:none;
}
.custom-specification .tab-content .tab-pane .container-lg .g-col-12.grid {
	margin-bottom: 0;
}
.custom-specification .tab-content .tab-pane .container-lg .table.table-striped {
	margin-bottom: 0;
}
