/* QAFlow - topic.php (forum topic detail page)
   Extracted from inline style="" attributes. */

.tp-avatar-70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.tp-avatar-80 {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.tp-avatar-50 {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.tp-avatar-cover {
    object-fit: cover;
}

.tp-reply-avatar-col {
    min-width: 60px;
}
