.inputButton {
	width: 90px;
}

#likeButton:hover span.likeHover:after{
	content: '\1F44D';
	cursor: pointer;
	transition: 0.5s;
}

#likeButton:hover span.likeBefore{
	display: none;
}

#hateButton:hover span.hateHover:after{
	content: '\1F44E';
	cursor: pointer;
	transition: 0.5s;
}

#hateButton:hover span.hateBefore{
	display: none;
}

#skipButton:hover span.skipHover:after{
	content: '\1F937';
	cursor: pointer;
	transition: 0.5s;
}

#skipButton:hover span.skipBefore{
	display: none;
}

.interactionRow {
	margin-top: 5px
}

.footer{
	padding:30px 0px;
	font-family: 'Play', sans-serif;
	text-align:center;
}

.footer .FooterRow {
	width:100%;
	margin:1% 0%;
	padding:0.6% 0%;
	color:gray;
	font-size:0.8em;
}