.realtech_banner {
    z-index: 1;
    width: 100%;
    min-height: 110px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-bottom: solid 5px #00b5ec;
}

.footerNode {
    position: fixed;
    bottom: 0;
    width: 100%;
    overflow: visible;
    z-index: 99;
    clear: both;
    background-color: rgba(8,8,8);
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(
        -45deg
    );
    -webkit-transform: rotate(
        -45deg
    );
    width: 100px;
    display: block;
    background: #f80000 ;
    background: linear-gradient(#f80000 0%, #3e3e3e 100%);
    box-shadow: 0 3px 10px -5px rgb(255 4 4);
    position: absolute;
    top: 19px;
    left: -21px;
    z-index:  1;
}

.tbl_recibo {
    width: 100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.tbl_recibo tbody { 
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.tbl_recibo td, 
.tbl_recibo th {
    padding: 0 !important;
}

@media print {
    .print-no-margin {
        margin: 0 !important;
        padding: 0 !important;
        border: none;
    }
}