
.vlist-item{
display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
		
}
.vlist-item img{
	height: 50px;
	width: 50px;
}
.vlist-item a{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}