﻿.receiptNotice {
    font-size: 12px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
    color: #bababa;
    line-height: 1.9em;
}

.receiptLabel {
    margin-bottom: 10px;
    color: #033858;
    font-size: 13px;
    line-height: 11px;
    letter-spacing: 1px;
}

.ReceiptLabelForm {
    margin-bottom: 10px;
    color: #033858;
    font-size: 13px;
    line-height: 11px;
    letter-spacing: 1px;
}

.ReceiptValueForm {
    width: 100%;
    height: 38px;
    padding-right: 0;
    padding-left: 5px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-radius: 0;
    background-color: transparent;
    color: #222;
    font-size: 15px;
}

.ReceiptSeparatorField {
    height: 5px;
}

.w-clearfix {
    position: relative;
}

    .w-checkbox:after, .w-clearfix:after, .w-container:after, .w-embed:after, .w-nav:after, .w-radio:after, .w-row:after, .w-slider, .w-tabs:after {
        clear: both;
    }

    .w-clearfix:after, .w-clearfix:before {
        content: " ";
        display: table;
    }

.ReceiptTitle {
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    color: #033858;
}

.ReceiptBottomSection {
    /*position: absolute;*/
    float: left;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 5px;
    min-height: 460px;
    padding-right: 28px;
    padding-left: 28px;
    background-color: #fff;
    opacity: 1;
}

.receiptBody {
    padding: 28px;
}