Shipping Method List - radio buttons

I am having an issue where the shipping method list is not displaying properly. The options are overlaying the radio buttons.

There is no radio button styling applied to this theme and it should use browser/os specific styles instead.
I would appreciate if you could post your website URL where I can see this example, so I can modify it and provide you with exact solution.

Not a problem at all, here it is. I am using a Canada Post plugin for Woocommerce.

http://velcrodogdesigns.com/clients/liquidgreen/

Add this to Theme Options - Other - Custom CSS and let me know if it did got the job done.

#shipping_method label {
    font-weight: 400;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 60%;
}
#shipping_method {
    text-align: left;
}