@charset "utf-8";
.h3{margin:15px 0 10px}
.list-group{position:relative;overflow:hidden;margin:-15px -15px 38px -15px}
.table tbody>tr>td, .table tbody>tr>th, .table tfoot>tr>td, .table tfoot>tr>th, .table thead>tr>td, .table thead>tr>th{padding:2px 6px}

.table-responsive .table-icon{display:none}
@media (max-width: 991px){
.table-responsive .table{width:100%}
}

@media only screen and (max-width: 768px){
.no-more-tables .table-default tbody tr td:first-child {display:block}
.no-more-tables .table-default [data-cell-header]:before {content: attr(data-cell-header);display: inline-block!important;min-width: 15%;margin-right: 15px;padding-right: 10px;font-size: 14px;font-weight: 700;color: #222;border-right: 1px solid #ccc}	
}

@media only screen and (max-width: 560px){
.no-more-tables .table-default td {display:block!important;}
}
