body {
    background-color: #eff2f8;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #2d3039;
}

#versenyek-header {
    background-color: white;
    height: 65px;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-filter: drop-shadow(0px -15px 20px rgba(130,130,130,1));
    filter: drop-shadow(0px -15px 20px rgba(130,130,130,1));
}

#versenyek-header-gap {
    height: 65px;
}

#versenyek-header-logo {
    width: 136px;
    margin: 0 auto;
}



#versenyek-title-header-container {
    background-color: white;
}

#versenyek-title-header {
    max-width: 1200px;
    margin: 0 auto;
    height: 170px;
    padding-left: 10px;
    padding-right: 10px;
}

.versenyek-title-header-text {
    font-size: 3em;
    margin: 0;
    font-weight: 900;
    float: left;
    margin-top: 60px;
}

#versenyek-footer {
    max-width: 981px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#versenyek-footer-pic {
    float: left;
    display: inline-block;
}

#versenyek-footer-copyright {
    display: inline-block;
    padding: 15px;
}

.versenyek-footer-copyright-text1 {
    color: #929dbe;
    font-size: 0.8em;
    font-weight: 900;
    margin: 0;
}

.versenyek-footer-copyright-text2 {
    color: #929dbe;
    font-size: 0.8em;
    margin: 0;
}

.link-dobozok {
    width: 231px;
    height: 200px;
    background: white;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
}

.link-doboz-pic {
    display: block;
    margin: auto;
    margin-top: 30px;
}

.link-doboz-cim {
    font-size: 1.2em;
    margin-bottom: 18px;
    text-align: center;
    margin-top: 28px;
}

.link-doboz-link {
    background: #f8fafd;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    color: #5e81e9;
    font-weight: 600;
    font-size: 0.8em;
    margin: 0 auto;
    width: 73px;
    display: block;
    transition: all 0.1s ease-in-out;
}

.link-doboz-link:hover {
    background: #5e81e9;
    color: #f8fafd;
}

#dobozok-group {
    width: 981px;
    margin: 30px auto 20px;
}

@media (max-width: 980px) {
    #dobozok-group {
      width: 489px;
      margin: 30px auto 20px;
    }
    
    .jelenlegi-verseny-link {
        display: none !IMPORTANT;
    }
    
    .jelenlegi-verseny-link-terkep {
        display: none !IMPORTANT;
    }
    
    .ui-datatable.ui-widget.jelenlegilista .ui-datatable-tablewrapper table tbody tr td:last-child {
        width: 3% !IMPORTANT;
    }
    
    .ui-link.ui-widget.jelenlegi-verseny-data-cim {
        font-size: 1em !IMPORTANT;
    }
    
    .jelenlegi-verseny-data-helyszin, .jelenlegi-verseny-data-datum {
        font-size: 0.7em !IMPORTANT;
    }
    
    .live-icon {
        background: #f42c45 !IMPORTANT;
        height: 16px !IMPORTANT;
        font-size: 0.7em !IMPORTANT;
        color: white !IMPORTANT;
        font-weight: 700 !IMPORTANT;
        border-radius: 20px !IMPORTANT;
        width: 42px !IMPORTANT;
        text-align: center !IMPORTANT;
        display: inline-block !IMPORTANT;
        padding-top: 3px !IMPORTANT;
        vertical-align: top !IMPORTANT;
        margin-top: 4px !IMPORTANT;
        margin-bottom: 2px !IMPORTANT;
        margin-left: 5px !IMPORTANT;
    }
    
    #jelenlegi-verseny-group {
        height: 58px !IMPORTANT;
        margin-top: 9px !IMPORTANT;
        white-space: nowrap;
        overflow: hidden;
    }
    
    #jelenlegi-verseny-megtekintes-group {
        margin-top: 9px !IMPORTANT;
        height: 78px !IMPORTANT;
    }
    
    .jelenlegi-verseny-nopic {
        margin: 0 !IMPORTANT;
        height: 47px !IMPORTANT;
        width: 58px !IMPORTANT;
        text-align: center !IMPORTANT;
        font-size: 1.7em !IMPORTANT;
        font-weight: 900 !IMPORTANT;
        padding-top: 11px !IMPORTANT;
        border-radius: 10px !IMPORTANT;
        line-height: 35px !IMPORTANT;
    }
    
    .jelenlegi-verseny-pic {
        width: 58px;
        height: 58px;
    }
    
    #jelenlegi-verseny-data {
        margin-left: 10px !IMPORTANT;
    }
    
    #versenyek-footer-copyright {
        padding: 7px !IMPORTANT;
        display: block !IMPORTANT;
    }
    
    #versenyek-footer-pic {
        float: left;
        display: block !IMPORTANT;
    }
    
    .versenyek-title-header-text {
        font-size: 2.2em !IMPORTANT;
    }
    
}

@media (max-width: 500px) {
    #dobozok-group {
      width: 240px;
      margin: 30px auto 20px;
      display: none;
    }
    
    #kis-dobozok-group {
        display: block !IMPORTANT;
    }
}

.wreppeltcim {
    white-space: nowrap;
    display: inline-block;
    margin: 0 !IMPORTANT;
}

