table#myTable_editar_grade tbody tr:hover {
  background-color: #ffffe8;
}

table#myTable_os_mx tbody tr:hover {
  background-color: #ffffe8;
}

table#myTable_index tbody tr:hover {
  background-color: #ffffe8;
}

table#myTable_troca tbody tr:hover {
  background-color: #ffffe8;
}

table#myTable_preco_aparelhos tbody tr:hover {
  background-color: #ffffe8;
}


.disable-dbl-tap-zoom {
  touch-action: manipulation;
}

* { touch-action: manipulation; }
