/* JSON syntax highlight classes for dialogs and inspectors */
.json-key {
    color: #b07219;
}
.json-string {
    color: #008000;
}
.json-number {
    color: #1c00cf;
}
.json-boolean {
    color: #aa0d91;
    font-weight: bold;
}
.json-null {
    color: #808080;
    font-style: italic;
}
