.rrdwc-modal-overlay {
background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0.7) 100%) repeat scroll 0 0;
    font-family: "Open Sans",sans-serif;
    height: 100%;
    position: fixed;
    top: 0;
    transition: opacity 0.5s ease 0.2s;
    width: 100%;
    z-index: 100000;
}
.rrdwc-modal {
background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 20%;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #32373c;
    display: block;
    left: 50%;
    margin-left: -300px;
    overflow: hidden;
    padding: 40px;
    position: fixed;
    text-align: center;
    top: 20%;
    width: 600px;
    z-index: 10000;
}
.rrdwc-modal .title {
	font-weight:bold; 
	font-size: 24px; 
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.rrdwc-modal .button {
    background: #0085ba none repeat scroll 0 0;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    font-weight:bold;
}