.header-navbar .navbar-header .navbar-brand {
  padding: 8px 0;
}

#questionSet .list-group-item {
  padding: 0.5rem 0.75rem;
}

.bg-light {
  background-color: #eeeeee !important;
}

.table.table-sm th,
.table.table-sm td {
  padding: 0.6rem 0;
}

.domain-summary-table.table-borderless thead th {
  border-top: none;
}

.domain-summary-table.table-borderless tbody td:not(:first-child) {
  text-align: center;
}

.card {
  border-radius: 0;
}

.media-body.indicator-status {
  border: none;
}

.primary-color {
  color: #125585;
}

input[type="radio"],
input[type="checkbox"] {
  width: inherit;
  height: inherit;
  display: inline-block;
}

.media-body {
  padding: 1rem;
}

.muted-heading {
  font-weight: bold;
  color: #aaa;
  font-size: 0.85em;
  text-transform: uppercase;
}

.main-menu.menu-light .navigation > li ul li > a {
  padding: 10px 18px 10px 42px;
}

footer.footer {
  position: relative;
  z-index: 12;
}

.hide-priority {
  visibility: collapse;
}

