#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup{
    display: none;
    max-height: 100%;
	margin-top: -20%;
}

.popup p {
	font-size: 15px;
}

.popup__intro{
    margin: 20px auto;
    max-width: 600px;
    padding: 0 40px;
}

.popup__container{
    max-width: 770px;
    background: #FFF;
    border: 2px solid #1EB8F2;
    -moz-box-shadow:0px 0px 20px rgba(0,0,0,0.65);
    -webkit-box-shadow:0px 0px 20px;
    overflow-y: auto;
}
.popup__logo{
    max-width: 100px;
    margin: 5px 10px auto;
    float: right;
}
.popup__buttons{
    text-align: center;
	color: #1EB8F2;
    background: #EEEEEE;
    padding: 20px;
}

.button{
	color: #1EB8F2;
} 