* {
  font-family: sans-serif;
}

h1, h2, a {
  display: flex;
  justify-content: center;
  margin: 20px;
}

table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

td {
  padding: 10px;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

/*

.list-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

tr {
  border: solid;
}

tr.noborder {
  border: none;
}

td {
  padding: 8px;
}

span.complete {
  text-decoration: line-through;
}

button {
  margin-left: 8px;
}

button.active {
  font-weight: bold;
  font-size: 125%;
}

span#count::after {
  content: '\0000A0';
}

input#new-task {
  width: 100%;
}

td.outer {
  width: 1%;
}

td.middle {
  width: 100%;
}

*/
