.hide {
  display: none;
}

html.page-loading .content,
html.page-loading .sidebar {
  visibility: hidden;
}

#tabelaEmprestimos {
  width: 100% !important;
}

.table th, .table td {
  width: 120px !important; /* ou qualquer outra largura */
}
