.table {width: 100%;border-collapse: collapse;}
.table > thead > tr {background: #F5F5F5;text-align: left;}
.table > thead > tr th {padding: 10px;border: 0;border-bottom: 1.5px solid #B8B8B8;font-weight: 500;}
.table > tbody > tr {border-bottom: 1px solid #e8e8e8;}
.table > tbody > tr td{padding: 10px; font-size: 11px;}
.table > tbody > tr:last-child{border-bottom: 0;}
.table > tbody > tr > td > .ellipsis{display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;direction: ltr;max-width: 14vw;}