﻿body {
}
.data {
    font-family: Arial;
    font-size: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
}
    .data .values {
        font-size: 12px;
        font-weight: bold;
    }

.main-label {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}main-label .final-amount {
        text-align: right;
        font-size: 14px;
        font-weight: bold;
    }

.header-label {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}
.with-borders {
    border: solid;
    border-color: gray;
    border-width: thin;
}
.legal-label {
    font-family: Arial;
    font-size: 8px;
    margin-bottom: 5px;
}
.a4 {
    width: 19cm;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.blanco {
    color: white;
}