body, html {
  font-size: 15px;
  font-family: monospace, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
form {
  padding: .5rem;
}
input {
  display: block;
  margin-bottom: .5rem !important; 
}
table {
  width: 100%;
}
table tr td {
  max-width: 30vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: .25rem .25rem;
}

table tr:nth-child(2n-0) {
  background-color: rgba(128,128,128,.15);
}

a {
  text-decoration: none !important;
}

/* Disable text selection highlighting for the entire element */
p, span, div, label, body {
  user-select: none;
}
