body.page-checkout .form-item-address-selector,
body.page-rma-request .form-item-address-selector {
    display: none;
}

#address_book_filter_label {
    margin-right: 10px;
    float: left;
    clear: left;
    margin-top: 4px;
    width: 100%;
}

#address_book_filter {
    float: left;
    margin-right: 1.5%;
    width: 30%;
    margin-bottom: 10px;
    font-size: 12px;
    height: 20px;
    padding-left: 5px;
    box-sizing: border-box;
}


#delivery_info_selector.address_book_filter_selector {
    /*width: 495px;*/
    line-height: 28px;
    height: 25px;
    padding-top: 5px;
    width: 68.5%;
}

.form-item-delivery-address-selector {
    float: none;
    clear: both;
}

#checkout_container #edit-delivery-fields-container .form-item.form-item-delivery-address-selector {
    /*border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 15px;*/
    /*padding-bottom: 5px;*/
}

#checkout_container #edit-delivery-fields-container .form-item.form-item-to-collect,
#rma_return_details .form-item-to-collect {
    margin: 0;
    background: #fff;
    margin-right: 10px;
    padding: 0px 5px;
}

#checkout_container #edit-delivery-fields-container .form-item.form-item-delivery-first-name,
#rma_return_details #company_address_info {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
}

#rma_return_details .form-item.form-item-delivery-address-selector {
    margin: 1px;
}

#rma_return_details .delivery_block_description {
    margin: 10px 0;
}

.form-item.form-item-rma-address-address-line-1 {
    margin-top: 0px;
}


#user-profile-form select[name='delivery_address_selector'] option[value='-1'],
#user-profile-form select[name='delivery_address_selector'] option[value='-2'] {
    display: none;
}


.address_entry_label {
    font-size: 14px;
    font-weight: bold;
    width: 770px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}


#delivery_save_address_wrapper {
    margin-top: 15px;
}

body.page-address-book #delete_link a,
body.page-address-book #cancel_link a,
body.page-address-book a#edit-cancel,
body.page-address-book .import_link a,
body.page-address-book .export_link a,
body.page-address-book .service_links li a,
#views-exposed-form-address-book-page .views-submit-button input {
    font-family: 'proxima-nova-condensed', Helvetica, Arial, sans-serif;
    display: block;
    padding: 6px 10px;
    background-color: #75bd43;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 11px !important;
    color: #fff;
    line-height: 1em;
    color: #FFF;
    float: left;
    text-transform: uppercase;
}

.page-address-book #delete_link a:hover,
.page-address-book #cancel_link a:hover,
body.page-address-book a#edit-cancel:hover,
body.page-address-book .import_link a:hover,
body.page-address-book .export_link a:hover,
body.page-address-book .service_links li a:hover,
#views-exposed-form-address-book-page .views-submit-button input:hover {
    background: #7D7D7F;
}

body.page-address-book table.sticky-header a {
    color: #fff;
}

body.page-address-book table.sticky-enabled td {
    padding: 4px;
}
