.center{
    text-align: center;
}
.right{
    text-align: right;
}
   /* .items_table tr {
        border:1px solid black;
    }
    .border{
        border:.25px solid  black;
    } */
    
        .table-style{
            border-collapse:collapse;
            width:100%;
        }
        
        .table-header{
          
            font-size:15px;
            font-weight:500;
            line-height:40px;
        }
        
        .table-style tbody tr{
          border: none;
           
            /* line-height:34px; */
        }
        
      
        .table-style tbody td,th{
            padding: 0px;
            border:.25px solid black;
            /* text-align: center; */
        }