.EstimatedShippingMethods .ShippingMethodList .shippingquote table tbody tr,
#CheckoutStepShippingProvider > div > form > div.shippingquote > ul > li {
    display: none;
}

/* Additional styles necessary to complete project, client mentioned that there were problems with site after we fixed the javascript code, so we are fixing these anyway, even though we didn't affect it */
#header-cart p{
    display: inline-block;
}
#header-cart b{
    display: inline-block;
}
.Content .ProductList li{
    width: 228px !important;
}
