@charset "UTF-8";
/* CSS Document */
#shiva
{
	/* [disabled]width: auto; */
	height: auto;
	/* [disabled]background: red; */
	/* [disabled]-moz-border-radius: 50px; */
	/* [disabled]-webkit-border-radius: 50px; */
	/* [disabled]border-radius: 50px; */
	float: left;
	/* [disabled]margin: 5px; */
}
.count
{
	/* [disabled]line-height: 100px; */
	color: #2E7786;
	/* [disabled]margin-left: 30px; */
	font-size: 64px;
}
#talkbubble {
   width: 120px;
   height: 80px;
   background: red;
   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;
}
