/* Set body initial config */
.markerContainerReceipts {
    font-family: "Arial", serif;
    font-size: 12pt;
}

/* Header logo */
.header-logo {
    width: 100%;
    height: 100px;
}

/* Custom image for some payments, a blank image will be used if current payment doesn't have a custom company logo */
.customReceiptImage {
    width: 96px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style for headings */
.section-heading {
    font-family: "Arial Bold", serif;
    font-size: 14pt;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

/* Styles for DOM label/value pair elements */
.labelStyle {
    color: #848688;
    font-weight: 400;
    text-align: right;
    width: 41%;
    vertical-align: top;
}

.valueStyle {
    word-break: break-all;
}

/* Footer logo */
.footer-logo {
    width: 100%;
    height: 100px;
}

/* helpers classes */
.top-margin-small {
    margin-top: 24px;
}

.bottom-margin-small {
    margin-bottom: 24px;
}

.full-width {
    width: 100%;
}

.align-center {
    text-align: center;
}

/***
 * OTHERS
 */
.mainContentReceipt {
    width: 850px;
    height: 1050px;
}

div#html {
    padding: 10px;
}

table tr.page-break {
    page-break-after: always;
}

.logoStyle {
    width: 220px;
}

.sarahTaxesTable {
    width: 400px;
    margin: 0;
    padding: 0;
    border: 1px solid black;
}

.statusHeading {
    height: 10px;
}

.loteriaCell {
    width: 10%;
    text-align: right;
}

.branding .paddingStyle {
    padding-left: 160px;
}