@font-face { font-family: header-font; src: url('res/SFProverbialGothic.ttf'); }

body {
  background-color: black;
  margin-left: 25px;
  margin-right: 25px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  margin-left: 35px;
}

p.closed {
  text-align: center;
  font-size: 1.2em;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  margin-bottom: 5px;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a.no-decoration {
  text-decoration: none;
}

h1 {
  font-family: header-font;
  font-size: 3em;
  color: white;
  margin-bottom: 10px;
}

h2 {
  font-family: header-font;
  font-size: 1.5em;
  color: white;
  margin-bottom: 5px;
}

table {
  border-collapse: collapse;
}

tr {
  border: solid white;
  border-width: 1px 0;
}

tr:first-child {
  border-top: none;
  border-width: 3px 0;
}

tr:last-child {
  border-top: none;
  border-bottom: none;
}

tr.merged {
  border-bottom: none;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.center {
  margin: 10px auto 20px;
  display: block;
}

img.screenshot {
  width: 450px;
  padding: 5px;
}

td.date {
  text-align: center;
}

td.dow {
  text-align: center;
}

td.time {
  text-align: center;
}

.header {
  text-align: center;
}
