div[id^=tyl_btn_] {
	display: inline-block;
}

a.add_tyl_button span{
	background-image: url(../../../images/v2018/icons/heart.png);
	background-repeat: no-repeat;
	font-weight: bold;
	background-size: contain;
}

a.del_tyl_button span{
	background-image: url(../../../images/v2018/icons/emptyheart.png);
	background-repeat: no-repeat;
	font-weight: bold;
    background-size: contain;

}

.tyllist{
	background-color: #f5f5f5;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

.tyllist_classic{
	margin-top: 5px;
	border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-bottom: 2px solid #d9d9d9;
	padding: 8px;
	font-size: 10pt;
}

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);
}
		
		
		
		
		
		