div[id^=tyl_btn_] {
	display: inline-block;
}
.postbit_like{
	padding: 3px;
	margin:2px;
	background-color:#28b !important;
	color:#fff !important;	
	font-size:11px !important; 
	display:inline-block;
	border-radius:2px;
	background-image: url(../../../images/thankyoulike/tyl_add.png);
	background-repeat: no-repeat;
  background-position:2px, 2px; 
}
.postbit_like:hover{
	background-color:#39c !important;
	color:#fff !important;	
	transform:scale(1.1);
}
a.add_tyl_button span{
	padding:0 5px 0 15px;
	color:#fff !important;	
	text-align:right;
	font-size:11px !important; 
	background-color:transparent !important;
}
.unlike{
}
.unlike:hover{	

}
a.del_tyl_button span{
	padding:0 5px 0 20px;
	background-color:transparent !important;
	background-image: url(../../../images/thankyoulike/tyl_add.png);
	background-repeat: no-repeat;
	font-weight: normal;
}

.tyllist{
	background-color: #f5f5f5;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px;
}

.tyllist_classic{
	background-color: #f5f5f5;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 2px 5px;
}

img[id^=tyl_i_expcol_]{
	vertical-align: bottom;
}

.popular_post{
	border: 2px solid;
	border-radius: 3px;
	border-color: rgba(112,202,47,0.5);
	background-color: rgba(139,195,74,0.3);
}