@CHARSET "UTF-8";

.alertify .ajs-header {
	color: #FFF;
	background: #0088e7;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.alertify .ajs-content {
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
.alertify .ajs-buttons{
	text-align: center !important;
}
.alertify .ajs-button {
	margin: 0 auto;
	padding: .8em 0;
	border: 0;
	border-radius: 5px;
	width: 50%;
	box-sizing: border-box;
	background-color: #618FC9;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	outline: 0;
}
.alertify .ajs-commands button.ajs-close {
	display:none !important;
}