
/*fix for btn classes having 0 font-size*/

.btn,
.btn-toolbar,
.btn-group {
  font-size: 0.75em;
}
