.hidden{
  display: none;
}

/** tooltip **/

.new_t{
  width: 50px;
  display: inline-block;
}
#new_tooltip{
  background: none repeat scroll 0 0 #CDCDCD;
  height: 120px;
  position: absolute;
  width: 200px;
}

/** tooltip **/