.closeBoxButton {
	background-color: gray !important;
}

.center-modal {
	/*Override parent element and force reveal modal to be positioned to center*/
	position: fixed !important;
	top: 20% !important;
	left: 40% !important;
	margin-top: -50px !important;
	margin-left: -50px !important;
}​