body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0;
}

#header {
    background: whitesmoke;
    padding: 15px;
    margin-bottom: 15px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

th {
    background: whitesmoke;
}

.text-nowrap {
    white-space: nowrap;
}

details pre {
    white-space: pre-wrap;
    max-height: 400px;
    overflow: auto;
}
