/* expand the tabs in formatted json when the textbox is clicked */
p.json_data {
    font-family: monospace;
    font-size: 9px;
    cursor: pointer;
}
p.json_data:focus {
    cursor: text;
    white-space: pre-wrap;
}
p.json_data:hover, p.json_data:focus {
    background-color: white;
}
.left_view {
    left: 0;
    position: absolute;
    width: 50%;
}
.right_view {
    left: 50%;
    position: absolute;
    width: 50%;
}
.metadata {
    background:#eee;
    font-family:"helvetica neue",helvetica,arial,sans-serif;
    padding:20px;
    padding-top:10px;
}