html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.json-object,
.json-array {
    border-collapse: collapse;
    width: 50%;
}

.json-object td,
.json-array td {
    padding: 4px;
    vertical-align: top;
}

.json-property-name {
    font-weight: bold;
}
