div#tajekoztatoszoveg {
    position: relative;
    top: 2rem;
    background-color: white;
    width: 100%;
    padding: 20px;
    border: 2px solid#c4c4c4;
    height: auto;
    border-radius: 5px;
    z-index: 1000;
    }
.modal-text {
    height: 160px;
    overflow: auto;
    font-size: 16px;
}
h2#dialog-title {
    font-size: 20px;
}
button#tajclose {
    float: right;
    font-size: 12px;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    background-color: darkgrey;
}
div#checkout_tajekoztato {
    display: block;
    width: 100%;
	    }