/* Soul Bound CSS */
.soulbound_thumb {
  position:absolute;
  z-index:5;
  height:30px;
  width:30px;
  cursor: pointer;
  cursor: hand;
  background:transparent url(https://graphics.gaiaonline.com/images/gaia_global/body/icons/ic_soulbound_30x30.gif) no-repeat 0 0;
}

.soulbound_warning {
  padding-top:10px!important;
  padding-bottom:10px!important;
  border:1px solid #FC6;
  font-size:11px;
  width:550px;
}


.hideSoulBound .soulbound_item{
  display:none;
}
