Style
%%html
<style>
.box_style{
font-color: #5e6a71;
background-color:white;
}
.button-select{
color: white;
font-family: "Calibri";
background-color: #2670A9;
}
<! widget.Tab header width auto scale ╌>
.jupyter-widgets.widget-tab > .p-TabBar .p-TabBar-tab {
flex: 0 1 auto
}
</style>