.no-script-wrapper { 
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    -webkit-transition: linear .1s;
    transition: linear .1s;
    opacity: 1;
    visibility: visible;
}

.no-script-modal {
	width: 500px;
	height: auto;
	background-color: #fff;
	border-radius: 4px;
	padding: 40px;
	cursor: default;
}