.waiver-list-item {
    padding:5px;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
}
.waiver-list-item:nth-child(even) {
    background: #eeeeee;
}
.waiver-list-item.new-waiver {
    background: #ece08f !important;
}
.waiver-list-item .waiver-status {
    display: inline-block;
    padding: 6px 12px;
    font-weight: bold;
}
.waiver-new-flag {
    margin-right: 10px;
    font-weight: bold;
}
