body {
    background-color: #f6f7f9;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

.card {
    border: none;
}

.js-test-row {
    cursor: pointer;
}

.js-trade-row {
    cursor: pointer;
}

.js-params-cell {
    cursor: pointer;
}

.js-params-toggle {
    user-select: none;
}

/* Sticky table header for the scrolling trades list on the test view page */
.trades-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    /* border-collapse collapses borders, so emulate the bottom border
       with a shadow, otherwise it scrolls away together with the header */
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
}

#paramsTable td {
    vertical-align: middle;
}
