﻿
.renderjson a {
    text-decoration: none;
}

.renderjson .disclosure {
    color: #E7505A;
    font-size: 100%;
}

.renderjson .string {
    color: #525E64;
    font-weight: bolder;
}

.renderjson .number {
    color: #525E64;
    font-weight: bolder;
}

.renderjson .boolean {
    color: #525E64;
    font-weight: bolder;
}

.renderjson .key {
    color: #525E64;
}

.renderjson .object.syntax {
    color: #2F353B;
}

/*

.renderjson .syntax {
    color: grey;
}

.renderjson .keyword {
    color: lightgoldenrodyellow;
}

.renderjson .array.syntax {
    color: lightsalmon;
}

.highlight .nc {
    color: plum;
    font-weight: normal;
}

.highlight .nt {
    color: lightblue;
}

*/
