body {
  color: #333333 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #333333 !important;
}

.content {
  z-index : auto !important;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
}

.navbar {
  background: linear-gradient(90deg, #32120f 30%, #bf3527 100%) !important;
}

.navbar-expand-sm .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  border-bottom: 1px solid #be3526;
  padding-bottom: 3px;
}

.navbar-expand-md .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  border-bottom: 1px solid #be3526;
  padding-bottom: 3px;
}

.navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  border-bottom: 1px solid #be3526;
  padding-bottom: 3px;
}

.navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  border-bottom: 1px solid #be3526;
  padding-bottom: 3px;
}

.navbar-expand-xxl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  border-bottom: 1px solid #be3526;
  padding-bottom: 3px;
}

.content-formatting img {
  /* margin: 5px 10px !important; */
}

.radiovision-formatting {
  text-align:center !important;
}

.radiovision-formatting img {
  margin-bottom: 15px !important;
}

.form-label {
  padding-left:0px;
}

/* .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  background-image: none;
}

.was-validated .form-control:valid {
  background-image: none;
} */

/* theme does allow for table border */
thead, tbody, tfoot, tr, td, th {
  border-width: 1px;
}

/*hightlight search terms */
.highlight{
  display: inline-block;
  padding: .1em .1em;
  background: #FFFF66;
}
