.gridview .structure_place.preview .name .value {
	color: #000000;
    font-weight: bold;
}

.placeholder.structure_place {
	background: transparent url(../img/place_empty.jpg) 50% 50% !important;
}
.gridview .structure_place .default {
	float: right;
}

.gridview .structure_place.preview .address {
	height: auto;
	margin-top: 3px;
}
.gridview .structure_place.preview .address .value {
	color: #CCC;
}
.gridview .structure_place.preview .icons .materials.counter {
	right: 0;
}

#user_details .image {
	float: left;
}
#user_details .image,
#user_details .image img {
	width: 50px;
	height: 50px;
}
#user_details .infos {
	margin-left: 60px;
}
#user_details .infos > div {
	margin: 3px 0;
}
#user_details .infos .name {
	font-weight: bold;
	font-size: 1.2em;
}
#user_materials .material_item.preview {
	display: inline-block;
	margin: 0 10px 5px 0;
}
#user_rights .ressource {
	font-weight: bold;
}


.preview.structure_entity {
	width: 200px;	
}
.preview.structure_entity .content_wrapper .content {
	width: 100px;
}
.preview.structure_entity .description {
	max-height: 2.4em;
	overflow: hidden;
}