.btn__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .btn__group .btn.btn-default {
    margin-bottom: 0; }
