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