.jQtooltip {
  position: relative;
  cursor:  help;
  border-bottom: 1px dotted;
}
.jQtooltip div {
  display: none;
  position: absolute;
  bottom: 1px;
  left: 1px;
  z-index: 1000;
  text-align: left;
  font-size: 12px;
  line-height: 12px;
  color:#205e32;
  box-shadow: 0 1px 4px #efffdb;
  border: 1px solid #00CC99;
  background: #fff;
  border-radius:4px;
  top: 25px;left: -230px;
  width: 250px;height: 70px;
  padding: 5px 10px;
}

.jQtooltip .ttlpdv {left: -312px;width: 332px}
.jQtooltip .ttlpwrr{left: -407px;width: 427px;height: 50px;}
.jQtooltip .ttlpwrrp{left: -474px;width: 494px;height: 50px;}
.jQtooltip .ttlpsbrr{left: -233px;width: 340px;height: 60px;}
.jQtooltip .tlp_un_nm{left: -400px;width: 418px;height: 60px;top:28px;}
.jQtooltip .tlp_un_rnk{left: -228px;width: 247px;height: 60px;top:28px;}
.jQtooltip .tlp_un_sbj{left: -144px;width: 190px;height: 95px;top:28px;}
.jQtooltip .tlp_un_shw{left: -64px;width: 102px;height: 70px;top:25px;}
.jQtooltip .tlp_un_prt{left: -114px;width: 132px;height: 80px;top:25px;}
.jQtooltip .tlp_indct_rnk{left: -493px;width: 512px;height: 50px;top:25px;}
.jQtooltip .tlp_indct_rnk_s{left: -194px;width: 204px;height: 50px;top:25px;}
.jQtooltip .tlp_indct_rnk_c{left: -450px;width: 470px;height: 50px;top:25px;}
.jQtooltip .tlp_wrld_rnk_sv{left: -150px;width: 170px;height: 50px;top:25px;}
.jQtooltip.mini{
  display: inline-block;
  vertical-align: bottom;
  width: 12px;height: 12px;
  line-height: 9px;
  text-align: center;
  color: #00CC99;
  border: 1px solid #00CC99;
  background: #fefdd8;
  border-radius: 50%;
  float: right;
  font-size: 10px;
  right:-13px;top:25px;
}
#wrld_rnk{top:-25px;}
#wrld_rnkp{top:-25px;}
#sub_rnk{top:-25px;}
#tlp_univ_nm{top:40px;}
#tlp_univ_rnk{top:40px;}
#tlp_univ_sbj{top:40px;}
#tlp_univ_shw{top:-23px;left:19px;}
#tlp_univ_prt{top:-23px;left:19px;}
#indct_rnk{top:-25px;}
#indct_rnk_s{top:-25px;}
#indct_rnk_c{top:-25px;}
#wrld_rnk_sv{top:33px;right: 10px;}
/*.ttlpdv:hover{cursor: wait;}*/
@media (max-width: 960px) {
  #tlp_univ_shw{top:15px;left:100px;float:left;}
}