/* Nome do fornecedor com a mesma fonte e tamanho das demais colunas */
#supplierTable .company-cell strong{
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
  color:#10213a !important;
}

@media(max-width:1280px){
  #supplierTable .company-cell strong{
    font-size:11px !important;
  }
}
