
body {
  background-color: #e9eaec;
  font-family: Verdana, Arial, Helvetica;
}

.container {
  background-color: #fff;
  width: 990px;
  margin: auto;
  border-radius: 8px;
  padding: 8px;
  font-size: small;
}

h1 {
  color: #d98c00;
  font-size: 16px;
  margin-top: 0;
}

h1 a {
  color: #d98c00;
  text-decoration: none;
}

p {
  margin-top: 0;
}

a {
  color: #000;
}
a:hover {
  color: #8e8d9a;
}

header {
  font-weight: bold;
}

.thread-list {
  border-collapse: collapse;
  border-spacing: 1px;
  border: 1px solid #C9CFD5;
}

.thread-list td {
  border-left: 1px solid #C9CFD5;
}

.thread-list thead {
  background-color: #003366;
  color: white;
  text-align: left;
  padding: 4px;
}

.thread-list th {
  padding: 4px;
}

.thread-list td {
  padding: 4px;
}

.thread-list tbody tr:nth-child(odd) {
  background-color: #fafafd;
}

td.thread-icon {
  padding-right: 8px;
}

td.thread-subject {
  width: 99%;
  padding-left: 8px;
}

.post {
  display: flex;
  flex-direction: row;
  background-color: #fafafc;
  border: 1px solid #ccd2de;
  margin-bottom: 16px;
}

.post-side {
  background-color: #eeeeff;
  border-right: 1px solid #ccd2de;
  width: 180px;
  padding-bottom: 16px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.post-author {
  font-weight: bold;
}

.post-side time {
  display: block;
  margin-top: 16px;
}

.post-body {
  flex: 1;
  padding: 4px;
  margin-bottom: 4px;
}

.post-body img {
  max-width: 100%;
}

.post-subject {
  border-bottom: 1px solid #9a9a9a;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-top: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.post-attachments {
  margin-top: 16px;
}

.user-stats td:first-child {
  font-weight: bold;
}

footer {
  font-style: italic;
  color: #777;
  float: right;
  position: relative;
  top: 10px;
}
footer a {
  color: #777;
}
footer a:hover {
  color: #555;
}
