#page .description .like {
	margin-top: 2%;
	background-image: url('/static/heart_white.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15%;
    padding-top: 2.9%;
    padding-bottom: 3.7%;
    font-family: Arial;
    font-size: 35px;
    text-shadow: 0px 0px 1px rgb(96,96,96);
    color: #000;
	margin-left: 1%;
	margin-right: 1%;
	cursor: pointer;
}

#page .description .liked {
	    margin-top: 2%;
    background-image: url(/static/heart_red.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 15%;
    padding-top: 2.9%;
    padding-bottom: 3.7%;
    font-family: Arial;
    font-size: 35px;
    text-shadow: 0px 0px 1px rgb(96,96,96);
    color: #fff;
	margin-left: 1%;
	margin-right: 1%;
	cursor: pointer;
}