body {
  padding-top: 4.5rem;
}

label {
  font-weight: 600;
}

.footer {
  margin: 5rem 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 85%;
}

.navbar-default {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}

[aria-expanded=true] > .bi-caret-right-fill {
  display: none;
}

[aria-expanded=false] > .bi-caret-down-fill {
  display: none;
}

.json-object {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  width: 100%;
  color: #212529;
}

.json-name,
.json-value {
  border-width: 1px;
  padding: .25rem .25rem;
}

.json-name {
  background-color: #f9f9f9;
  white-space: nowrap;
}

.json-value {
  background-color: #fff;
  width: 100%;
}