.wreppeltcim:before {
    background: #f42c45;
    height: 23px;
    font-size: 0.9em;
    color: white;
    font-weight: 700;
    border-radius: 20px;
    width: 65px;
    text-align: center;
    display: inline-block;
    padding-top: 7px;
    vertical-align: top;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.versenyek-table-jelenlegi-text {
    text-transform: uppercase;
    color: #929dbe;
    font-weight: 700;
    font-size: 0.9em;
    letter-spacing: 2px;
    margin-bottom: 20px;
    margin-top: 26px;
}

#versenyek-table-osszes-group {
    max-width: 972px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

#jelenlegi-verseny-group {
    margin-top: 10px;
    background: white;
    height: 60px;
    padding: 10px;
    border-radius: 15px 1px 0px 15px;
    box-shadow: 5px 0px 0px 0px white;
    white-space: nowrap;
    overflow: hidden;
}

.jelenlegi-verseny-link {
    height: 0px;
    background: #f8fafd;
    border-radius: 10px;
    padding: 25px 7px 36px 20px;
    text-decoration: none;
    color: #5e81e9 !IMPORTANT;
    font-weight: 600;
    font-size: 0.7em;
    margin: 0 auto;
    width: 84px;
    display: block;
    transition: all 0.1s ease-in-out;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.jelenlegi-verseny-link-terkep {
    height: 0px;
    background: #f8fafd;
    border-radius: 10px;
    padding: 25px 10px 36px 20px;
    text-decoration: none;
    color: #5e81e9 !IMPORTANT;
    font-weight: 600;
    font-size: 0.7em;
    margin: 0 auto;
    width: 50px;
    display: block;
    transition: all 0.1s ease-in-out;
    float: right;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.jelenlegi-verseny-link-terkep:hover {
    background: #5e81e9;
    color: #f8fafd !IMPORTANT;
}

.jelenlegi-verseny-link:hover {
    background: #5e81e9;
    color: #f8fafd !IMPORTANT;
}

.ui-datatable.ui-widget .ui-datatable-tablewrapper table thead {
    display: none;
}

.verseny-pic {
    border-radius: 15px;
}

#jelenlegi-verseny-pic {
    float: left;
}

.jelenlegi-verseny-data-cim {
    font-size: 1.1em !IMPORTANT;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
    text-decoration: none;
    color: #2d3039 !IMPORTANT;
    font-weight: 900;
    transition: all 0.1s ease-in-out;
    max-width: 499px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.jelenlegi-verseny-data-cim:hover {
    color: #878a92 !IMPORTANT;
    cursor: pointer;
}

.live-icon {
    background: #f42c45;
    height: 18px;
    font-size: 0.6em;
    color: white;
    font-weight: 700;
    border-radius: 20px;
    width: 44px;
    text-align: center;
    display: inline-block;
    padding-top: 6px;
    vertical-align: top;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 10px;
}

#jelenlegi-verseny-data {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0px;
}

.jelenlegi-verseny-data-helyszin {
    display: inline-block;
    margin: 0;
    color: #8f939d;
    font-weight: 700;
    font-size: 0.8em;
}

.jelenlegi-verseny-data-datum {
    display: inline-block;
    margin: 0;
    color: #8f939d;
    font-size: 0.8em;
}

.ui-datatable.ui-widget .ui-datatable-tablewrapper table tbody tr {
    background: #eff2f8;
    border: 0px solid rgba(0,0,0,0);
}

.ui-datatable.ui-widget .ui-datatable-tablewrapper table tbody tr td {
    padding: 0px;
    overflow: inherit;
}

#jelenlegi-verseny-megtekintes-group {
    width: 100%;
    margin-top: 10px;
    height: 80px;
    background: white;
    border-radius: 0px 15px 15px 0px;
}

.ui-datatable.ui-widget .ui-datatable-tablewrapper table tbody tr td:first-child {
    width: 70%;
}

.jelenlegi-verseny-pic {
    border-radius: 10px;
}

#verseny-pic-container {
    display: inline-block;
    float: left;
}

.jelenlegi-verseny-nopic {
    margin: 0;
    height: 49px;
    width: 60px;
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    padding-top: 5px;
    padding-bottom: 6px;
    border-radius: 10px;
    color: rgba(0,0,0,0.5);
    line-height: 50px;
}

#kis-dobozok-group {
    max-width: 400px;
    margin: 0 auto;
    display: none;
    margin-top: 30px;
    padding-right: 10px;
}

#kis-doboz {
    height: 80px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.kis-doboz-pic {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

.kis-doboz-cim {
    font-size: 1.4em;
    margin-bottom: 25px;
    margin-left: 93px;
    margin-top: 25px;
    color: black;
}

/*404page*/
.nemtalalhato-header {
    color: #d6d9dc !IMPORTANT;
    letter-spacing: 0em !IMPORTANT;
}

.fotartalom {
    display: block;
    max-width: 700px;
    width: 95%;
    margin: 3em auto;
    /* background-color: white; */
    padding: 1.4em;
    border-radius: 10px;
}

.fotartalom-wrap {
    display: flex;
    width: 100%;
    text-align: center;
}

.ablakinfok {
    float: right;
    text-align: right;
    padding: 1.2em 1.5em;
}

.logo-holder {
    float: left;
}

.fotartalom .altalanosinfo {
    padding: 1em 2em;
}
