.cadru{
	margin-top:20px;
	margin-left:10%;
	width: 80%;
	height: 80px;
	border-bottom: 1px solid #AAA;
}

.cadru .poza-profil{
	width:70px;
	height: 70px;
	background-image: url("../img/profile-placeholder.jpg");
	background-size: cover;
	float:left;
}

.cadru .poza-bani{
	width:70px;
	height: 70px;
	background-image: url("../img/money.jpg");
	background-size: cover;
	float:left;
}

.cadru .nume {
	font-weight: bold;

}

.cadru .functie {
	font-weight: normal;

}