img {
    display: block;
}

.inlineimages img {
    display: inline;
}

table.doctable {
    border-collapse: collapse;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

    table.doctable th {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #999999;
        text-align: left;
        font-style: italic;
        font-weight: bold;
    }

    table.doctable th, table.doctable td {
        padding: 0.3em 0 0.1em 2em;
        vertical-align: top;
    }

        table.doctable th:first-child, table.doctable td:first-child,
        table.doctable th:first-child, table.doctable td.first-child {
            padding-left: 0;
        }

table.fc-table td, table.fc-table th {
    padding: 0 1em;
}

.fc-table td:first-child,
.fc-table td.first-child {
    font-weight: bold;
    text-align: center;
}
