.responsive-table {
	overflow-x: auto;
}


.table .hide {
    display: none!important;
}


.table .showpart-container-list {
    max-height: 60px;
    overflow: hidden;
}

.table .show-all {
    max-height: none;
}


.table-bordered,  .table-bordered>tbody>tr>td,  .table-bordered>tbody>tr>th,  .table-bordered>tfoot>tr>td,  .table-bordered>tfoot>tr>th,  .table-bordered>thead>tr>td,
  .table-bordered>thead>tr>th {
    padding: 0.3rem;
    border: 1px solid #ddd;
}

.showpart-btn-list {
	color: #189EA0;
    cursor: pointer;
}