.list {
    background: white;
    border-radius: 8px;
    /*
    border: 1px solid #dadada;
    */
    box-shadow:0 1px 0px 0 rgba(0,0,0,0.1), 0 1px 3px 0 rgba(0,0,0,0.05)
}


.list-item {
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    display: block;
    padding: 8px;
}

.list-item:hover {
    background: #f8f8f8;
}



.page-content {
    
}

.datatable tbody { cursor:pointer; }