body {
    font-family: system-ui, -apple-system, sans-serif;
}

.table-responsive {
    overflow-x: auto;
}

.table-hover > tbody > tr:hover > td {
    color: white;
    background-color: #0d6efd;
}

#raw-json {
    font-size: 0.85em;
    tab-size: 2;
}
