/* module-key = 'com.gliffy.integration.confluence:gliffy-confluence-list-table', location = 'gliffy/controls/listtable/ListTable.css' */

.list-table {
    display: inline-block;
}

.list-table table {
    width: 100%;
}

.list-table tr {
    text-align: left;
    padding: 3px 5px;
}

.list-table .header tr {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.list-table .body {
    overflow-y: scroll;
}

.list-table .body tr {
    border-bottom: 1px solid #ccc;
}

.list-table .body tr:hover {
    background-color: #eee;
}

.list-table .body tr.is-selected {
    background-color: #f3eeff;
}

