.app-promote-modal {
	display: block;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.app-promote-modal-button {
	display: inline-block;
	margin-top: 20px;
}
.app-promote-modal-button {
    color: #666;
	cursor: pointer;
	font-size: 15px;
    font-weight: bold;
    padding: 7px;
    text-transform: uppercase;
}
.app-promote-modal-button.primary {
	background: #CC0001;
	color: #fff;
	margin-right: 10px;
}
.app-promote-modal-button:hover {
	color: #000;
}
.app-promote-modal-button.primary:hover {
	color: #E7E7E7 !important;
}