.pdproductshipping table {
    background: #fff;
}
.pdproductshipping h3{
    text-transform: uppercase;
}

.pdproductshipping table thead {
    background: #929292;
    color: #222!important;
    font-size: 13px;
}

.pdproductshipping table thead th, .pdproductshipping td {
    padding: 12px 11px;
    vertical-align:middle; 
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}

.pdproductshipping table thead th.delivery_infos {text-align: left;}
.pdproductshipping table thead th.delivery_name {text-align: left;}

.pdproductshipping td.option_name {text-align: left; width:30%;}
.pdproductshipping td.option_infos {text-align: left;}
.pdproductshipping td.option_price {width:20%; font-weight: bold}

.pdproductshipping p {padding-top: 5px}
.pdproductshipping sup {color:red;}