#mm_pa_modal_container {
	background: rgba(0,0,0,.7);
	bottom: 0;
	display: none;
	left: 0;
	overflow-y: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000;
}	

	#mm_pa_modal_container .mm-alerts-more-topics.expanded + .mm-alerts-form-controls.fixed {
	    bottom: 0!important;
	    left: auto!important;
	    max-width: 100%;
	    right: auto!important;
	    width: 650px;
	}
	
	
.mm_pa_modal_content {
	margin: 0 auto;
    max-width: 650px;
	opacity: 0;
	position: relative;
	z-index: 1002;
}
	.mm_pa_modal_content .fa-close {
	    color: #c63427;
		cursor: pointer;
		font-size: 30px;
	    position: absolute;
	    right: 3px;
		top: 1px;
	    z-index: 1003;
	}
	


@media (max-width: 700px) {
	#mm_pa_modal_container div.user-preference-form-container h3 {
		padding: 22px 45px;
	}
}