#sessuzenet{
    z-index: 1000;
    position: fixed;
    width: 50%;
    left: 25%;
    height: 11em;
    top: 50%;
    margin-top: -7em;
    color: #ffffff;
    text-align: center;
    overflow: auto;
    box-shadow: 0px 0px 5px #1f4287;
}

#sessuzenetfejlec{
    height: 2em;
    background-color: #1f4287;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-top: 0.5em;
}

#sessuzenettartalom{
    height: 8em;
    background-color: #f1f1f1;
    color: #000000;
    padding-top: 0.5em;
}

#wait{
    width: 50%;
    height: 10em;
    position: fixed;
    z-index: 100;
    left: 25%;
    top: 50%;
    margin-top: -7em;
    text-align: center;
    display: none;
}

#wait img{
    width: 6em;
}



@media only screen and (max-width: 900px){
    #sessuzenet{
        width: 98%;
        left: 1%;
        margin-left: 0;
    }
}
