@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
    color: #a8998c;
    text-align: center;
    text-decoration: none;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

#ul-by-module ol, ul, li {
  /*list-style-type: disc;*/
  font-family: Abel, sans-serif;
  /*Abel, sans-serif;: normal;*/
  color: #a8998c;
  font-size: 1.05rem;
}

#navbar_menu {
  background-color: #ffffff;
  padding: 2px;
  font-size: 0.8em;
}

#navbar_menu a {
  color: #acb4bb;
  text-decoration: none;
  margin-right: 10px;
}

#navbar_menu a:hover {
  color: #17a2b8;
  font-weight: bold;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  font-family: Abel, sans-serif;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
    background-color: #e8e8e8;
  }
}

@media (min-width: 768px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 2.5rem;
  }
}

.row {
  /*--bs-gutter-x: 1.5rem;*/
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.features-icons {
  font-size: 1em;
}

.logo_and_name {
  font-size: 1.3em;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: #fe9900;
  border-color: #fe9900;
}

#example {
  margin-bottom: 0;
}

#features-table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  margin-left: auto;
  margin-right: auto;
}

#features-table td {
  text-align: center;
  /*vertical-align: middle;*/
}

#features-table tr {
  line-height: 10px;
}

#versions-note {
  text-align: center;
  line-height: 2.2;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  /*font-size: smaller;*/
}

.m-auto p {
  margin: auto !important;
  text-decoration: none;
}

.fs-11 {
  font-family: 'PT Sans';
  font-size: smaller;
}

