.d-inline {
    display: inline !important;
}

.list-item-sub-content {
    word-wrap: break-word !important;
}

.profile-view {
    padding: 10rem 0;
}

.profile-view a, .profile-view label {
    display: block;
}

.card-profile {
    margin: 0 auto;
    border: 0 solid white;
    -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
    border-radius: 4%;
    padding: 3rem 0;
}

.card-profile img {
    max-width: 100%;
    border-radius: 50%;
    margin: -10rem auto 0;
    border: 3px solid #ffffff;
}

.card-profile .card-title {
    display: inline-block;
    font-weight: bold;
    font-size: 2.1em;
    margin: 1rem 0;
}

.card-profile ul li {
    padding: 1rem 0;
    margin: 0 7rem;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.11);
}

.card-profile .profile-actions-wrapper {
    position: relative;
    top: 0.5em;
}

.card-profile .profile-actions-wrapper .btn {
    background: #0073b7;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em 20px;
    padding: 1em 2em;
    color: #ffffff;
}

.card-profile .profile-actions-wrapper .btn:hover,
.card-profile .profile-actions-wrapper .btn:focus {
    border-color: #67a1c3;
    color: #ffffff;
    -webkit-box-shadow: inset -10em 0 0 0 #67a1c3, inset 10em 0 0 0 #67a1c3;
    box-shadow: inset -10em 0 0 0 #67a1c3, inset 10em 0 0 0 #67a1c3;
}

@media only screen and (min-width: 1024px) {
    .card-profile {
        width: 50%;
    }

    .card-profile .profile-actions-wrapper .btn {
        min-width: 15.4em;
    }
}
