.main_body{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: solaimanLipi;
}
.body_text{
   
}
.header_date{
    background-color: #2868AA;
    height: 40px;
    font-weight: bold;
    color: white;
    border-bottom: 5px solid #8BC643;
    alignment-adjust: central;
     
}

.footer_design{
    background-color: #2868AA;
    height: 80px;
    font-weight: bold;
    color: white;
   border-radius: 5px;
}


.cotis_board ul li{
    list-style: none;
    border-bottom: 1px solid black;
    border-bottom-style: dotted;
    
}
.cotis_board{
    
    padding: 5px;
    margin-top: 20px;
    border-radius: 5px;
}

.table_name{
    background-color: #EFEFEF;
    border-radius: 5px;
    border-top: 1px solid white;  
}
.header_nottic{
    background-color: #4DA54D;
    font-size: 25px;
    padding: 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.pro_title{
background-color: #4DA54D; text-align: center;    
font-weight: bold;
font-size: 18px;
}


