.select-address {
  .bigicon.address {
    /* temporary picture until we got a confirmed one */
    background: url('img/smb-address.png') no-repeat left top;
    width: 130px;
    height: 130px;
    background-size: 130px 130px;
    margin: auto;
  }
  .col-sm-8 {
    margin:auto;
    float:inherit;
  }
  a.cant-find {
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }
}
