.container
{
    max-width: 55em;
    margin: 0 auto;
}

.article-section-heading
{
    font-size: 1.6em;
    color: #000088;
    background: #CCCCCC;
    padding-left: .25em;
}

.article-sub-section-heading
{
    font-size: 1.375em;
    color: #008800;
    background: #CCCCCC;
    padding-left: .25em;
}

.signature
{
    padding-left: 2em;
    margin-top: 2em;
    background: #CCCCCC;
}

.signature-name
{
    color: #000088;
    margin-right: 1em;
    font-style: italic;
    font-size: 140%;
}

.signature-date
{
    color: #004400;
    font-size: 100%;
}

.d_inlinecode
{
    display: inline-block;
}

table
{
    border: solid #046000;
    border-width: 2px 2px 2px 2px;
    border-collapse: collapse;
}

table tr
{
    border: none;
}

table td, table th, table caption
{
    text-align: left;
    vertical-align: top;
    padding: 0.3em;
}

table td
{
    border: none;
    /* border-bottom: 1px solid #E6E6E6; */
    border-bottom: 1px dotted #046000;
    text-align: justify;
}

table th
{
    border: none;
    border-bottom: 2px solid #046000;
}

table th:not(:last-child)
{
    padding-right: 1em;
    border-right: 1px solid #046000;
}

table td:not(:last-child)
{
    padding-right: 1em;
    border-right: 1px dotted #046000;
}

table a
{
    text-decoration: none;
}
