.pal_for_edd_pay_for_order .order_details{
    margin: 0 0 1.5em;
    list-style: none;
    padding-bottom: 1.5em;
}
.pal_for_edd_pay_for_order .order_details li{
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.pal_for_edd_pay_for_order .order_details li:last-child{
    border-right: none;
}
.pal_for_edd_pay_for_order .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}
#edd_show_full_shipping_details p input, a.paypal_for_edd_express_cancel{
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;    
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #fff;
    background: #428bca;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: none;
    -webkit-user-select: none;
}
#edd_show_full_shipping_details p span{
    display: inline-block; 
    -webkit-user-select: none;
}
#edd_show_full_shipping_details p label{
    font-weight: 100;
}