
.mtd_fav_like_remove {
	display:table-cell;
	width:30px;
	background-image:url('https://i0.wp.com/blog.cliomakeup.com/wp-content/plugins/MTD-Favourite/img/like-on.png');
	cursor:pointer;
	vertical-align:middle;
	background-repeat:no-repeat;
	height: 41px;
	background-position: center 4px;
}

.mtd_fav_like_add {
	display:table-cell;
	width:30px;
	background-image:url('https://i0.wp.com/blog.cliomakeup.com/wp-content/plugins/MTD-Favourite/img/like-off.png');
	cursor:pointer;
	vertical-align:middle;
	background-repeat:no-repeat;
	height: 41px;
	background-position: center 4px;
}

div.favourite
{
	cursor:pointer;
	display:table;
}

div.favourite span
{
	color:#ff7299;
	font-size:16px;
	display:table-cell;
	vertical-align:middle;
}

div.favourite span.mobile
{
	font-size:14px;
}

@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) 
{
	.mtd_fav_like_remove {
		background-image:url('https://i0.wp.com/blog.cliomakeup.com/wp-content/plugins/MTD-Favourite/img/like-on-retina.png');
		background-size: 30px 28px;
	}

	.mtd_fav_like_add {
		background-image:url('https://i0.wp.com/blog.cliomakeup.com/wp-content/plugins/MTD-Favourite/img/like-off-retina.png');
		background-size: 30px 28px;
	}
}