.div1 {
    display: flex; justify-content: space-between;
}
.div2{
    display: flex; justify-content: flex-start;
}
.div3{
    text-align: 'rigth'
}
.div4 {
    font-size: 16px; font-weight : 700;padding : 2px; color : 'rgb(0, 0, 120)'; 
}
.div5 {
    font-size: 12px; padding : 2px
}
.div6{
    border : 2px solid black
}
.div7 {
    font-size: 16px; font-weight : 900
}
.div8{
    display: flex; justify-content: space-between
}
.div9{
    font-size: 14px; font-weight : 700; padding : 2px
}
.div10{
    font-size: 12px; font-weight : 500; padding : 2px
}
.div11{
    font-size: 16px; font-weight : 800; padding : 2px; color : rgb(0, 100, 220);
}
.div12{
    font-size: 14px; color : rgb(0, 100, 220)
}
.div13{
    border-collapse: collapse; width: 99%; border: 1px solid #C1C0B9
}
.div14{
    display: flex; justify-content: space-between; padding : 0px
}
.div15{
    font-size: 11px; color : rgb(0, 0, 90); padding : 10px;
}
.div16{
    justify-content: center; padding-left : 150px;
}
.div17{
    height : 80px
}
.div18{
    font-size: 14px; margin-top : -10px; font-weight :'900';
}
.divTitle{
    font-size: 12px; font-weight : 800; background-color : rgb(0, 100, 220); color : white;
}
.divTitle1{
    font-size: 12px; font-weight : 500; padding : 1px;
}
.divTitle2{
    font-weight : 500; padding : 1px
}
.divTitle3{
    font-weight : 600; font-size: 12px;
}
.divTitle4{
    font-size: 12px; font-weight : 500; padding : 1px ;
}
.divTitle5{
    border: 1px rgb(0, 0, 180); font-size: 12px;
}
.divTitle6{
    display: flex; justify-content: space-between;
}
.divTitl {
    font-weight : 400; font-size: 11px; padding-left : 50px;
}
.table_, .table_ tr, .table_ td {
    border:  1px solid rgb(230, 230, 230);
}