.book-details-table{
    margin-top: 10px;
    tr{
    border: 1px solid rgba(0, 0, 0, 0.03);

       &:nth-child(odd){
           background: rgba(0, 0, 0, 0.03);
       } 
    }
}