.responsive-table{width:100%;border-collapse:collapse}@media screen and (max-width:767px){.responsive-table thead{display:none}.responsive-table tbody tr{display:block;margin-bottom:1.5rem;border:1px solid #eee;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.responsive-table tbody tr td{display:flex!important;padding:.75rem .75rem .75rem 50%!important;text-align:right;position:relative;border-bottom:1px solid #eee;min-height:3rem;align-items:center}.responsive-table tbody tr td:last-child{border-bottom:none}.responsive-table tbody tr td:before{content:attr(data-label);position:absolute;left:0;width:35%;padding-left:.75rem;font-weight:600;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:100%;display:flex;align-items:center;background-color:#f9f9f9}.responsive-table td.actions-cell{justify-content:flex-end}.responsive-table td.actions-cell:before{content:none;width:0}}