
#progress_img
{
    height:30px;
    display: none;
}

#current_dbs
{
    margin-top: 20px
}

.json-result
{
    width:100%;
    height: 200px;
    white-space: nowrap;
}
.json-result-multi
{
    width:100%;
    white-space: nowrap;
}
.cache-mark,.plural-mark
{
    height: 10px;
    width:36%;
    margin-left: 5%;
    display: inline-block;
}
.p-color-mark{
    background-color:#0433ff;
}
.c-color-mark{
    background-color: #00f900;
}
.user-login{
    width:200px;
    padding:15px;
    border:1px solid grey;
    display: inline-block
}
pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }
