li.previous {
    text-align: left;
}
li.previous > :only-child::before {
    content: "< "
}
li.first-in-topic {
    text-align: center;
}
li.next {
    text-align: right;
}
li.next > :only-child::after {
    content: " >"
}
nav.msg-nav li {
    width: 20%;
}
div.msg {
    max-width: 80em;
    margin: 0 auto;
}
div.msg-body blockquote {
    color: darkblue;
}
ul.msg-list span.subject {
    font-weight: bold;
}
ul.msg-list span.author {
    font-style: italic;
}
td a:only-child {
    display: block;
}
ul.msg-list li a:only-child, ul.group-list li a:only-child {
    display: block;
}
ul.msg-list li:hover, ul.group-list li:hover {
    background-color: #e9ecef;
}
