﻿.paymentreceipt h1 {
    font: bold 100% sans-serif;
    letter-spacing: 0.5em;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    border-radius: 0.25em;
    color: #FFF;
    margin: 10px 0 1em;
    padding: 0.5em 0;
}

.paymentreceipt address {
    float: left;
    font-size: 15px;
    font-style: normal;
    line-height: 1.25;
    margin: 0 1em 1em 0;
}

    .paymentreceipt address p {
        margin: 0 0 0.25em;
    }

.paymentreceipt hr {
    clear: both;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    border-left: 0;
    max-width: 100%;
}
/* article */
.paymentreceipt article, .paymentreceipt article address, .paymentreceipt table.meta, .paymentreceipt table.inventory {
    margin: 0 0 3em;
}

    .paymentreceipt article:after {
        clear: both;
        content: "";
        display: table;
    }

    .paymentreceipt article h1 {
        clip: rect(0 0 0 0);
        position: absolute;
    }

    .paymentreceipt article address {
        float: left;
        font-size: 125%;
        font-weight: bold;
    }
