/*Alert popup code*/
.alert-popup {
    width: 100%;
    max-width: 500px;
    height: auto;
    background: #fff;
    margin: 20px auto;
    display: table;
    -webkit-box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
    box-shadow: 0 0 25px 0 rgba(68, 68, 68, 0.109804);
    padding: 45px;
    position: relative;
    text-align: center;
}

.topmarg20{
	margin-top: 20px;
}

.alert-popup-btn{
	padding: 0 30px !important;
    height: 40px !important;
    line-height: 40px !important;
}

a{cursor: pointer;}

/*Alert popup code*/
/*# sourceMappingURL=main.css.map */