.simplepay-tajekoztatok {
    position: relative;
    top: 2rem;
    background-color: white;
    width: 100%;
    padding: 20px;
    border: 2px solid#c4c4c4;
    height: auto;
    border-radius: 5px;
    z-index: 1000;
    margin-bottom: 2rem;
}
.modal-text {
    height: 160px;
    overflow: auto;
    font-size: 16px;
}
h2.dialog-title {
    font-size: 20px;
}
.simplepay-tajekoztatok-close {
    float: right;
    font-size: 12px;
    border-radius: 50%;
    font-weight: bold;
    color: white;
    background-color: darkgrey;
}
div#checkout_tajekoztato {
    display: block;
    width: 100%;
	    }
		div#kartyareg h3 {
    font-size: 20px;
    font-weight: bold;
}
div#kartyareg {
    padding: 20px;
    background-color: white;
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
}
div#hold-card h3 {
    font-size: 20px;
}
div#hold-card {
    width: 100%;
}
button.card-save { 
border: 0 solid black; 
margin: 5px; 
background-color: green; 
color: white; 
padding: 5px; 
font-weight: bold; 
box-shadow: 1px 1px 3px darkgrey; 
border-radius: 5px; 
} 

button.card-delete{ 
border: 0 solid black; 
margin: 5px; 
background-color: red; 
color: white; 
padding: 5px; 
font-weight: bold; 
box-shadow: 1px 1px 3px darkgrey; 
border-radius: 5px; 
} 