@charset "UTF-8";
.rosterUserPane{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 400px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #c0c0c0;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	min-width: 280px; 
	width: 100%;
}

.rosterUserPane .profilePic{
	width: 180px;
	height: 180px;
	border-radius: 90px;
}

.rosterUserPane .info{
	margin-top: 10px;
	text-align: center;
}

.rosterUserPane .name{
	font-weight: bold;
	height: 40px;
}

.rosterUserPane .code{
	font-size: 0.7em;
}

.rosterUserPane .tags{
	margin-top: 10px;
	font-size: 0.8em;
	cursor: pointer;
}

.rosterUserPane .buttonHolder{
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	padding-top: 50px;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1));
}
.rosterUserPane input{
	margin: 0
}

.usersRoster{
	column-count: 3;
	column-width: 280px;
}

.rosterSearchPane{
	margin: 20px 0 20px 0; 
}
