body {
    zoom: 1.8;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

.img {
    border: 0px;
}

a > img {
    border: 0px;
}

div {
    position: relative;
    box-sizing: border-box;
}

    div.wrapper_screen {
        display: flex;
        /*justify-content:space-between;*/
        flex-wrap: no-wrap;
        background-color: #fff;
        min-height: calc(100vh * 0.555);
        width: calc(1920px * 0.555);
        overflow-x: hidden;
    }

    div.menu_placeholder {
        zoom: 0.555;
        width: 20%;
        /*width:384px;*/
        box-sizing: border-box;
        border-left: 2px solid #1278bc;
        background-color: #e4e1e1;
        min-height: 100vh;
    }

    div.content_placeholder {
        width: 80%;
        /*width:1536px;*/
        display: flex;
        min-height: calc(100vh * 0.555);
        background-color: #000;
    }

    div.content-left_placeholder {
        zoom: 0.555;
        width: 25%;
        background-color: #f3f3f3;
    }

    div.content-right_placeholder {
        width: 75%;
    }

    div.content-text_placeholder {
        padding: 25px 20px;
        background-color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    div.menu_ikonok_placeholder {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: #6e6e6d;
        box-sizing: border-box;
        margin-bottom: 30px;
        padding: 10px 20px;
    }

    div.menu_ikon {
        width: 50%;
        height: 138px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        div.menu_ikon img {
            width: 80px;
            display: block;
            margin: 0 auto;
        }

        div.menu_ikon a {
            width: 80px;
            display: block;
            margin: 0 auto;
        }

    div.felhasznalo_placeholder {
        width: 100%;
        color: #000;
        font-family: Roboto, Arial, serif;
        font-size: 26px;
        font-style: normal;
        text-decoration: none;
        font-weight: 700;
        line-height: 115%;
        margin-bottom: 25px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    div.menu_gomb_placeholder {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    div.menu_gomb {
        width: 100%;
        font-size: 28px;
        background-color: #1177bb;
        text-align: center;
        color: #fff;
        font-family: Roboto, Arial, serif;
        font-style: normal;
        text-decoration: none;
        font-weight: 500;
        line-height: 115%;
        margin-bottom: 25px;
        padding: 12px 10px 12px 10px;
        cursor: pointer;
    }

    div.menu_gomb_placeholder a {
        text-decoration: none;
    }

    div.gomb_uzemmod {
        width: 100%;
        background-color: #9b9a9a;
        text-align: center;
        color: #000;
        font-family: Roboto, Arial, serif;
        font-style: normal;
        text-decoration: none;
        font-weight: 500;
        line-height: 115%;
        margin-bottom: 25px;
    }

.nagygomb {
    font-size: 36px;
    padding: 25px 10px 25px 10px;
    cursor: pointer;
}

.kisgomb {
    font-size: 28px;
    padding: 12px 10px 12px 10px;
    cursor: pointer;
}









div.map_picture_placeholder {
    width: 100%;
    margin-bottom: 20px;
}

div.map_data_placeholder {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

div.map_data_content50 {
    width: calc(50% - 0px);
    background-color: #e1e1e1;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

div.map_data_content100 {
    width: calc(100% - 0px);
    background-color: #e1e1e1;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

div.map_data_content_title {
    text-align: center;
    color: #777777;
    font-family: Roboto, Arial, serif;
    font-size: 22px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
    margin-bottom: 3px;
}

div.map_data_content_value {
    text-align: center;
    color: #515151;
    font-family: Roboto, Arial, serif;
    font-size: 30px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 115%;
}

    div.map_data_content_value > span {
        font-size: 20px;
    }

div.form-placeholder {
    margin-bottom: 22px;
}

    div.form-placeholder label {
        font-family: Roboto, Arial, serif;
        color: #000;
        font-size: 15px;
        font-style: normal;
        text-decoration: none;
        font-weight: 600;
        line-height: 115%;
        margin: 0 0 2px 0;
        letter-spacing: 0px;
        display: block;
    }

div.loginform-placeholder label {
    font-family: Roboto, Arial, serif !important;
    color: #1278bc;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 120%;
    padding: 10px 0 7px 0;
    letter-spacing: 0px;
    text-transform: none;
}

.form_errorlabel {
    font-family: Roboto, Arial, serif;
    color: #b11d05 !important;
    font-size: 14px !important;
    font-style: normal !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    line-height: 16px !important;
    text-transform: none !important;
    margin: 0 0 2px 0 !important;
    padding-top: 2px !important;
    letter-spacing: 0px !important;
    display: block !important;
}

div.form-row_placeholder {
    margin-bottom: 15px;
}

h1 {
    font-family: Roboto, Arial, serif;
    color: #1278bc;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 15px 0;
    letter-spacing: 0px;
    text-transform: uppercase;
}

h2 {
    font-family: Roboto, Arial, serif;
    color: #777777;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 120%;
    margin: -10 0 15px 0;
    letter-spacing: 0px;
}

h3 {
    font-family: Roboto, Arial, serif;
    color: #1278bc;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 120%;
    margin: 10px 0 7px 0;
    letter-spacing: 0px;
    text-transform: uppercase;
}

p {
    font-family: Roboto, Arial, serif;
    color: #000;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 22px 0;
    letter-spacing: 0px;
}

div.table-placeholder {
    margin-bottom: 15px;
}

.pagebreak-inside-avoid {
    page-break-inside: avoid;
}

table {
    display: table;
}

thead {
    display: table-header-group;
}

tbody {
    display: table-row-group;
}

tr {
    display: table-row;
}

td, th {
    display: table-cell;
    empty-cells: show;
}

table {
    border: none;
    width: 100%;
}

th {
    font-family: Roboto, Arial, serif;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0px;
    padding: 1.5mm 1mm 0.75mm 1mm;
    border-bottom: 1px solid #b3b1b1;
    text-align: center;
    vertical-align: middle;
    background-color: #777;
}

td {
    font-family: Roboto, Arial, serif;
    color: #000;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0px;
    padding: 1.5mm 1mm 0.75mm 1mm;
    border-bottom: 1px solid #b3b1b1;
    text-align: center;
    vertical-align: middle;
}

th.betap {
    font-family: Roboto, Arial, serif;
    color: #91ebfa;
    font-size: 25px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0px;
    padding: 2.5mm 1.5mm 1.75mm 1.5mm;
    border-bottom: 1px solid #b3b1b1;
    text-align: center;
    vertical-align: middle;
    background-color: #777;
}

td.betap {
    font-family: Roboto, Arial, serif;
    color: #d9d9d9;
    font-size: 25px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0px;
    padding: 2.5mm 1.5mm 1.75mm 1.5mm;
    border-bottom: 1px solid #b3b1b1;
    text-align: center;
    vertical-align: middle;
}

.bg-grey {
    background-color: #f3f3f3;
}

.bg-vilagosszurke {
    background-color: #e4e1e1;
}



/*------TARTALYOK-------*/

div.tartaly_statikus_bg {
    zoom: 0.555;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(images/tartaly_statikus.svg);
    background-repeat: no-repeat;
    background-color: #000;
}

.text_tartaly_placeholder {
    position: absolute;
}

.text_tartaly_nev {
    color: #50c5d8;
    font-family: Roboto, Arial, serif;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
}

.text_tartaly_adat {
    color: #fff;
    font-family: Roboto, Arial, serif;
    font-size: 30px;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: 115%;
}

.text_tartaly_elvalaszto {
    color: #6e6e6d;
}

.text_fotartaly_position {
    top: 45px;
    left: 50px;
}

.text_napitartaly1_position {
    top: 45px;
    left: 623px;
}

.text_fogeptartaly1_position {
    top: 603px;
    left: 623px;
}

.text_napitartaly2_position {
    top: 45px;
    left: 932px;
}

.text_fogeptartaly2_position {
    top: 603px;
    left: 932px;
}

.text_segedgeptartaly2_position {
    top: 603px;
    left: 1240px;
}

.text_kazan_position {
    top: 45px;
    left: 1240px;
}

.text_fotartalyatfolyasmero1_position {
    top: 425px;
    left: 390px;
}

.text_fotartalyatfolyasmero2_position {
    top: 607px;
    left: 390px;
}

.text_napitartalyatfolyasmero1_position {
    top: 425px;
    left: 623px;
    z-index: 10;
}

.text_napitartalyatfolyasmero2_position {
    top: 425px;
    left: 932px;
    z-index: 10;
}

.text_segedgeptartalyatfolyasmero2_position {
    top: 425px;
    left: 1240px;
    z-index: 10;
}

.text_napitartaly1_fordulatszam_position {
    top: 981px;
    left: 623px;
    z-index: 10;
}

.text_napitartaly2_fordulatszam_position {
    top: 981px;
    left: 930px;
    z-index: 10;
}

.text_segedgep2_fordulatszam_position {
    top: 981px;
    left: 1240px;
    z-index: 10;
}

.gazolaj {
    position: absolute;
}

.kapcsolo {
    position: absolute;
    width: 50px;
    height: 50px;
}

    .kapcsolo img {
        width: 100%;
        display: block;
    }

.szivattyu {
    position: absolute;
    width: 55px;
    height: 55px;
}

    .szivattyu img {
        width: 100%;
        display: block;
    }

.kommhiba {
    position: absolute;
    width: 50px;
    height: 50px;
}

    .kommhiba img {
        width: 100%;
        display: block;
    }

.szintjelzo {
    position: absolute;
    width: 32px;
    height: 18px;
}

    .szintjelzo img {
        width: 100%;
        display: block;
    }

div.fogyasztasi_tablazat_placeholder {
    position: absolute;
    top: 813px;
    left: 55px;
    width: 497px;
    height: 222px;
}


/*---- FO KEPERNYO ------*/

div.fokep_bg {
    zoom: 0.555;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(images/fokep_hatter.svg);
    background-repeat: no-repeat;
    background-color: #000;
}

div.fokep_bal {
    position: absolute;
    top: 0;
    left: 0;
    width: 1150px;
    box-sizing: border-box;
}

div.fokep_jobb {
    position: absolute;
    top: 0;
    left: 1150px;
    width: 385px;
    box-sizing: border-box;
    padding: 55px 20px 20px 20px;
}

div.fokep_uzemanyagszintjelzo {
    position: absolute;
    width: 160px;
    box-sizing: border-box;
    text-align: center;
    top: 55px;
}

.position_uzemamyag_fotartaly {
    left: 40px;
}

.position_uzemamyag_napi1 {
    left: 225px;
}

.position_uzemamyag_napi2 {
    left: 408px;
}

.position_uzemamyag_fogep1 {
    left: 592px;
}

.position_uzemamyag_fogep2 {
    left: 777px;
}

.position_uzemamyag_seged2 {
    left: 960px;
}

div.fokep_uzemanyagszintjelzo img {
    width: 97px;
    padding-left: 42px;
    display: block;
}

div.uzemanyagszint_nev {
    position: absolute;
    top: 135px;
    font-family: Roboto, Arial, serif;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    width: 160px;
    text-align: center;
}

div.fokep_kapcsolo1 {
    position: absolute;
    top: 290px;
    left: 429px;
}

div.fokep_kapcsolo2 {
    position: absolute;
    top: 290px;
    left: 665px;
}

div.fokep_szivattyu1 {
    position: absolute;
    top: 354px;
    left: 427px;
}

div.fokep_szivattyu2 {
    position: absolute;
    top: 354px;
    left: 663px;
}

div.fokep_szivattyu_nev1 {
    position: absolute;
    top: 425px;
    left: 372px;
    font-family: Roboto, Arial, serif;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
}

div.fokep_szivattyu_nev2 {
    position: absolute;
    top: 425px;
    left: 608px;
    font-family: Roboto, Arial, serif;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
}

div.fokep_uzemanyagfogyasztas_cim {
    position: absolute;
    width: 1150px;
    color: #9b9a9a;
    font-family: Roboto, Arial, serif;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    top: 515px;
    left: 0;
}

div.fokep_uzemanyagfogyasztas {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-family: Roboto, Arial, serif;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    top: 585px;
}

span.fokep_uzemanyagfogyasztas_nev {
    color: #50c5d8;
    font-size: 26px;
    text-transform: uppercase;
}

div.position_uzemanyagfogyasztas_kezdo {
    left: 35px;
}

div.position_uzemanyagfogyasztas_aktualis {
    left: 258px;
}

div.position_uzemanyagfogyasztas_napiosszes {
    left: 480px;
}

div.position_uzemanyagfogyasztas_kazan {
    left: 700px;
}

div.position_uzemanyagfogyasztas_seged2 {
    left: 920px;
}

div.fokep_energiafogyasztas_cim {
    position: absolute;
    width: 1150px;
    color: #9b9a9a;
    font-family: Roboto, Arial, serif;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
    top: 720px;
    left: 0;
}

div.fokep_energiafogyasztas {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-family: Roboto, Arial, serif;
    font-size: 36px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    top: 787px;
}

span.fokep_energiafogyasztas_nev {
    color: #50c5d8;
    font-size: 26px;
    text-transform: uppercase;
}

div.position_energiafogyasztas_parti {
    left: 255px;
}

div.position_energiafogyasztas_fogep1 {
    left: 477px;
}

div.position_energiafogyasztas_seged2 {
    left: 697px;
}

div.fokep_uzenetikon {
    position: absolute;
    top: 930px;
    left: 440px;
}

    div.fokep_uzenetikon img {
        display: block;
        width: 90px;
    }

div.fokep_hibaikon {
    position: absolute;
    top: 928px;
    left: 606px;
}

    div.fokep_hibaikon img {
        display: block;
        width: 102px;
    }

div.sebesseg {
    text-align: center;
    color: #fff;
    font-family: Roboto, Arial, serif;
    font-size: 48px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 25px;
    width: 100%;
}

span.sebesseg {
    font-weight: 400;
}

div.uzemmod_aktualis {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Roboto, Arial, serif;
    font-size: 32px;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    margin-bottom: 25px;
    border: 6px solid #00aecb;
    box-sizing: border-box;
    padding: 25px 10px 25px 10px;
}

div.gomb_uzemmod {
    width: 100%;
    background-color: #9b9a9a;
    text-align: center;
    color: #000;
    font-family: Roboto, Arial, serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 25px;
}

.nagygomb {
    font-size: 36px;
    padding: 25px 10px 25px 10px;
    cursor: pointer;
}

.kisgomb {
    font-size: 28px;
    padding: 12px 10px 12px 10px;
    cursor: pointer;
}

div.adatbevitel_placeholder {
    margin-bottom: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

div.adatbevitel_nev {
    color: #9b9a9a;
    font-size: 32px;
    font-family: Roboto, Arial, serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
}

div.adatbevitel_mezo {
    color: #9b9a9a;
    font-size: 32px;
    font-family: Roboto, Arial, serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    min-width: 100px;
    text-align: left;
    margin-right: 15px;
}

div.fokuszban {
    color: #fff;
    border: 4px solid #00aecb;
    box-sizing: border-box;
    padding: 12px 10px 12px 10px;
}

div.nincsfokuszban {
    border: 4px solid #9b9a9a;
    box-sizing: border-box;
    padding: 12px 10px 12px 10px;
}

div.numerikus_placeholder {
    width: 100%;
    margin-bottom: 25px;
}

div.numerikus_valasztogomb_placeholder, div.numerikus_szamok_placeholder {
    display: flex;
    flex-wrap: wrap;
}

div.numerikus_valasztogomb {
    box-sizing: border-box;
    width: 50%;
    border: 3px solid #494949;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-family: Roboto, Arial, serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    height: 80px;
    padding-top: 23px;
    text-transform: uppercase;
    cursor: pointer;
}

div.numerikus_szamok_gomb {
    box-sizing: border-box;
    width: 33.33%;
    background-color: #9b9a9a;
    border: 3px solid #494949;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-family: Roboto, Arial, serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 700;
    line-height: 115%;
    height: 80px;
    padding-top: 23px;
    text-transform: uppercase;
    cursor: pointer;
}

/*----HIBATABLO-----*/

div.content-hibatablo_placeholder {
    zoom: 0.555;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #000;
}

div.hibatablo_box_placeholder {
    box-sizing: border-box;
    padding: 40px 15px;
    display: flex;
    flex-wrap: wrap;
}

div.hibatablo_box {
    width: calc(16.66% - 10px);
    box-sizing: border-box;
    margin: 5px;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-family: Roboto, Arial, serif;
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    line-height: 115%;
}

.text-piros {
    color: #bf1829 !important;
}

.text-kek {
    color: #50c5d8 !important;
}

.text-sarga {
    color: #ff9200 !important;
}

.z-index5 {
    z-index: 5;
}

.z-index10 {
    z-index: 10;
}

.z-index15 {
    z-index: 15;
}

.hidden {
    display: none;
}

.bg-barna {
    background-color: #996c17;
}

.bg-szurke {
    background-color: #868686;
}

.bg-vilagosabbszurke {
    background-color: #9b9a9a;
}

.bg-zold {
    background-color: #43b041;
}

.bg-sarga {
    background-color: #ff9200;
}

.bg-piros {
    background-color: #bf1829;
}

.bg-kek {
    background-color: #00aecb !important;
}



/*----ESEMENYNAPLO BEALLITASOK------*/
div.flex-placeholder {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

div.width33_placeholder {
    width: calc(33.33% - 25px);
    margin-right: 25px;
}

div.width66_placeholder {
    width: calc(66.66% - 25px);
}

div.box-settings-menu {
    position: relative;
    width: 100%;
    border: 0px 0px 1px 0px;
    border-bottom: #1278bc;
    margin: 0px 0px 25px 0px;
    padding-bottom: 3px;
    background-color: #f7f8f8;
    border-bottom-style: solid;
}

div.box-settings-data {
    position: relative;
    width: 100%;
    border: 0px 0px 1px 0px;
    border-bottom: #1278bc;
    margin: 0px 0px 25px 0px;
    padding-bottom: 3px;
    background-color: #f7f8f8;
    border-bottom-style: solid;
}

div.box-settings-menu p:last-of-type {
    border-bottom: none;
}

div.box-settings-data p:last-of-type {
    border-bottom: none;
}

p.settings {
    margin: 0px;
    font-family: Roboto, Arial;
    font-size: 15px;
    color: #4c4d4d;
    text-decoration: none;
    padding: 12px 10px 10px 7px;
    line-height: 130%;
    border-bottom: 1px dotted #c3c2c2;
    background-repeat: no-repeat;
    font-weight: 400;
    /*background-position:8px 6px;
background-image:url(images/icon_settings_nav.png);*/
}

    p.settings a {
        color: #1278bc;
        text-decoration: none;
    }

    p.settings::before {
        FONT-FAMILY: FontAwesome;
        content: " \f0A9";
        color: #1278bc;
        font-size: 15px;
        padding-right: 7px;
    }

h2.settings {
    font-family: Roboto, Arial, serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    font-weight: 600;
    line-height: 120%;
    margin: 0;
    letter-spacing: 0px;
    padding: 7px;
    background-color: #777;
}

@media only screen {
    .print {
        display: none;
    }
}

@media only print {
    .menu_placeholder {
        display: none !important;
    }

    .noprint {
        display: none !important;
    }

    .nowrap {
        white-space: nowrap;
        padding-left: 2mm;
    }

    @page {
        size: A4 portrait;
        margin: 15mm 15mm 15mm 15mm;
    }

    table {
        width: 100%;
        display: table;
    }

    thead {
        display: table-header-group;
    }

    tbody {
        display: table-row-group;
    }

    tr {
        display: table-row;
    }

    td, th {
        display: table-cell;
        empty-cells: show;
    }

    div.content-print_placeholder {
        zoom: 0.555;
        padding: 0;
        background-color: #fff;
        margin: 0 auto;
    }

    html, body {
        width: 210mm;
        height: 297mm;
    }
}
