/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02-Oct-2015, 14:45:58
    Author     : benjamin
*/

.pp-receipt{
    border:1px solid #9d9d9d;
    padding: 10px;
    width:90%;
    background-color: #DADBDF; 
    
}

.pp-receipt-customer-detail,.pp-receipt-payment-detail{
    background-color: #fff;
    clear: both;
}

.pp-receipt-item{
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    clear: both;
    border-bottom: 1px solid gray;
    font-weight: bold;
    font-size: 14px;
}

.ppr-item-1{
    display: inline-block;
    float: left;
    width: 60%;
    padding: 5px;
}

.ppr-item-2{
    display: inline-block;
    float: left;
    width: 40%;
    padding: 5px;
}

.pp-receipt-item-desc{
    font-size: 10px;
    color: darkgray;
    font-weight: normal;
}