div.favbutton
{
	height: 30px;
        width: 30px;
        transition: background-color 0.4s ease-in-out 0.1s;
	margin-top: 7px;
}

div.favbutton.activefav
{
        background-color: #a91547;
}

div.favbutton.halfactivefav
{
	background-color: #ab657d;
}
