.birthday-beandog {
	height: 263px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.birthday-speech {
	position: fixed;
	right: 300px;
	bottom: 10px;
	width: 300px;
	border: 5px solid #232323;
	background-color: white;
	
	padding: 4px;
	
	overflow: hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.birthday-speech h1 {
	margin-top: 0.2em;
}

.birthday-hide {
	text-decoration: underline;
	color: #242424;
	cursor: pointer;
	text-align: center;
}
