.vbpuh_highlight_picture_a {
	position: relative;
	display: inline-block;
	/*height: 150px;*/
}

.vbpuh_highlight_picture {
	max-width: 150px;
	max-height: 150px;
	width: auto;
	height: auto;
	will-change: opacity, transform, z-index;
}

.vbpuh_highlight_picture_a.online::after {
	content: '';
    background-color: #13ff57;
    position: absolute;
    bottom: 2px;
    right: 2px;
    font-size: 15px;
    display: block;
    width: 0;
    height: 0;
    padding: 4px;
    border: 1px solid #006600;
    border-radius: 4px;	
    z-index: 20;
} 

.vbpuh_highlights_row_top td {
	padding-bottom: 0;
	border-bottom: none;
}

.vbpuh_highlights_row_bottom td {
	border-top: none;
}

.vbpuh_highlight_bit.vbpuh_animated {
	background-color: #b8b8b8;
}

.vbpuh_highlights_container.AgencyProfile .tcat {
	background: #996888;
	
	/*rgba(0,38,255, 0.12)*/	
}

.vbpuh-loading .vbpuh_highlights_row_top > td:last-of-type, .vbpuh-loading .vbpuh_highlights_row_bottom > td:last-of-type {
	display: none;
}

