#shiva
{
  width: 51px;
	height: 51px;
	background: rgba(255, 255, 255, 0.19) none repeat;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 8px;
 /* float:left; */
 padding: 11px;
  margin:5px;
}
.count
{
  line-height: 100px;
  color:#121111;
  margin-left:80px;
  font-size:40px;
   font: italic bold 30px/70px Georgia, serif;
}
#talkbubble {
   width: 51px;
   height: 51px;
   background: rgba(255, 255, 255, 0.19) none repeat;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
  float:left;
  margin:20px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid red;
   border-bottom: 13px solid transparent;
}

.linker
{
  font-size : 20px;
  font-color: black;
}
