.FFownerReport-estate-list-container-elementes {
	display:flex; 
	justifiy-content:space-between;
	margin:0 -10px;
}



.FFownerReport-estate-list-container-elementes > div {
	margin:10px;
	max-width: 300px;
	min-width: 200px;
	width:100%;
	box-sizing: border-box;
    border: 2px solid #eee;
    position: relative;
}


.ff-logout-button {
	display:flex;
	flex-direction:row-reverse;
}


.FFownerReport-estate-list-card img{
	width:100%;
	height:200px;
	object-fit:cover;
}


.FFownerReport-estate-list-card-content-headline a{
	padding: 20px  20px 0  20px ;
	font-weight: 600;
	min-height: 37px;
	box-sizing: border-box;
	background: #fff;
	font-size: 1.2em;
	width:100%;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:inherit;
}


.FFownerReport-estate-list-card-content-subheadline {
	padding: 0 20px 20px 20px;
    font-size: 1em;
    min-height: 37px;
    box-sizing: border-box;
	display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.FFownerReport-estate-list-card-content-data {
    padding: 20px;
    border-top: 1px solid #f6f6f6;
    width: 100%;
    font-size: 1.2em;
    background: #fff;
    min-height: 40px;
    box-sizing: border-box;
}
