.printStyle {
    direction: rtl;
}

.printStyle .leftColumn {
    text-align: right;
}

.printStyle .rightColumn {
    text-align: left;
}

.printStyle .directionltr {
    direction: ltr;
}

.printStyle .infobillsection .titleinfobill {
    float: right;
    text-align: left;
}

.printStyle .infobillsection .tbinfobill {
    float: right;
    border-right: 1px solid #aaa;
}

.printStyle .infobillsection .tbinfobill .billrow {
    text-align: right;
}

.printStyle .infobillsection .tbinfobill .billrow span:first-child {
    padding-left: 8px;
}
