#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:#58575c;
}

.address_title h3 {
  color: #f08000;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 18px !important;
  padding-bottom: 15px;
  padding-top: 0;
  padding:10px 15px;
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  font-weight: bold;
}
.address.address-box {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #f0f0f0;
    border-radius: 6px;
    padding: 0 20px;
}
.address .box {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #fadfc1;
    border-radius: 5px;
    padding: 0 20px 10px;
    transition: all 0.2s ease-in 0s;
}
.address li {
	line-height:30px;
    text-align: center;
    color: #58575c;
}
.address-box .address_update {
    margin: 10px 0 20px;
}
.order_delivery {
	margin-top:15px;
	margin-bottom:20px;
}
.address.address-box {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #f0f0f0;
    border-radius: 5px;
    padding: 0 20px;
}
.checkbox #uniform-addressesAreEquals input[type="checkbox"]{
	margin-left: 0;
} 
.delivery_option_radio .radio input[type="radio"], 
.delivery_option_radio .radio-inline input[type="radio"]{
	position: inherit;
}
p.submit {
    margin-top: 20px;
}