

/* Start:/local/components/mds/personal.list/templates/list/style.css?17243997531201*/
div.personalListList .item {
    padding: 5px;
    border-bottom: 1px dotted lightgrey;
    cursor: default;
    background-color:white;
    transition: 0.2s;
}

div.personalListList .item:hover{
    background-color: rgba(255, 246, 190, 1);
    transition: 0.2s;
}

.hardsee div.personalListList .item,
.hardsee div.personalListList .item:hover
{
    background-color: inherit;
}

div.personalListList .item:last-child {
    border-bottom: none;
}

div.personalListList .mesh{
    display: table;
}

div.personalListList .mesh .photo,
div.personalListList .mesh .text
{
    display: table-cell;
    vertical-align: top;
}

div.personalListList .photo {
    width: 70px;
}

div.personalListList .photo img {
    padding: 3px;
    border-radius: 50%;
    border: 1px solid lightgrey;
}

div.personalListList .text {
    padding-left: 15px;
}

div.personalListList .text .name {
    font-weight: bold;
    font-size: 1.8rem;
    color: rgb(124, 160, 24);
}

.hardsee div.personalListList .text .name {
    color: inherit;
}

div.personalListList .description .value {
    display: inline-block;
    float: left;
    margin-right: 10px;
}


/* End */
/* /local/components/mds/personal.list/templates/list/style.css?17243997531201 */
