.edutipwrap{
	background-color: green;
	position: relative;
}
#edutip-content{
	display: none;
	width: 350px;
/*  height: 100px;*/
	position: absolute;
	background-color: #343434;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	/*overflow: hidden;*/
	padding: 10px;
	border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
}

/*.tiptype-university {
	background-color:pink !important;
}

.tiptype-student {
	background-color:blue !important;
}

.tiptype-professor {
	background-color:red !important;
}

.tiptype-agent {
	background-color:green !important;
}


.tipteste{
	background-color:red;
	width:10px;
	height:10px;
	position:absolute;
}*/

div.edutip_match_high {
	position:absolute;
/*  width:122px;*/
	height:36px;
	background-color: red;
	background: transparent url(<?=$url?>/img/edutip_match_high.png) no-repeat right;
	bottom:-10px;
	right:-11px;
}

div.edutip_match_medium {
	position:absolute;
/*  width:122px;*/
	height:36px;
	background-color: red;
	background: transparent url(<?=$url?>/img/edutip_match_medium.png) no-repeat right;
	bottom:-10px;
	right:-11px;
}

div.edutip_match_low {
	position:absolute;
/*  width:122px;*/
	height:36px;
	background-color: red;
	background: transparent url(<?=$url?>/img/edutip_match_low.png) no-repeat right;
	bottom:-10px;
	right:-11px;
}

div.edutip_match_high span,div.edutip_match_medium span,div.edutip_match_low span{
	color:#fff;;
	font-size:15px;
	font-weight:bold;
	position:relative;
	display:block;
/*  width:122px;*/
	text-align:center;
	top:11px;
	float:left;
	padding:2px 1px 1px 8px;
	margin-right:15px;
	border-radius:8px 0 0 8px;
	  -moz-border-radius:8px 0 0 8px;
	  -webkit-border-radius:8px 0 0 8px;
}

div.edutip_match_high span{
  background-color: #07CB67;
}

div.edutip_match_medium span{
  background-color: #FF9900;
}

div.edutip_match_low span{
  background-color: #FF0000;
}

.social_left .social_icons {
  font-size: 13px !important;
  font-weight: bold;
}

.tooltip_general {
  display: table;
  width: 100%;
  font-size: 11px;
}
  .tooltip_name_user {
    font-size: 14px;
    font-weight: bold;
    color: #e9ec14;
  }

  .tool_image {
    border: 1px solid #7c7c7c;
    padding: 1px;
    margin-right: 5px;
  }
  
.tooltip_institution_statistics {
  background-color: #7c7c7c;
  width: 100%;
  margin-top:15px;
  display: table;
	border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
}

.tooltip_student_statistics {
  background-color: #7c7c7c;
  width: 100%;
  margin-top:15px;
  display: table;
	border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
}

  .tooltip_statistics_content {
    padding: 8px;
  }

.tooltip_profile_types {
  background-color: #DDD;
  width: 100%;
  height: 24px;
  margin-top:10px;
  color: #444;
  text-align: center;
  display: table;
	border-radius:5px;
	  -moz-border-radius:5px;
	  -webkit-border-radius:5px;
}

  .tooltip_profile_types_content {
    padding: 5px 8px;
    font-size: 12px;
  }
  
  .tooltip_student_sn {
    background-color: #DDD;
    width: 100%;
    height: 24px;
    margin-top:10px;
    color: #444;
    display: table;
  	border-radius:5px;
  	  -moz-border-radius:5px;
  	  -webkit-border-radius:5px;
  }

    .tooltip_sn_content {
      padding: 0px 8px;
    }
    
    .margin_match {
      margin-bottom: 15px;
    }
    
.statistics_information {
  float: left;
  margin: 2px;
  text-align: center;
  width: 105px;
  font-size: 30px;
  line-height: 23px;
}
  .statistics_information span {
    font-size: 11px;
  }
  .statistics_information sup {
    font-size: 17px;
  }
.statistcs_single_side .statistics_information {
  width: 158px;
}