#menu .list-group-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-bs h1 {
  display: block;
  font-size: 2em;
  margin: 0.67em 0px 0.67em 0px;
  font-weight: bold;
}
.no-bs h3 {
  display: block;
  font-size: 1.17em;
  margin: 1em 0px 1em 0px;
  font-weight: bold;
}
.no-bs h4 {
  display: block;
  margin: 1.33em 0px 1.33em 0px;
  font-weight: bold;
}
.no-bs p {
  display: block;
  margin: 1em 0px 1em 0px;
}

.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
  float: left;
}
/*
  support for lg and md not added, so we add it here
*/
.iconic-md:before {
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
}
.iconic-lg:before {
  font-weight: 500;
  font-style: normal;
  font-size: 64px;
}
.iconic-property-fill {
  color: #078DD8 !important;
}
.btn-not-strict {
  max-height: inherit;
}
