body{
    overflow-x:hidden;
}

.footer-quick-widget .e-n-tab-title{
	flex:1;
    flex-direction: column;
}

.footer-quick-widget .e-n-tab-title:first-child{
	border-radius:6px 0px 0px 0px;
}
.footer-quick-widget .e-n-tab-title:last-child{
	border-radius:0px 6px 0px 0px;
}
.footer-quick-widget .e-n-tabs-content div[role="tabpanel"]{
	display:none;
}