.insights-person-error {
    font-family: monospace;
    font-weight: 700;
    font-size: small;
    color: rgb(135, 14, 14)
}

/* BISSWEXC-19 - People/Person Cards */

h1+.people-container {
    margin-top: -25px;
}

.people-container {
    margin-left: 0px;
    border-left: 4px solid #89bc6d;
    padding: 5px 0px 9px 15px !important;
}

.people-container .title {
    opacity: .75;
    font-size: 80%;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.people-container .photo-small {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 6px;
}

.people-container button {
    border: 0;
    background-color: transparent;
}

.person-card {
    display: flex;
    align-items: center;
    padding: 9px 6px;
}

.person-card .photo {
    height: 100px;
    width: 100px;
    border-radius: 3px;
    margin-right: 13px;
    float: left;
}

.person-card .name {
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px
}

.person-card .detail {
    font-size: 80%;
    opacity: 70%;
    width: 100%;
    display: block;
}

.person-card .icon {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 5px;
    opacity: 70%;
}

.person-card .icon:hover {
    opacity: 100%
}