.pagination { display: flex;flex-flow: row;flex-wrap: nowrap;justify-content: center;align-items: stretch;}
.pagination li { width: 50px; background: #232324; border: 1px solid #484849 ; line-height: 2.5;text-align: center;}
.pagination li a { display: block;text-align: center; line-height: 2.5 }
.pagination .active { background: #16baaa; color: #fff; }
.pagination .disabled {}
.pagination .disabled span { color: #484849 }

.tdavatar { height: 55px; background-size: cover; background-repeat: no-repeat; background-position: center }