.ezprompt {
    display: none;
    min-width: 570px;
    min-height: 120px;
    margin: auto;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    background-repeat: repeat;
    transition: all 1s ease-out;

    /* Középre igazítás */
    top: 20%;
    left: 40%;
}


        .ezcontent {
            min-width: 570px;
            min-height: 110px;
            padding: 5px;
            margin-top: 0%;
            border-radius: 0 0 10px 10px;
            background: transparent linear-gradient(to bottom, rgba(10, 11, 31, 0.9) 50px, rgb(10, 11, 31, 0.95) 85px) repeat scroll 0 0;
            box-shadow: 1px 10px 20px 5px #222;
        }

        #ezcontent {
            position: fixed;
            box-sizing: border-box;
            border-radius: 8px;
            border: 1px solid var(--faint-contrast);
            z-index: 1001;
            transition: height .5s linear;
            padding: 5px;
            margin-top: 0%;
            background: transparent linear-gradient(to bottom, rgba(10, 11, 31, 0.9) 50px, rgb(10, 11, 31, 0.95) 85px) repeat scroll 0 0;
            box-shadow: 1px 10px 20px 5px #222;
        }

        #msg {
            top: 300px;
	    color: #ccc;
        }
	#xbezar{
	    float: right;
    	    margin-right: 5px;
    	    margin-left: 5px;
            color: #ccc;
	}
	#xbezar:hover{
	    cursor: pointer;
	}
