body#checkout section.checkout-step .ups_map_content hr {
    margin: 1rem 0;
    padding: 0;
    clear: both;
    float: none;
    height: 0.01rem;
    background: #ccc;
}

.ups_company {
    font-size: .75rem;
    line-height: normal;
    font-weight: bold;
}
.ups_address {
    font-size: .75rem;
    line-height: normal;
}

.ups_map {
	margin-top:20px;
	margin-bottom:20px;
	display:none;
    border: 1px solid #d6d4d4;
}

.ups_map .ups_map_title {
    color: #333;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 17px;
}

.ups_map .ups_access_point_list {
    overflow-x: hidden;
    overflow-y: autpo;
    background-color: #fff;
    max-height: 500px;
}

.ups_access_point {
    border-bottom: 1px solid #efefef;
    padding: .55rem;
}

.ups_access_point_highlight {
    background-color: #e7e7e7;
}

.ups_access_point .name {
    font-weight: bold;
}

.ups_access_point .address {
    font-size: 0.9em;
}

.ups_access_point .action
{
    margin-top: 5px;
    overflow: hidden;
}

.ups_access_point .action .details {
    float: left;
    cursor: pointer;
}

.ups_access_point .action .select{
    float: right;
    cursor: pointer;
}

#map {
	display:block; 
	width:100%; 
	height:500px;
}

#ups-select-access-point-info {
	display: none;
}

#ups-select-access-point-info button {
    margin-top: 5px;
    padding: 0.5rem 0.75rem;
    background: white;
    font-size: .75rem;
}

.ups-access-point-info {
    font-size: 11px;
}

.ups-access-point-info p{
    font-size: 11px;
    margin-bottom: 0;
}

.ups_map #errors {
    display: none;
}
.ups_map .warning_upsap_mandatory {    margin-top: 10px;    margin-bottom: 10px;}

.ups_access_point .action a {
    background: #efefef;
    padding: 0.15rem  0.35rem;
    font-size: .75rem;
}

.gm-ui-hover-effect{display: none!important;}