@charset "utf-8";
/* CSS Document */
.jf-ObjectBrace {
    color: #00AA00;
    
}
.jf-ArrayBrace {
    color: #0033FF;
    font-weight: bold;
}
.jf-PropertyName {
    color: #92278f;
    font-weight: bold;
}
.jf-String {
    color: #3ab54a;
    font-weight: bold;
}
.jf-Number {
    color: #25aae2;
    font-weight: bold;
}
.jf-Boolean {
    color: #0000FF;
}
.jf-Null {
    color: #0000FF;
}
.jf-Comma {
    color: #000000;
    font-weight: bold;
}
.jf-eror{
    color: #25aae2;
    font-weight: bold;
    font-size: 12px;
}
pre.jf-CodeContainer {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
