﻿.forum table.topics {
  width: 100%;
}
.forum table.topics tr {
  background-color: #ffffff;
}
.forum table.topics tr.alt {
  background-color: #f0f8ff;
}
.forum table.topics tr th,
.forum table.topics tr td {
  padding: 4px;
}
.forum table.topics tr th.cmd,
.forum table.topics tr td.cmd {
  text-align: left;
  width: 5%;
  vertical-align: top;
}
.forum table.topics tr th.topic,
.forum table.topics tr td.topic {
  text-align: left;
  width: auto;
}
.forum table.topics tr th.created,
.forum table.topics tr td.created {
  text-align: left;
  width: 25%;
}
.forum table.topics tr th.posts,
.forum table.topics tr td.posts {
  text-align: center;
  width: 5%;
}
.forum table.topics tr th {
  background-color: #428bca;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
}
.forum table.topics tr td.topic a {
  font-size: 1.4em;
  font-weight: bold;
  color: #000000;
}
.forum table.posts tr {
  background-color: #ffffff;
}
.forum table.posts tr.alt {
  background-color: #f0f8ff;
}
.forum table.posts tr.reply td.body {
  padding-left: 50px;
}
.forum table.posts tr td {
  padding: 10px;
}
.forum table.posts tr td.cmd {
  width: 5%;
  vertical-align: top;
}
.forum table.posts tr td.postedBy {
  width: 20%;
  vertical-align: top;
  border-right: 1px dotted #000000;
}
.forum table.posts tr td.body {
  width: auto;
  vertical-align: top;
}
.forum table.posts tr td.body .cmd {
  margin-top: 15px;
}
.forum table.posts tr td .reply {
  padding: 10px 10px 10px 40px;
  border-top: 1px dotted #000000;
}
.forum table.posts tr td .reply:first-child {
  border-top: 0 none;
}
.forum table.posts tr td .reply .cmd {
  margin-top: 15px;
}
/*# sourceMappingURL=forums.css.map */