.posts-header {
    padding-left: 0;
}

.topics-header {
    width:55%;
    float: left;
    padding-left: 1em;
}

.stats-header {
    width:25%;
    float: left;
    padding-left: 0.5em;
}

.last-post-header {
    width:20%;
    float: left;
}

.status-panel {
    width:100%;
    background-color: #EBEBEB;
}

.status-panel-text {
    padding-left: 1em;
    font-size: .7em;
}

.msg-panel {
    position: relative;
    display: flex;
    padding: 1em 0;
    border: 1px solid transparent;
}

.msg-panel:hover {
    background-color: #EAEAEA;
    color:inherit;
    border: 1px solid orange;
}

.msg-header {
    width:55%;
    float:left;
    padding-left: 0.5em;
}

.msg-body {
    display: none;
}

.msg-footer {
    width:100%;
    font-size: 0.75em;
}

.msg-stats {
    width:25%;
    float:left;
    padding-left: 0.5em;
}

.msg-last {
    width:20%;
    float:left;
}

.msg-title {
    font-size: 1em;
    color: #003511;
    font-weight: bold;
    word-wrap: break-word;
}

.msg-title a {
    text-decoration: none;
    color: #003511;
}

.msg-title a:hover {
    text-decoration: underline;
    color: #268444;
    font-weight: bold;
}

.top-border {
    border-top: 1px solid #eee;
}

.pager-bottom {
    padding: 1rem;
    font-size: 1.25rem;
}

.message {
    padding: 1rem;
}