@import '/css/list-common.css' all;

.leftlastmodels {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50pt, 1fr));
    /*! grid-auto-rows: 90pt; */
    grid-gap: 2pt;
    padding: 2pt;
}

.leftlastmodels > li {
    width: 100%;
    height: 100%;
}
.leftlastmodels a {
    width: 100%;
    height: 100%;
    color: #EEEEEE;
    background-color: #4584cc;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 80%;
    text-decoration: none;
}
.leftlastmodels a:hover {
    color: #FFFFFF;
    background-color: #396ba5;
}
.profile-pic {
    height: 100%;
    width: 75pt;
}
.leftlastmodels img {
    padding: 2pt;
    width: 80px;
    /*! height: 100%; */
    object-fit: cover;
    height: 80px;
}
.leftlastmodels span {
    padding: 2pt 3pt;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}