* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  background: #000 linear-gradient(#000, #111) fixed;
}
body {
  overscroll-behavior: none;
  padding-bottom: 100px;
  background: none;
  color: #555;
  font-family: monospace;
}
tr:nth-child(even) {
  background: #111;
}
#list {
  border: none;
  border-collapse: collapse;
}

h1,
#list {
  max-width: 720px;
  width: 100%;
  margin: auto;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

td {
  padding: 0.2em 0.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

tr:first-child td {
  padding: 0.5em;
}
tr:first-child td a {
  color: #777;
  text-decoration: none;
}
tr:first-child td a:hover {
  text-decoration: underline;
}

th {
  text-align: left;
  font-weight: bold;
  background: #181818;
  padding: 0.5em;
  border-bottom: none;
}
th a {
  text-decoration: none;
}
th a:nth-child(2) {
  color: #555;
}

a {
  color: #f00;
}
a:hover {
  color: #e33;
}
