
.vr { font-family: Calibri;
   	font-size: 15px;
   	color: rgb(164, 164, 164);
   	font-weight: normal;
};

.vr2 { font-family: Calibri;
   	font-size: 14px;
   	color: rgb(164, 164, 164);
   	font-weight: normal;
};

.fnt { font-family: Calibri;
   	   font-size: 12px;
   	   color: rgb(164, 164, 164);
   	   font-weight: normal;
};

.table.dataTable tbody th, table.dataTable tbody td {
   	height: 8px;
   	font-family: Calibri;
   	font-size: 14px;
   	color: rgb(164, 164, 164);
}

.table td {
    height: 8px;
    font-family: Calibri;
    font-size: 14px;
    color: rgb(164, 164, 164);
}

.number-right {
    text-align: right;
}

div.op1 {
    width: 38%;
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    color: rgb(96, 96, 96);
}

div.op2 {
    width: 38%;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    float:right;
}