.domain .logo-wrapper {
	height: 120px;
    display: flex;
    align-items: center;
}

.domain .bio {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 70px;
}

span.avatar {
    width: 28px;
    height: 28px;
}

a.user-link, .domain a.user-link:hover {
	text-decoration:none;
}
a.btn.selected {
    box-shadow: inset 0 -5px 0 #222;
}
span.username {
    text-transform: uppercase;
}

.logo-text {
	line-height:30px;
}

#extensions_wrapper {
    max-height:200px;
    overflow-y:scroll;
}

#categories_wrapper {
    max-height:200px;
    overflow-y:scroll;
}
.verified {
    width: 18px;
    height: 18x;
}
.verified.lg {
    width: 24px;
    height: 24x;
}