
.row {
    margin-left:-5px;
    margin-right:-5px;
    
}
    
.column {
float: right;
width: 50%;
padding: 5px;
}
.column2{
    float: left;
    width: 45%;
    padding: 5px;
    }


.content0{
    width: 100px;
    text-align: center;
}
.caption{
    height: 20px;
    font-size: 13px;
}
.content2{
    width: 230px;
}
.content1{
    width: 40px;
    text-align: center;
}
.caption3{
    height: 20px;
    width: 190px;
    font-size: 13px;
}
.content4{
    width: 150px;
    font-size: 13px;
}

.pdfbg{
    background-image: url("images/loan-card-front.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.underline {
    text-decoration: underline dotted;
}

.justify{
    text-align: justify;
}

.textIndent{
    text-indent: 20px;
}

@page {
    margin-header: 0mm;
    margin-footer: 0mm;
}

.dot-red { height: 10px; width: 10px; background-color: red; border-radius: 50%; display: inline-block; margin-right: 5px;}
.dot-transparent {height: 10px; width: 10px; background-color: transparent; border-radius: 50%; display: inline-block; margin-right: 5px;}