.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  height: 20px;
  padding: 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.X-row > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-sm .container-thead > .row > .cell {
  padding: 4px;
}

.table-sm .container-tbody > .row > .cell {
  padding: 4px;
}

