body {
  margin: 0;
  padding: 16px 20px;
  background: #ffffff;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.3;
}

.year-shell {
  max-width: 900px;
  margin: 0 auto;
}

h1 {
  margin: 0 0 6px;
  text-align: center;
  font-size: 32px;
}

h2 {
  margin: 18px 0 8px;
  font-size: 23px;
}

p,
ul,
table {
  margin: 0 0 14px;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

hr {
  height: 2px;
  border: 0;
  background: #808080;
  margin: 12px 0;
}

.tagline,
.site-index {
  text-align: center;
}

.core-heading-row {
  display: block;
}

.core-heading-accent {
  display: none;
}

.resume-list {
  padding-left: 34px;
}

.resume-list li {
  margin-bottom: 6px;
}

.directory-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #808080;
}

.directory-table th,
.directory-table td {
  padding: 6px 8px;
  border: 1px solid #808080;
  vertical-align: top;
}

.directory-table th {
  width: 130px;
  background: #eeeeee;
  text-align: left;
}

.whats-new ul {
  padding-left: 34px;
}

.year-footer {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.time-slip {
  margin-top: 18px;
  font-size: 16px;
}

@media (max-width: 640px) {
  body {
    padding: 12px;
  }

  h1 {
    font-size: 27px;
  }

  .directory-table,
  .directory-table tbody,
  .directory-table tr,
  .directory-table th,
  .directory-table td {
    display: block;
    width: auto;
  }
}
