table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

table {
    width: 100%;
}

th, td {
    text-align: left;
    padding: 5px;
}

a {
    text-decoration: none;
    color: black;
}

.forumBody {
    margin-top: 10px;
    margin-bottom: 5px;
}

.postSubject, .postAuthor, .postDate {
    margin: 0px;
    padding: 0px;
    display: block;
}

.postSubject {
    font-size: medium;
}

.postAuthor, .postDate {
    font-size: small;
    font-style: italic;
}

#returnLinks {
    margin: 5px;
}

#returnLinks a, #returnLinks p {
    display: inline;
}

.forumGroupContainer {
    width: 100%;
    border-style: solid;
}

.forumGroupContainer:last-of-type {
    border-top-style: none;
}

.centerColumn {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

.forumRow {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom-style: solid;
}

.categoryRow, #mainPostRow {
    background-color: lightgray;
}

.responseRow {
    background-color: white;
}

.forumRow:last-child {
    border-bottom-style: none;
}

.categoryName {
    width: 100%;
    border-right-style: solid;
    padding: 5px;
}

.responseCount {
    width: 150px;
    border-right-style: solid;
    text-align: center;
    padding: 5px;
}

.topResponse {
    width: 400px;
    padding: 5px;
}

.postSubjectAuthorDate {
    width: 100%;
    border-right-style: solid;
    padding: 5px;
}

.postPageAuthorCol {
    width: 150px;
    border-right-style: solid;
    padding: 5px;
}

.postBody {
    padding: 5px;
    width: 100%;
}

.forumButton {
    margin-top: 5px;
    margin-bottom: 5px;
}