.ups_preview_container { width: 100%; clear: both; overflow: auto; margin: 10px 0; float: left; }
.ups_preview_container_cart { width: 100%; margin-top: 5px; clear: both; overflow: auto; text-align: right; }

#ups_address {    
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DCDCDC;
    color: #585858;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
#ups_address_cart { 
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DCDCDC;
    color: #585858;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center; 
}

#ups_dest_change { 
    display: none; 
    clear: both; 
    overflow: auto; 
    text-align: left;
    color: #4D4D4D;
    font-size: 14px; 
}
#ups_dest_change_cart { 
    display: none; 
    clear: both; 
    overflow: auto; 
    text-align: left;
    color: #4D4D4D;
    font-size: 14px;  
}

#ups_dest_country,
#ups_dest_country_cart,

#ups_dest_state,
#ups_dest_state_cart  { 
    border: 1px solid #999999;
    padding: 4px;
    margin: 0 !important;
    color: #4D4D4D;
    width: 100% !important; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#ups_dest_city,
#ups_dest_city_cart,

#ups_dest_zip,
#ups_dest_zip_cart {     
    border: 1px solid #999999;
    padding: 5px;
    margin: 0 !important;
    color: #4D4D4D;
    width: 100% !important; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#ups_rate_content {
    clear: both;
    overflow: auto;
    text-align: left;
    color: #4D4D4D;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#ups_rate_content_cart { 
    clear: both;
    overflow: auto;
    text-align: left;
    color: #4D4D4D;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ups_carrier_name { float:left; max-width: 75%; }
.ups_carrier_name_cart { float:left; max-width: 75%; }

.ups_carrier_label { text-align: right!important; float: none!important; display: inline!important;width:100%!important }

.ups_carrier_radio { float: left; text-align: left; }

.ups_carrier_rate {  float: right; }

.ups_pointer { cursor: pointer;}

.ups_carrier_buffer { width: 100%; clear: both; height:3px;}

#ups_line {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ups_hide_button, .ups_hide_button_cart {
    padding: 3px 6px;
    border: 1px solid #DCDCDC;
    background: #969696;
    color: white !important;
    float: right;
    margin: -3px 2px;
    cursor: pointer;
}
.ups_hide_button:hover, .ups_hide_button_cart:hover {
    text-decoration: none;
    background-color: #BDBDBD;
}
.submit_button {
    float: left; 
    width: 100%; 
    text-align: center;
}
.carrier_selection_radio {
    border: none;
    margin: 0 5px 0 0 !important;
    float: left;
}
.carrier_selection_name {
    text-align: left;
    width: auto !important;
    display: inline-flex !important;
    float: left;
}