.address-box {
    border: 1px solid #e5e5e5;
	background-color:#fff;
}
#addresses #center_column p {
	margin: 0 0 13px;
}
.address_add {
	margin-bottom:20px;
}
.address_add .button {
	background:#43B754;
	border:1px solid #43B754!important;
	line-height:50px;
	height:50px;
}

.address_update .button .fa {
	margin-right:5px;
}
.address_update .button {
	margin-right:20px;
	color:#000;
}
.order_delivery .box .address_title {
    margin: 0 -20px;
}
.address_title {
    border-bottom: 1px solid #E5E5E5;    
    font-size: 1.34em;
    font-weight: 600;
    line-height: normal;
	background:#F5F5F5;
}
.address_title h3 {
	padding:10px 0px ;	
}
.address_update {
	border-top: 1px solid #E5E5E5; 
	padding: 10px 15px !important;
}
.address .box{
	 background: none repeat scroll 0 0 #fff;
    border: 1px solid #ececec;    
    padding: 0px 20px 10px 20px;
    transition: all 0.2s ease-in 0s;
} 
.address li {
	line-height:30px;
	padding: 0 15px;
}
.order_delivery {
	margin-top:15px;
	margin-bottom:20px;
}
.order_delivery .address li {
    padding: 0;
}
.order_delivery .address_title h3 {
    padding: 10px 15px;
}