h1, .h1 { font-size: 24px !important; }
h2, .h2 { font-size: 22px !important; }
h3, .h3 { font-size: 20px !important; }
h4, .h4 { font-size: 18px !important; }
h5, .h5 { font-size: 16px !important; }
h6, .h6 { font-size: 15px !important; }
.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;
}