.table-col-center {
  min-width: 130px;
  text-align: center;
}
@media (min-width: 992px) {
  .table-col-center {
    display: block !important;
  }
  table.table-col-center {
    display: table !important;
  }
  tr.table-col-center {
    display: table-row !important;
  }
  th.table-col-center,
  td.table-col-center {
    display: table-cell !important;
  }
}
.table-col-right {
  min-width: 100px;
  text-align: right;
}
@media (min-width: 992px) {
  .table-col-right {
    display: block !important;
  }
  table.table-col-right {
    display: table !important;
  }
  tr.table-col-right {
    display: table-row !important;
  }
  th.table-col-right,
  td.table-col-right {
    display: table-cell !important;
  }
}
.table-pesq-produto-col-status {
  min-width: 100px;
  text-align: center;
}
.table-pesq-produto-col-acoes {
  min-width: 105px;
  text-align: center;
}
