.baseimg {
  width:20px;
  height:20px;
  position:absolute;
  border-color:"#0000FF"
}
.baseimghighlighted {
  width:20px;
  height:20px;
  position:absolute;
  border-style: solid;
  border-width: 1px;
  border-color: yellow;
  border-radius: 5px;
}
.tooltip {
  visibility: hidden;
  position: absolute;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: -10px;
  padding-bottom: 2px;
  margin-left: 2em;
  border-radius: 4px;
  color: #fff;
  border: 9px solid transparent;
  border-image: url(/c/themes/ao/images/p.png) 9 fill round;
  background: rgba(0,0,0,0.4) no-repeat center;
  max-width: 275px;
  z-index:100500;
}
.tooltip p:first-of-type {
    font-weight: bold;
    font-size: 14px;
    padding-right: 10px;
}
.tooltip p:not(:first-of-type) {
    line-height: 15px;
  	color: khaki !important;
}
.canvclass {
  width:1007px;
  /**height:1200px;**/
  left:10px;
  top:10px;
  position:absolute;
}
.skillcnt {
  color:#fff;
  padding: 1em;
}
#link {
  float:right;
}
div.tooltip p {
  color:#fff;
  font-size:12px;
}
div#soul {
  position:relative;
  height:1020px;
  background-color:#2d3035;
  width: 1000px;
  margin: 0 auto;
  /**background-image: url(/upload/SoulTalents.jpg);
  background-size: cover;**/
}
[data-pageid='25'] > div#soul {
  height:1100px;
  background-image: url(/upload/soulcalckm/WarpSoulBackground.jpg);
}