.nav-pills > li > a {
  padding: 6px 8px !important;
}
.box-header .box-tools {
  text-align: center;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  top: 12px;
}
.box-tools>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.box-tools>.btn:last-child:not(:first-child), .box-tools>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.box-header .box-tools .btn {
  padding: 5px 8px !important;
}
.box-tools>.btn {
  position: relative;
  float: left;
  font-size: 10px;
}
.box-tools>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}