@import url('debian.css');

.state-needed {
    background-color: #ff8888;
}

.state-ignored {
    background-color: #ffff88;
}

.state-pending {
    background-color: #ff88ff;
}

.state-released, .state-N-A {
    background-color: #88ff88;
}

/*
 * Stop table headings scrolling away using position: sticky; see
 * <https://stackoverflow.com/questions/11891065/>.
 */
table.fixed-header thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    background-clip: padding-box;
}
table.fixed-header tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #ffffff;
    background-clip: padding-box;
}
