table.records-list {
    background: #fff;
    border: 1px solid #969da8;
    border-bottom: none;
    margin: 5px 0;
}

table.records-list thead th {
    background: #969da8;
    border-bottom: 1px solid #969da8;
    border-right: 1px solid #969da8;
    color: #fff;
    padding: 3px;
    text-align: left;
    white-space: nowrap;
}

table.records-list thead th a {
    color: #fff;
}


table.records-list tbody td {
    border-bottom: 1px solid #a1a5a9;
    font-size: 10px;
    padding: 3px 5px;
    vertical-align: top;
}

table.records-list tbody td.subcontainer {
    text-indent: 30px;
}

table.records-list thead th.last, table.records-list tbody td.last {
    border-right: none;
}

table.records-list tr.selected, table.records-list tr.selected:hover, table.records tr.selected, table.records tr.selected:hover {
    background: #b4d2f3;
}

table.records-list tbody tr.record-selected, table.records-list tbody tr.record-selected:hover {
    background: #3879d9;
    color: #fff;
}

table.records-list tbody tr.record-selected a, table.records-list tbody tr.record-selected:hover a {
    color: #fff;
    text-decoration: none;
}

table.records-list tbody tr:hover, table.records-list tr:hover, table.records-list tr:hover {
    background: #d8e7ff;
}