          *{
                box-sizing: border-box;
            }
            .payslip {
                padding: 10px;
                width: 100%;
            }
            .address-container {
                text-align: center;
            }
            .address-container span {
                display: block;
                font-size: 16px;
                line-height: 1.4;
            }
            .slip-details {
                text-align: left;
                margin-top: 30px;
                line-height: 1.4;
                font-size: 16px;
            }
            .slip-details span {
                display: block;
            }
            .qty-container {
                margin-top:30px; 
                line-height: 1.4;
                font-size: 16px;
            }
            .qty-container .item-title {
                margin-top: 5px;
            }
            .qty-item {
                padding-left: 20px;
                overflow: hidden;
            }
            .qty-item .qty {
                float: left;
            }
            .qty-item .price{
                float: right;
                text-align: right;
            }
            .price-details {
                margin-top:30px;
            }
            .price-details table{
                width: 100%;
            }
            .price-details table tr td:first-child {
                text-align: left;
            }
            .price-details table tr td:last-child {
                text-align: right;
            }
            .price-details table tr td {
                line-height: 1.4;
                font-size: 16px;
            }
