.rest {
	height: 0;
	opacity: 0;
}

.wake {
	opacity: 1;
}

.pulse {
	-webkit-animation: pulse 2s linear;
	        animation: pulse 2s linear;
}