// Optional: Group multiple button groups together for a toolbar
.btn-toolbar {
  margin-left: -5px; // Offset the first child's margin
  @include clearfix;
  .btn,
  .btn-group,
  .input-group {
    float: left;
  }
  >.btn,
  >.btn-group,
  >.input-group {
    margin-left: 5px;
  }
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
