@media (min-width: 1200px) {
    .ui.friends.container {
        width: 85% !important;
    }
}
.ui.friends.container {
	background: #fff;
    max-width: 1000px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(34, 36, 38, .15);
    margin-top: 80px;
    margin-bottom: 40px;
    overflow: hidden;
	transition: 1s;
}
.info {
	text-align: center;
}
.friends.list {
    margin-top: 20px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15.5px;
    line-height: 1.5em;
    color: #555668;
    padding-bottom: 40px;
}
.memberblock {
	display: inline-block;
	min-width: 140px;
	width: 48%;
    border-radius: 2px;
	margin: 5px;
	transform-style: preserve-3d;
	perspective: 500px;
}
.holder {
	transition: .2s;
	box-shadow: 0 5px 5px rgba(34, 36, 38, .15);
	background: #fff;
	transform-style: preserve-3d;
}
.info.title, .info.avatar {
	display: inline-block;
}
.info.avatar {
	width: 20%;
	text-align: center;
	margin-right: 10px;
}
.info.avatar > img {
	border-radius: 100%;
    box-shadow: 2px 12px 12px rgba(34,36,38,.15);
}
.info.text {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	margin-left: 10px;
	width: 70%;
}
.info.title {
	font-weight: bold;
    color: #555668;
}
.info.link {
	color: darkgray;
	font-size: small;
	text-wrap: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-align: left;
	overflow: hidden;
	width: calc(100%);
}
.member.container {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.member.container * {
	transition: .15s;
}
#friends-title {
    margin-top: 40px;
    color: #40425b;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
/* Valine */
#vcomments {
    margin-top: 15px;
}