.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    text-align: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 7px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    padding:0px;
    color: #999999;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

button#btn5_1 { padding:0px;}

div.modal-content p {background:white; color:black;}
div.modal-content p.modalcim {background:white; color:red; font-weight:bold; font-size:16px; }
div.modal-content p.modalkategoria {background:white; color:black; font-weight:bold; font-size:14px; margin-bottom:2px; }
div.modal-content p.modalkategoriaszoveg {background:white; color:black; font-size:12px; padding-left:15px; margin-top: 2px; margin-bottom:2px;}
div.modal-content p.modalkategoriaszoveg span.epuletnev {background:white; font-weight:bold; color:black; font-size:12px; margin-top: 2px; margin-bottom:2px;}
div.modal-content p.modalkategoriaszoveg span.kesz {background:white; font-weight:bold; color:black; font-size:12px; margin-top: 2px; margin-bottom:2px;}
