pre {outline: 0px solid #ccc;
            padding: 2px;
            margin: 2px;
            white-space: -moz-pre-wrap;
            white-space: -o-pre-wrap;
            white-space: pre-wrap;
            word-wrap: break-word;
       }.string { color: green; }
        .number { color: darkorange; }
        .boolean { color: blue; }
        .null { color: magenta; }
        .key { color: red; }
        .image {
            max-height: 240px;
            max-width: 240px;
        }
        .video {
            max-height: 240px;
            max-width: 240px;
        }