﻿h2 + .right {
    margin-top: -1em;
    margin-left: 1em;
}

.lt-ie9 .right {
    margin-left: 1em;
}

.filter .form-inline p {
    display: inline;
}

.filter .form-inline input, .filter .form-inline select {
    margin-bottom: auto;
}

table.tbl tbody th {
    letter-spacing: normal;
    white-space: normal;
}

    table.tbl tbody th a {
        font-weight: normal;
        padding-right: 0;
    }

#topics h2 {
    border-bottom: .1em solid #036;
    margin-bottom: .5em;
}

#topics .topic, #topics .archiveTopic {
    margin-bottom: 1em;
    border-bottom: .1em dashed #036;
    position: relative;
    clear: both;
}

    #topics .topic:last-of-type, #topics .archiveTopic:last-of-type {
        border: 0;
    }

#topics .archiveTopic {
    border-color: #999;
}

    #topics .topic.image, #topics .archiveTopic.image {
        padding-right: 90px;
    }

#topics img {
    float: right;
    margin-bottom: .5em;
    position: absolute;
    top: .5em;
    right: 1em;
}

#topics h3, #topics h4 {
    margin-left: 0;
}

#topics h3 {
    margin-bottom: .1em;
}

#topics h4 {
    font-weight: normal;
    font-style: italic;
    font-size: 90%;
    margin: 0;
}

#topics .topic p {
    margin-left: .5em;
}

#topics .archived {
    background: #e0e0e0;
    padding: .5em 1em;
    border-radius: 1em;
    margin-top: 2em;
}

    #topics .archived h2 {
        background: #e0e0e0;
        color: #666;
        border-color: #999; /*border-bottom: 0;*/
        font-style: italic;
        margin: .3em 0;
        margin-bottom: .75em;
    }