body {
        font-family:'Lucida Console', Monaco, monospace;
        font-size:1.5em;
        height:100%;
}

a {
        color: #222;
        text-decoration: none;
}

a:hover {
        color: #444;
        text-decoration: underline;
}

a:visited {
        color: #222;
        text-decoration: none;
}

ul {
        padding: 0;
        list-style-type: none;
        margin-top:0.5em;
        margin-bottom:0.5em;
}

li {
        padding-left: 0.6em;
        margin-bottom: 0.4em;
}

input, button {
  font-family:'Lucida Console', Monaco, monospace;
  font-size:1em;
  background-color:#fff;
}

button:hover {
  background-color:#eee;
}

th {
  padding-right:1em;
}

td {
  padding-right:1em;
}

.border table {
  border: 1px solid #000;
  border-collapse: collapse;
}
.border td {
  border: 1px solid #000;
}
.border th {
  text-align: left;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}
