@charset "utf-8";
/* CSS Document */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
	background: rgba(00, 00, 00, 0.4)
}
.reveal-modal {
	display: none;
	position: absolute;
	z-index: 101;

}

