.card .document{
    padding: 100px;
}

.document, .document h1{
    font-size: 14px !important;
}
.document h1{
    font-size: 12px !important;
    margin: 50px;
    font-weight: bold;
    text-align: center;
}
.document table{
    width: 100%;
}
.document td{
    vertical-align: top;
}
.document .dotted{
    border-bottom: 1px dotted black !important;
    text-align: center;
}
.document td.nowrap{
    white-space: nowrap !important;
}
.document td.shrink{
    width: 1px;
    min-width: 1px;
}
.document span.space-sm{
    display:inline-block;
    width: 50px;
}
.document span.space-md{
    display:inline-block;
    width: 150px;

}
.document span.space-lg{
    display:inline-block;
    width: 250px;

}
.document .footer{
    margin-top: 50px;
}

.document p{
    text-align: justify;
}

