.table-list__cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-list{width:100%}.table-list__row{width:100%;background-color:#fafafa;border-bottom:1px solid #f2f2f2;cursor:pointer;transition:all .5s ease}.table-list__row:nth-child(2n){background-color:#fff}.table-list__row:hover{background-color:rgba(161,132,188,.2)}.table-list__cell{max-width:370px;padding:20px 40px;font-family:Arial;font-size:14px;font-weight:400;line-height:16px;letter-spacing:normal;color:#4f4f4f;border-right:1px solid #f2f2f2}.table-list__cell:last-child{border-right:none}.table-list__cell_heading{font-weight:700;color:#333;text-align:left}.table-list__sticky th{position:sticky;top:0;background-color:#f2f2f2;cursor:default}