.sdp-title{
    padding-bottom: 25px;
}
.orders-wrap{
    font-size: 12px;
}
.table-pdf tr td{
    /*border: solid blue 1px;*/
    padding: 12px;
}
.col-sm-6{
    display: inline-block;
}
.row-even{
    /*background: #d6d6d6;*/
}
.row-odd{
    /*background: #eaeaea;*/
}
.item-row td{
    border-top:solid 1px #000000;
}
.table{
    border: #000000 solid 1px;
}
.od-table .table tr th {
    background: #f2f2f2;
}
.row-heading{
    background: #f2f2f2;
    padding: 15px 0 15px;
    font-size: 11px;
}
.od-table .table tr th {
    padding: 12px;
    border-collapse: collapse;
}
.od-table .table tr td{
    padding: 10px;
    border-collapse: collapse;
}
h5,h6,p{
    margin: 0;
}
.info-block{
    text-align: left;
    width:40%;
}
.user-detail-tbl,.user-payment-tbl,.total-price-tbl{
    width:100%;
}
.user-payment-tbl td{
    border:solid 1px #000000;
    padding: 5px;
    border-collapse: collapse;
}
.no-border{
    border:none !important;
}
.width-90{
    width: 90px;
}
.width-150{
    width: 145px;
}
.total-price-tbl tr td{
    border:solid 1px #000000;
    padding: 5px;
}
.grey-bg{
    background: #f2f2f2;
}