/* Misc */

.content_narrow {
    width: 70%;

    margin: auto;
}

/* Debug */

.pretty-print-container {
  font-family: Arial, sans-serif;
  font-size: 14px;

  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  overflow-x: auto;

  cursor: pointer;
}

.object-header {
    font-style: italic;
    padding: 0.2em 0;
}

.object-item {
    margin-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.object-key {
  font-weight: bold;
  color: #333;
}

.object-value {
}

.object-value-string {
    color: red;
}

.object-value-boolean {
    color: #666;
}

.object-indent .object-item {
    margin-left: 20px;
}