.button-default {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.float-right {
    float: right !important;
}

.owner-profile-card {
    border: 2px solid #00000017;
    background: white;
    width: 100%;
    padding: 30px;
    margin-bottom: 15px;
}

.owner-image {
    width: 30% !important;
    border-radius: 50%;
    margin: auto;
    display: block;
}

.owner-name {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.owner-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: grey;
}

.owner-short-description {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000000bf;
    margin-top: 12px;
}

.owner-email {
    font-size: 15px;
    font-weight: 600;
    color: #000000bf;
    margin-top: 12px;
    text-align: center;
}

.owner-phone {
    font-size: 15px;
    font-weight: 600;
    color: #000000bf;
    margin-top: 12px;
    text-align: center;
}

.owner-box {
    border-bottom: 2px solid #00000038;
    padding-bottom: 10px;
    margin-top: 30px
}