td.forumThumbContainer {
	white-space:nowrap;
}
td.forumThumbContainer, td.forumThumbContainer img {vertical-align:middle;}
td.forumThumbContainer span.forumIcon img {width:20px;}

.forum-thumbs-enabled td.forumThumbContainer {
	width: 100px;
}

.thread-thumbnail-cell {
	position: relative;
    z-index: 1;
}

.vbptht-avatar-icon {
	display: none;
}

.thread-thumbnail-cell .vbptht-avatar-icon { 
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 99;
}
.forum-thumb-navbar-wrapper {
    float: left;
    width: 75px;
    height: 75px;
    display: inline-block;
}
.forum-thumb-navbar {
    float: left;
    max-width: 75px;
    max-height: 75px;
    width: auto;
    height: auto;
}

.thread-thumbnail-image {
    width: 75px;
    height: 75px;
    object-fit: contain;
}
