.b-gantt > .b-toolbar{
  border-bottom:1px solid;
}
.b-gantt > .b-toolbar > .b-widget{
  margin-inline-end:1em;
}
.b-gantt > .b-toolbar .b-button{
  min-width:3.5em;
}

.b-theme-stockholm .b-gantt > .b-toolbar{
  border-bottom-color:#d8d9da;
}

.b-theme-classic .b-gantt > .b-toolbar{
  background-color:#f1f1f4;
  border-bottom-color:#b0b0b6;
}
.b-theme-classic .b-gantt > .b-toolbar .label{
  color:#555;
}

.b-theme-classic-light .b-gantt > .b-toolbar{
  background-color:#fff;
  border-bottom-color:#e0e0e0;
}

.b-theme-material .b-gantt > .b-toolbar{
  background-color:#fff;
  border-bottom:none;
}
.b-theme-material .b-gantt > .b-toolbar .label{
  color:#555;
}

.b-theme-classic-dark .b-gantt > .b-toolbar{
  background-color:#2b2b2f;
  border-bottom-color:#2a2b2e;
}

.label{
  align-items:center;
}

@media (max-width: 450px){
  #container.b-panel .b-toolbar{
    font-size:0.7em;
  }
}

