@CHARSET "UTF-8";

.references {
	width: 280px;
	height: 365px;
	float: left;
	padding-left: 3px;
	padding-right: 3px;		
}

.small-user-photo {
  	float: left;
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
.news-sender {
color: #2f52a4;
text-decoration: none;
}
.news-title {
font-weight: bold;
text-decoration: none;
} 
.profile-certificates h1 {
  margin-top: 10px !important;
}
.company-credit h1 {
  margin-top: 10px !important;
}


/* [] ON-LINE-CONSULTATIONS LIST */

.active-free-list {
  	float: left;
  	width: 100%;
	height: auto;
	background-color: yellow;	
}

.on-line-consultations-list .room {
	float: left;
	margin: 0 20px 20px 0;
	width: 180px;
}

.on-line-consultations-list .room .consinfo {
  	padding: 20px;
	border: 1px solid #dddddd;
	border-top: 0;
}