/* Shipping and Billing address */

#divAdressHeader{
   font-weight: 400;
   color: #fff;
   background-color: #003D6A;
}

/* Buttons */
a.add-record {
    display: inline-block;
}
.default-set {
    background: transparent none repeat scroll 0 0;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
    transition: none;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    color: #777;
}
.default-is-set {
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    text-transform: uppercase;
    transition: none;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #76b835 none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
}