

.profile-wrapper-salesman {
    max-width: 200px;
    width: 200px;
    height: 40px;
    margin-left: 40px;
    border: 1px solid rgba(0,0,0,.125);
}

@media (min-width: 992px) {
    .center-salesman {
        position: absolute;
        transform: translate(-50%, -50%);

    }
}

@media (max-width: 991px) {
    .center-salesman {

    }
}

.profile-body {

    height: 40px;
}

.profile-body img {
    margin: 2px 2px;
    height: 80%;
    border: 3px solid white;
    border-radius: 100%;
    vertical-align: top;
    float:left
}

.profile-body img:after {
    clear: both;
}

.profile-details {
    display: inline;
    float: left;
    overflow: hidden;
    color: black;
    font-size:12px;
    margin-left: 10px;
}

.profile-details:after {
    clear: both;
}

.profile-details h5 {
    margin-top: 0.2em;
    margin-bottom: 0.1em;
    font-size: 1.1em;
}

.profile-details .description {
    margin: 0;
    padding-bottom: 0.1em;
}

.profile-details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.profile-details ul li, .profile-details .item {
    display: inline;
}



