.eventlin-btn {
    /* background-color:#14233c; */
    /* color:#fff; */
    /* border:0; */
    /* border-radius:5px; */
    /* font-size:1.5rem; */
    /* line-height:40px; */
    /* max-height:300px; */
    /* padding:10px 30px; */
    /* margin:0; */
    /* cursor:pointer; */
    /* font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif; */
    /* text-align:center; */
}

.eventlin-btn:hover {
    /* background:#202d8b; */
}

.close-btn {
    position: absolute;
    right: 40px;
    top: 5px;
    width: 40px;
    cursor: pointer;
    margin: 10px
}

.eventlin-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.5);
    z-index: 9999999
}

.eventlin-content {
    position: relative;
    background-color: #fff;
    margin: 20px auto auto;
    padding-top: 10px;
    width: 620px;
    height: 710px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.2),0 7px 20px 0 rgba(0,0,0,.17);
    border-radius: 5px
}

@media (max-width: 568px) {
    .eventlin-content {
        margin:0;
        width: 100%;
        height: auto;
        box-shadow: 0;
        border-radius: 0
    }

    .close-btn {
        position: absolute;
        right: 3px;
        top: 0;
        width: 40px;
        cursor: pointer;
        margin: 10px
    }
}
