.bootstrap-table .table,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > thead > tr > td,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tfoot > tr > td {
    padding: 4px !important;
}

.bootstrap-table .table > tbody > tr > td:first-child {
    width: 20px !important;
    max-width: 20px !important;
    overflow: hidden;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}
