.FFteamOverview-default-overview-list {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}

.FFteamOverview-default-element {
	display:flex;
	flex-direction:column;
	width: 200px;
	padding: 20px 10px;
}

.FFteamOverview-default-element-content {
	text-align:center;
	z-index:1;
	border: 2px solid #eee;
	position: relative;
	background:#fff;
}

.FFteamOverview-default-element-content-position {
	font-size:0.8em;
	font-weight:600;
}
.FFteamOverview-default-element-image > div {
	height: 128px;
    width: 128px;
    background: #fff;
    border-radius: 5px;
    padding: 2px;
    box-sizing: border-box;
    margin: 20px auto;
	z-index:9;
	border-radius:100px;
	position:relative;
}

.FFteamOverview-default-element-image > div > div {
	height:120px;
	width:120px;
	background-size:cover;
	border-radius:2px;
	border-radius:100px;
	background-position:center;
}

.FFteamOverview-default-element-content-actions {
	background:#f3f3f3;
	margin-top:20px;
	height: 40px;
	display: flex;
    justify-content: space-around;
}

.FFteamOverview-default-element-content-actions a img
{
	width:20px;
	margin:10px;
}

.FFteamOverview-default-element-content-actions a span
{
	position: absolute;
    padding: 10px;
    margin-top: -10px;
    max-width: 200px;
	width:100%;
    margin-left: -1px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
	display:none;
    text-overflow: ellipsis;
}


.FFteamOverview-default-element-content-name {
	min-height: auto;
    padding: 0 10px;
    overflow: hidden;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}


.FFteamOverview-default-element-content-actions a:hover span
{
	display:block;
}