.verziok_tablazat_ikon{
    font-size: 20px;
    text-align: center;
    font-weight: 900;
}
.verziok_jelmagyarazat_ikon{
    font-weight: 700;
}
.verziok_tablazat_szoveg{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.verziok_tablazat_rendeles_cella{
    text-align: center;
}

.funkcio_nev_link{
    cursor: pointer;
}
.funkcio_nev{
    /* text-decoration: underline; */
    font-size: 20px;
    color: var(--alap_betu_szin);
}
.tablazat_fejlec{
    text-align: center;
    vertical-align: middle;
}
.tablazat_sor{
    vertical-align: middle;
}

.funkcio_cim{
    color: var(--alap_betu_szin);
    font-weight: 600;
    text-decoration: none;
}


.doxie_logo_kep{
    float: left;
    max-height: 150px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 7px;
    
}

.tacsko_kep{
   
    max-height: 160px;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 7px;
    
}
.tacsko_kep_doboz{
    text-align: center;
}
@media only screen and (max-width: 1199px) {
    .doxie_logo_kep{
        max-height: 170px;
    }
}
@media only screen and (max-width: 500px) {
    .doxie_logo_kep{
        float: none;
        margin: 10px;
    }
    .doxie_logo_kep_doboz{
        text-align: center;
    }

}
@media only screen and (max-width: 767px) {
    .tacsko_kep{
        margin-bottom: 25px;
    }

}


/*Focus-t kap a leiras, akkor színes lesz és lehet al class-okat is módosítani*/
/* .funkcio_leiras:focus{
    background-color: brown;
    .funkcio_cim{
        color: blue;
    }
} */