
#container {
  min-width:320px;
  width: auto !important;
}
.container {
  width: auto;
  max-width: 680px;
}

.table-bordered td, .table-bordered th {
  white-space: nowrap;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .4rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.accordion>.card {
  overflow: visible;
}

.btn-group>.btn.active {
  z-index: inherit;
}

.card-header-pills {
  margin-left: 0px;
  margin-bottom: 2px;
}

@media (min-width: 576px) {
  .modalFull {
    max-width: 100%;
    width: 90%;
    height: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}