.AiLikeBtn
{
  display:inline-block;
  padding: 2px 6px;
  border-radius: 0.1em;
}

.AiImgSmall
{
  width:.8em;
  cursor:pointer;
  vertical-align:top;

}

.AiCountSmall
{
  display:inline-block;
  color:lightgray;
  margin-right:2px;
  margin-top:2px;
  font-size:70%;

}

.AiImgLarge
{
  width:1em;
  cursor:pointer;
  vertical-align:top;
}

.AiCountLarge
{
  display:inline-block;
  color:lightgray;
  margin-right:2px;
  margin-top:6px;
  font-size:90%;
}

.AiImgTop
{
  top:1em;
  left:40%;
 }


.AiCountTop
{
  top:0;
  text-align:center;

}

.AiCountBot
{
  top:1.6em;
  text-align:center;

}

.AiCountLeft
{
  margin-right:4px;

}

.AiCountRight
{
  margin-left:4px;

}

.AiImgBot
{
  left:40%;
  top:0em;
}


.AiCountBot
{
  top:1.6em;
  text-align:center;

}