body {
    font-family: sans-serif;
    font-size: 14px;
    max-width: 972px;
    margin: auto;
    padding-bottom: 60px;
    position: relative;
}

footer {
    bottom: 0;
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
}

table {
    border-collapse: collapse;
}

tbody#list > tr:nth-child(2n) {
    background-color: rgb(238, 242, 246);
}

th {
    text-align: left;
}

th, td {
    padding: 4px 10px;
}

.float-right {
    float: right;
}

.sticky {
    background-color: white;
    position: sticky;
    top: 0;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-nowrap {
    white-space: nowrap;
}

p.filters {
    border-top: lightgray 1px solid;
    border-bottom: lightgray 1px solid;
    padding: 1em 0;
}

p.filters span {
    display: inline-block;
    padding: 0.25em 0;
}
