﻿@font-face {
    font-family: 'Roboto_Black';
    src: url('../fonts/Roboto_Black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto_Black';
    src: url('../fonts/Roboto_BlackItalic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto_Bold.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto_Italic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto_BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto_Condensed';
    src: url('../fonts/Roboto_Condensed.woff') format('woff');
}

@font-face {
    font-family: 'Roboto_Condensed';
    src: url('../fonts/Roboto_BoldCondensed.woff') format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto_Condensed';
    src: url('../fonts/Roboto_CondensedItalic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto_Condensed';
    src: url('../fonts/Roboto_BoldCondensedItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto_Light';
    src: url('../fonts/Roboto_Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto_Light';
    src: url('../fonts/Roboto_LightItalic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto_Medium';
    src: url('../fonts/Roboto_Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto_Medium';
    src: url('../fonts/Roboto_MediumItalic.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Roboto_Thin';
    src: url('../fonts/Roboto_Thin.woff') format('woff');
}

@font-face {
    font-family: 'Roboto_Thin';
    src: url('../fonts/Roboto_ThinItalic.woff') format('woff');
    font-style: italic;
}

/* GLOBAL */

html, body {
    margin: 0;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    transform: translate3d(0,0,0);
    position: absolute;
    left: 0;
    top: 0;
}

.nodisplay {
    display: none !important;
}

.dv_hd_common {
    height: 1080px;
    width: 1920px;
    font-family: Roboto, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
}

.fadeOut {
    transition: all 1.5s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 999;
}

    .fadeOut.end {
        transition: all 1s ease-in-out;
        opacity: 0;
        z-index: 999;
    }

.numbersFadeIn {
    transition: all 1.5s ease-in;
    opacity: 0;
}

    .numbersFadeIn.end {
        opacity: 1;
    }

#dv_globalcover {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    width: 1920px;
    height: 1080px;
    background-color: black;
    z-index: 1000;
}



/* GAMECOLORS */
.l5color {
    color: #00a664;
}

.l6color {
    color: #ec1944;
}

.l7color {
    color: #fed420;
}

.jokercolor {
    color: #ffffff;
}

.kncolor {
    color: #dd2d75;
}

.ttcolor {
    color: #a46fd9;
}

.ptcolor {
    color: #e2056f;
}

.gtcolor {
    color: #81c242;
}




#dv_EX_part_top {
    height: 767px;
    width: 1920px;    
    background: #10063c;
    background: -webkit-linear-gradient(left, #10063c, #28255f);
    background: linear-gradient(left, #10063c, #28255f);
    background-repeat: no-repeat;
}

#dv_EX_part_bar {
    height: 10px;
    width: 1920px;
    background-image: linear-gradient(to right, black 1px, transparent 1px);
    background-size: 14.29% 100%; /* 8 columns = 100% / 8 = 12.5% */
    background-repeat: repeat;    
    position: relative;
    background-color:white;
}

#dv_EX_part_bottom {
    height: 303px;
    width: 1920px;
    background-color: black;
    background-repeat: no-repeat;
    /*note: position relative / absolute, animations */
}

.zoom25 {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.fixedbar {
    width: 274px;
    height: 10px;
    position: absolute;
    top: 0px;
}

.innerbar {
    height: 10px;
    position: absolute;
    top: 0px;
}

.fixedbar_override {
    /* 2018-02-02 */
    background-color: transparent !important;
}

.fixedbar_orange {
    background-color: #f7aa31;
}

.fixedbar_Ej {
    background-color: #f3c716;
}

.fixedbar_Kn {
    background-color: #db1866;
}

.fixedbar_Tt {
    background-color: #97c93e;
}

.fixedbar_Gt {
    background-color: #7f579e;
}

.fixedbar_Lx {
    background-color: #1aa8d3;
}

.fixedbar_Kc {
    background-color: #ffdb00;
}

.innerbar_Ej {
    background-color: #f3c716;
}

.innerbar_Kn {
    background-color: #db1866;
}

.innerbar_Tt {
    background-color: #97c93e;
}

.innerbar_Gt {
    background-color: #7f579e;
}

.innerbar_Lx {
    background-color: #1aa8d3;
}

.innerbar_Kc {
    background-color: #ffdb00;
}

.innerbar_Lt {
    background-color: fuchsia
}

#dv_bar0 {
    left: 1px;
}

#dv_bar1 {
    left: 274px;
}

#dv_bar2 {
    left: 548px;
}

#dv_bar3 {
    left: 822px;
}

#dv_bar4 {
    left: 1096px;
}

#dv_bar5 {
    left: 1370px;
    background-color: saddlebrown
}

#dv_bar6 {
    left: 1644px;
    background-color:saddlebrown
}

.barcommonanim_in {
    animation-name: ani_barcommon_in;
    animation-duration: 20s;
    animation-timing-function: linear;
    /* UX request: no outswim */
    animation-fill-mode: forwards;
}
/* UX request: unused (2018-02-02) */
.barcommonanim_out {
    animation-name: ani_barcommon_out;
    animation-duration: 2s;
    animation-timing-function: linear;
}

@keyframes ani_barcommon_in {
    0% {
        left: 0px;
        right: 316px;
    }

    12% {
        left: 0px;
        right: 316px;
    }

    100% {
        left: 0px;
        right: 0px;
    }
}

@keyframes ani_barcommon_out {
    0% {
        left: 0px;
        right: 0px;
    }

    100% {
        left: 316px;
        right: 0px;
    }
}


#dv_lines_centertop {
    position: absolute;
    top: 43px;
    left: 959px;
    width: 3px;
    height: 314px;
    background-image: url(../img/ewiximg/l567border_centertop_314.png);
}

#dv_lines_centerbottom {
    position: absolute;
    top: 427px;
    left: 959px;
    width: 3px;
    height: 314px;
    background-image: url(../img/ewiximg/l567border_centerbottom_314.png);
}

#dv_lines_middleleft {
    position: absolute;
    top: 391px;
    left: 37px;
    width: 889px;
    height: 2px;
    background-image: url(../img/ewiximg/l567border_middleleft_889.png);
}

#dv_lines_middleright {
    position: absolute;
    top: 391px;
    left: 996px;
    width: 889px;
    height: 2px;
    background-image: url(../img/ewiximg/l567border_middleright_889.png);
}


/* EXPECTED QUADRANTS */

.headpart {
    width: 895px;
    height: 155px;
}

.headlogo {
    float: left;
}

.headnote {
    float: right;
    text-align: right;
}

.weekline {
    font-family: Roboto_Condensed;
    font-weight: bold;
    font-size: 48px;
    color: white;
}

.pullline {
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 32px;
    color: #a6d4fc;
    line-height: 32px;
}

.priceline {
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 32px;
    color: #a6d4fc;
    line-height: 32px;
}

.pricelinepart {
    display: inline-block;
}

    .pricelinepart :nth-child(1) {
        font-weight: 700;
        padding-right: 6px;
    }

.pricesubline {
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 24px;
    color: #a6d4fc;
    line-height: 32px;
}



.expectedpart {

}

.expectedleftpart {
    padding-left: 13px;
    float: left;
}

.expectedsuperline {
    font-family: Roboto_Medium;
    font-weight: normal;
    font-size: 24px;
    color: white;
}

.expectedamount {
    font-family: Roboto_Condensed;
    font-size: 72px;
    font-weight: bold;
    text-shadow: 4px 4px 8px #000;
}


.expectedrightpart {
    text-align: right;
    padding-top: 10px;
}

.deadlinewrapper {
    float: right;
    width: 390px;
}

.deadlineupper {
}

    .deadlineupper .deadlineupperblock {
        background-image: url('../img/ewixexpectedimg/ewixexpected_deadline.png');
        background-repeat: no-repeat;
        width: 390px;
        height: 40px;
    }

.deadlinelower {
    font-size: 30px;
    font-family: Roboto_Light;
    font-weight: bold;
    margin-top: 8px;
    width: 390px;
}

    .deadlinelower span {
        font-family: Roboto;
        font-size: 42px;
        font-weight: 700;
        text-align: right;
    }

    .deadlinelower .deadlineday {
        display: inline-block;
        /*width: 100px;*/
        text-align: right;
    }

    .deadlinelower .deadlinehour {
        display: inline-block;
        width: 120px;
        text-align: right;
    }

    .deadlinelower .deadlineminute {
        display: inline-block;
        width: 130px;
        text-align: right;
    }

/* END OF EXPECTED QUADRANTS */


/* L567J tables */

.L567J_table_headline {
    padding-left: 27px;
    height: 45px;
    line-height: 45px;
    font-family: Roboto;
    font-size: 35px;
    font-weight: normal;
    color: white;
    padding-bottom: 5px;
}

.L5_table_line {
    padding-left: 27px;
    height: 34px;
    line-height: 34px;
    font-family: Roboto_Condensed;
    font-size: 30px;
    font-weight: normal;
    color: #00a96d;
}

.L567J_table_separator {
    height: 2px;
    line-height: 2px;
}

    .L567J_table_separator img {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }

.L567J_table_headleft {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 210px;
}

.L567J_table_headmid {
    display: inline-block;
    text-align: right;
    width: 210px;
}

.L567J_table_headright {
    display: inline-block;
    text-align: right;
    width: 410px;
}

.L567J_table_left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 210px;
}

.L567J_table_mid {
    display: inline-block;
    text-align: right;
    width: 210px;
}

.L567J_table_right {
    display: inline-block;
    text-align: right;
    width: 405px;
}

.tableswim {
    animation-name: ani_table_swimfrombottom;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    /*   animation-fill-mode: forward; */
}

@keyframes ani_table_swimfrombottom {
    0% {
        opacity: 0;
        transform: translate3d(0,100px,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }    
}

.tableswimback {
    animation-name: ani_table_swimbacktobottom;
    animation-duration: 0.5s;
    /*   animation-fill-mode: forward; */
}

@keyframes ani_table_swimbacktobottom {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0,100px,0);
    }
}

/* END OF L567J tables */



/* L567J leftaligned texts */
.textswimleft {
    animation-name: ani_text_swimtoleft;
    animation-duration: 0.5s;
}

@keyframes ani_text_swimtoleft {
    0% {
        opacity: 0;
        transform: translate3d(400px,0,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}

.textswimbackfromleft {
    animation-name: ani_text_swimbackfromleft;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes ani_text_swimbackfromleft {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    100% {
        opacity: 0;
        transform: translate3d(400px,0,0);
    }
}

/* L567J rightaligned texts */
.textswimright {
    animation-name: ani_text_swimtoright;
    animation-duration: 0.5s;
}

@keyframes ani_text_swimtoright {
    0% {
        opacity: 0;
        transform: translate3d(-400px,0,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}

.textswimbackfromright {
    animation-name: ani_text_swimbackfromright;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes ani_text_swimbackfromright {
    0% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }

    100% {
        opacity: 0;
        transform: translate3d(-400px,0,0);
    }
}


/* L5 */

#dv_EX_L5_head {
    position: absolute;
    top: 34px;
    left: 0;
    width: 926px;
    height: 132px;
    overflow: hidden;
}

#dv_L5_head_logo {
    padding-left: 27px;
    display: inline-block;
    width: 306px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#dv_L5_head_notes {
    font-family: Roboto_Condensed;
    display: inline-block;
    padding-top: 5px;
    width: 585px;
    text-align: right;
}

#dv_L5_head_dateline {
    color: white;
    font-size: 44px;
    white-space: nowrap;
}

#dv_L5_head_week {
    display: inline-block;
    font-weight: bold;
}

#dv_L5_head_date {
    display: inline-block;
    padding-left: 20px;
}

#dv_L5_head_winline_none {
    color: #a6d4fc;
    font-size: 40px; 
}

#dv_L5_head_winline_won {
    color: #00a96d;
    font-size: 40px; 
}

#dv_L5_head_countdown {
    font-family: Roboto_Condensed;
    display: inline-block;
    padding-top: 5px;
    width: 585px;
    text-align: right;
}

#dv_L5_countdownsuperline {
    color: white;
    font-size: 44px; 
}

#dv_L5_countdownamount {
    color: #00a96d;
    font-size: 44px;
    font-weight: bold;
}

#dv_EX_L5_orbline {
    position: absolute;
    top: 214px;
    left: 40px;
    width: 886px;
    height: 111px;
    overflow: hidden;
}

#dv_EX_L5_orbs {
    position: absolute;
    top: 0;
    left: 0;
}

.L5_orb_wrap {
    height: 110px;
    width: 110px;
    padding: 0;
    margin: 0;
}

    .L5_orb_wrap img {
        height: 110px;
        width: 110px;
    }

.L5_orbsnum {
    font-size: 62px;
    font-family: Roboto_Condensed;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 102px;
    font-weight: bold;
}

#dv_L5_orb1 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0; 
    position: absolute;
    backface-visibility: hidden;
}


#dv_L5_orb2 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 106px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L5_orb3 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 212px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L5_orb4 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 318px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L5_orb5 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 424px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L5_nextweek {
    position: absolute;
    top: 183px;
    left: 50px;
    color: #00a96d;
    font-family: Roboto_Condensed;
    font-size: 100px; 
    font-weight: bold;
    text-shadow: 4px 4px 8px #000;
    width: 800px;
}

#dv_L5_nextweeksubline {
    position: absolute;
    top: 298px;
    left: 50px;
    color: white;
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 44px; 
    /*letter-spacing: -1px;*/
    width: 800px;
}

#dv_EX_L5_tablewrap {
    position: absolute;
    top: 170px;
    left: 0;
    width: 950px;
    height: 200px;
    overflow: hidden;
}

#dv_EX_L5_table {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 38px;
    width: 910px;
}

#dv_EX_L5_expectedwrap {
    position: absolute;
    top: 200px;
    left: 30px;
    width: 895px;
    margin-top: 42px;
    overflow: hidden;
}



/* END OF L5 */



/* L6 */
#dv_EX_L6_head {
    position: absolute;
    top: 418px;
    left: 0;
    width: 926px;
    height: 132px;
    overflow: hidden;
}

#dv_L6_head_logo {
    padding-left: 27px;
    padding-top: 3px;
    display: inline-block;
    width: 306px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#dv_L6_head_notes {
    font-family: Roboto_Condensed;
    display: inline-block;
    width: 585px;
    text-align: right;
}

#dv_L6_head_dateline {
    color: white;
    font-size: 44px;
    white-space: nowrap;
}

#dv_L6_head_week {
    display: inline-block;
    font-weight: bold;    
}

#dv_L6_head_date {
    display: inline-block;
    padding-left: 20px;
}

#dv_L6_head_winline_none {
    color: #a6d4fc;
    font-size: 40px;
}

#dv_L6_head_winline_won {
    color: #ee314f;
    font-size: 40px;
}

#dv_L6_head_countdown {
    font-family: Roboto_Condensed;
    display: inline-block;
    width: 585px;
    text-align: right;
}

#dv_L6_countdownsuperline {
    color: white;
    font-size: 44px;
}

#dv_L6_countdownamount {
    color: #ee314f;
    font-size: 44px;
    font-weight: bold;
}

#dv_EX_L6_orbline {
    position: absolute;
    top: 590px;
    left: 40px;
    width: 886px;
    height: 111px;
    overflow: hidden;
}

#dv_EX_L6_orbs {
    position: absolute;
    top: 0;
    left: 0;
}

.L6_orb_wrap {
    height: 110px;
    width: 110px;
    padding: 0;
    margin: 0;
}

    .L6_orb_wrap img {
        height: 110px;
        width: 110px;
    }

.L6_orbsnum {
    font-size: 62px;
    font-family: Roboto_Condensed;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 102px;
    font-weight: bold;
}

#dv_L6_orb1 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 0; 
    position: absolute;
    backface-visibility: hidden;
}


#dv_L6_orb2 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 106px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L6_orb3 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 212px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L6_orb4 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 318px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L6_orb5 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 424px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L6_orb6 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 530px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L6_nextweek {
    position: absolute;
    top: 571px;
    left: 50px;
    color: #ee314f;
    font-family: Roboto_Condensed;
    font-size: 100px; 
    font-weight: bold;
    text-shadow: 4px 4px 8px #000;
    width: 800px;
}

#dv_L6_nextweeksubline {
    position: absolute;
    top: 686px;
    left: 50px;
    color: white;
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 44px; 
    width: 800px;
}

#dv_EX_L6_tablewrap {
    position: absolute;
    top: 556px;
    left: 0;
    width: 950px;
    height: 200px;
    overflow: hidden;
}

#dv_EX_L6_table {
    position: absolute;
    top: 0;
    left: 0;
    width: 910px;
    padding-left: 38px;
}

.L6_table_line {
    padding-left: 27px;
    height: 34px;
    line-height: 34px;
    font-family: Roboto_Condensed;
    font-size: 30px; 
    font-weight: normal;
    color: #ee314f;
}

#dv_EX_L6_expectedwrap {
    position: absolute;
    top: 576px;
    left: 30px;
    width: 895px;
    margin-top: 42px;
    overflow: hidden;
}

/* END OF L6 */




/* L7 */

/* Wrapper - slide cover*/
#dv_EX_L7_wrapper {
}

#dv_EX_L7_head {
    position: absolute;
    top: 36px;
    left: 960px;
    width: 939px;
    height: 130px;
    overflow: hidden;
}

#dv_L7_head_logo {
    padding-left: 30px;
    display: inline-block;
    width: 320px;
    height: 130px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#dv_L7_head_notes {
    font-family: Roboto_Condensed;
    display: inline-block;
    padding-top: 3px;
    width: 582px;
    text-align: right;
}

#dv_L7_head_dateline {
    color: white;
    font-size: 44px;
    white-space: nowrap; /* SAMSUNG tv subpixel fix for szeptember 30*/
}

#dv_L7_head_week {
    display: inline-block;
    font-weight: bold;
}

#dv_L7_head_date {
    display: inline-block;
    padding-left: 20px;
}

#dv_L7_head_winline_none {
    color: #a6d4fc;
    font-size: 40px; 
}

#dv_L7_head_winline_won {
    color: #ffd700;
    font-size: 40px; 
}

#dv_L7_head_countdown {
    font-family: Roboto_Condensed;
    display: inline-block;
    width: 582px;
    text-align: right;
}

#dv_L7_countdownsuperline {
    color: white;
    font-size: 44px; 
}

#dv_L7_countdownamount {
    color: #ffd700;
    font-size: 44px; 
    font-weight: bold;
}

#dv_EX_L7_orbline {
    position: absolute;
    top: 165px;
    left: 1000px;
    width: 886px;
    height: 227px;
    overflow: hidden;
}

#dv_EX_L7_orbs {
    position: absolute;
    top: 0;
    left: 0;
}

.L7_orb_wrap {
    height: 110px;
    width: 110px;
    padding: 0;
    margin: 0;
}

    .L7_orb_wrap img {
        height: 110px;
        width: 110px;
    }

.L7_orbsnum {
    font-size: 62px; 
    font-family: Roboto_Condensed;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 102px;
    font-weight: bold;
}

#dv_L7_orb1 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 0; 
    position: absolute;
    backface-visibility: hidden;
}


#dv_L7_orb2 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 106px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_orb3 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 212px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_orb4 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 318px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_orb5 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 424px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_orb6 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 530px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_orb7 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 636px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_2orb1 {
    width: 110px;
    height: 110px;
    top: 106px; 
    left: 0; 
    position: absolute;
    backface-visibility: hidden;
}


#dv_L7_2orb2 {
    width: 110px;
    height: 110px;
    top: 106px; 
    left: 106px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_2orb3 {
    width: 110px;
    height: 110px;
    top: 106px;
    left: 212px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_2orb4 {
    width: 110px;
    height: 110px;
    top: 106px; 
    left: 318px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_2orb5 {
    width: 110px;
    height: 110px;
    top: 106px;
    left: 424px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_2orb6 {
    width: 110px;
    height: 110px;
    top: 106px;
    left: 530px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_2orb7 {
    width: 110px;
    height: 110px;
    top: 106px;
    left: 636px;
    position: absolute;
    backface-visibility: hidden;
}

#dv_L7_nextweek {
    position: absolute;
    top: 183px;
    left: 1010px;
    color: #ffd700;
    font-family: Roboto_Condensed;
    font-size: 100px; 
    font-weight: bold;
    text-shadow: 4px 4px 8px #000;
    width: 800px;
}

#dv_L7_nextweeksubline {
    position: absolute;
    top: 298px;
    left: 1010px;
    color: white;
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 44px; 
    width: 800px;
}

#dv_EX_L7_tablewrap {
    position: absolute;
    top: 170px;
    left: 960px;
    width: 950px;
    height: 200px;
    overflow: hidden;
}

#dv_EX_L7_table {
    position: absolute;
    top: 0;
    left: 0;
    width: 910px;
    padding-left: 38px;
}

.L7_table_line {
    padding-left: 27px;
    height: 34px;
    line-height: 34px;
    font-family: Roboto_Condensed; 
    font-size: 30px; 
    font-weight: normal;
    color: #ffd700;
}

#dv_EX_L7_expectedwrap {
    position: absolute;
    top: 200px;
    left: 1000px;
    width: 895px;
    margin-top: 42px;
    overflow: hidden;
}


/* END OF L7 */




/* Joker */
/* Wrapper - slide cover */
#dv_EX_Joker_wrapper {
}

#dv_EX_Joker_head {
    position: absolute;
    top: 418px;
    left: 960px;
    width: 939px;
    height: 127px;
    overflow: hidden;
}

#dv_Joker_head_logo {
    padding-left: 30px;
    display: inline-block;
    width: 304px;
    vertical-align: top;
    padding-top: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#dv_Joker_head_notes {
    font-family: Roboto_Condensed;
    display: inline-block;
    width: 598px;
    text-align: right;
}

#dv_Joker_head_dateline {
    color: white;
    font-size: 44px;
    white-space: nowrap; /* SAMSUNG tv subpixel fix for szeptember 30*/
}

#dv_Joker_head_week {
    display: inline-block;
    font-weight: bold;
}

#dv_Joker_head_date {
    display: inline-block;
    padding-left: 20px;
}

#dv_Joker_head_winline_none {
    color: #a6d4fc;
    font-size: 40px; 
}

#dv_Joker_head_winline_won {
    color: #ee314f;
    font-size: 40px; 
}

#dv_Joker_head_countdown {
    font-family: Roboto_Condensed;
    display: inline-block;
    width: 598px;
    text-align: right;
}

#dv_Joker_countdownsuperline {
    color: white;
    font-size: 44px;
}

#dv_Joker_countdownamount {
    color: #fff;
    font-size: 44px; 
    font-weight: bold;
}

#dv_EX_Joker_orbline {
    position: absolute;
    top: 593px;
    left: 1000px;
    width: 886px;
    height: 111px;
    overflow: hidden;
}

#dv_EX_Joker_orbs {
    position: absolute;
    top: 0;
    left: 0;
}

.Joker_orb_wrap {
    height: 110px;
    width: 110px;
    padding: 0;
    margin: 0;
}

    .Joker_orb_wrap img {
        height: 110px;
        width: 110px;
    }

.Joker_orbsnum {
    font-size: 62px; 
    font-family: Roboto_Condensed;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 102px;
    font-weight: bold;
}

#dv_Joker_orb1 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 0; 
    position: absolute;
    backface-visibility: hidden;
}


#dv_Joker_orb2 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 106px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_Joker_orb3 {
    width: 110px;
    height: 110px;
    top: 0;
    left: 212px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_Joker_orb4 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 318px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_Joker_orb5 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 424px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_Joker_orb6 {
    width: 110px;
    height: 110px;
    top: 0; 
    left: 530px; 
    position: absolute;
    backface-visibility: hidden;
}

#dv_Joker_nextweek {
    position: absolute;
    top: 571px;
    left: 1010px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 100px; 
    font-weight: bold;
    text-shadow: 4px 4px 8px #000;
    width: 800px;
}

#dv_Joker_nextweeksubline {
    position: absolute;
    top: 686px;
    left: 1010px;
    color: white;
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 44px; 
    width: 800px;
}

#dv_EX_Joker_tablewrap {
    position: absolute;
    top: 530px;
    left: 960px;
    width: 950px;
    height: 232px;
    overflow: hidden;
}

#dv_EX_Joker_table {
    position: absolute;
    top: 0;
    left: 0;
    width: 910px;
    padding-left: 38px;
}

.Joker_table_line {
    padding-left: 27px;
    height: 34px;
    line-height: 34px;
    font-family: Roboto_Condensed;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

#dv_EX_Joker_expectedwrap {
    position: absolute;
    top: 576px;
    left: 1000px;
    width: 895px;
    margin-top: 42px;
    overflow: hidden;
}

/* END OF Joker */


/* Lx, Ej, Tt, Gt tables*/
.bottomtableswim {
    animation-name: ani_bottomtable_swimfrombottom;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;    
}

@keyframes ani_bottomtable_swimfrombottom {
    0% {
        opacity: 0;
        transform: translate3d(0,300px,0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0,0,0);
    }
}


.slidewrap {
    position: absolute;
    height: 303px;
    width: 1920px;
    left: 0px;
    top: 777px;
}

.slidein {
    animation-name: ani_EX_bottom_slidein;
    animation-duration: 1.5s;
    animation-delay: 0.5s;    
    animation-fill-mode: both;
}

.slideout {
    animation-name: ani_EX_bottom_slideout;
    animation-duration: 1.5s;
    animation-delay: 0.5s;    
    animation-fill-mode: both;
}

@keyframes ani_EX_bottom_slidein {
    0% {
        -webkit-transform: translate3d(-1920px, 0, 0);
        transform: translate3d(-1920px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
}

@keyframes ani_EX_bottom_slideout {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(1920px, 0, 0);
        transform: translate3d(1920px, 0, 0);
    }
}



/* EURO */

#dv_EX_Euro {
    position: relative;
    height: 303px;
    width: 960px;
    background-color: #E4BB15;

    background-repeat: no-repeat
}

#dv_EX_logo {
    position: absolute;
    top: 20px;
    left: 0px;
    height: 188px;
    width: 360px;
}

#dv_Euro_expected {
    position: absolute;
    left: 400px;
    /*top: 0px;*/
    /*    width: 520px;
    height: 303px*/
}

#dv_Euro_A {
    position: absolute;
    top: 82px;
    left: 400px;
    font-size: 40px;
    font-family: Roboto_Condensed;
}

#dv_Euro_B {
    position: absolute;
    top: 82px;
    left: 785px;
    font-size: 40px;
    font-family: Roboto_Condensed;
}


/* 2022 ED: superline, nextweek, dateline */
.euroexpectedsuperline {
    font-family: Roboto_Condensed;
    font-size: 30px;
    padding-top: 146px;
    color: #fff
}

.euroexpectedsubline {
    margin-top: -6px;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: #fff
}

#dv_Euro_nextweek {
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #888;
    line-height:58px;
}

#dv_Euro_nextweek_secondary {
    margin-top: 4px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 2px 2px 4px #888
}

/* END OF 2019-06-05 */

#dv_Euro_dateline {
    position: absolute;
    left: 382px;
    top: 30px;
    color: #373535;
    font-family: Roboto_Condensed;
    font-size: 25px;
}

#dv_Euro_week {
    display: inline-block;
    font-weight: bold
}

#dv_Euro_date {
    display: inline-block;
    padding-left: 20px
}

.Euro_orb_wrap {
    height: 77px;
    width: 77px;
    padding: 0;
    margin: 0
}

    .Euro_orb_wrap img {
        height: 77px;
        width: 77px

    }

.Euro_orbsnum {
    font-size: 41px;
    font-family: Roboto_Condensed;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 77px;
    line-height: 72px;
    font-weight: bold
}

#dv_Euro_orb1 {
    width: 50px;
    height: 50px;
    top: 68px;
    left: 428px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Euro_orb2 {
    width: 110px;
    height: 110px;
    top: 68px;
    left: 496px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Euro_orb3 {
    width: 110px;
    height: 110px;
    top: 68px;
    left: 563px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Euro_orb4 {
    width: 110px;
    height: 110px;
    top: 68px;
    left: 630px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Euro_orb5 {
    width: 110px;
    height: 110px;
    top: 68px;
    left: 697px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Euro_2orb1 {
    width: 110px;
    height: 110px;
    top: 68px;
    left: 803px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Euro_2orb2 {
    width: 110px;
    height: 110px;
    top: 68px;
    left: 870px;
    position: absolute;
    backface-visibility: hidden
}

#dv_EX_Euro_table {
    position: absolute;
    left: 370px;
    top: 0;
    height: 303px;
    width: 1550px;
    background-image: url(../img/ewiximg/euro_table_ej22_over1550.jpg);
    background-repeat: no-repeat
}

/* ED 2022*/
#dv_Euro_table_lefttitle {
    position: absolute;
    left: 48px;
    top: 16px;
    height: 56px;
    line-height: 56px;
    font-family: Roboto_Medium;
    font-size: 0;
    color: #fff
}

#dv_Euro_table_righttitle {
    position: absolute;
    left: 776px;
    top: 16px;
    height: 56px;
    line-height: 56px;
    font-family: Roboto_Medium;
    font-size: 0;
    color: #fff
}

.Euro_table_titlepart_cat {
    display: inline-block;
    width: 82px;
    text-align: left;
    color: #fff;
    font-size: 32px;
    padding-left: 70px;
}

.Euro_table_titlepart_db1 {
    display: inline-block;
    width: 207px;
    text-align: center;
    font-size: 32px;

}

.Euro_table_titlepart_db2 {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 32px
}

.Euro_table_titlepart_win {
    display: inline-block;
    width: 255px;
    text-align: right;
    font-size: 32px
}

#dv_Euro_table_leftlines {
    position: absolute;
    left: 74px;
    top: 79px
}

#dv_Euro_table_rightlines {
    position: absolute;
    left: 800px;
    top: 79px
}

.Euro_table_completeline {
    height: 34px;
    line-height: 34px;
    font-size: 0
}

.Euro_table_completepart_ord {
    display: inline-block;
    width: 36px;
    text-align: left;
    font-family: Roboto_Light;
    font-size: 22px;
    color: #6f4e2f;
    font-weight: normal
}

.Euro_table_completepart_cat {
    display: inline-block;
    margin-left: 0px;
    width: 110px;
    text-align: center;
    font-family: Roboto_Light;
    font-size: 28px;
    color: #000
}

.Euro_table_completepart_db1 {
    display: inline-block;
    width: 160px;
    text-align: center;
    font-family: Roboto_Light;
    font-size: 28px;
    color: #000;
    font-weight: bold
}

.Euro_table_completepart_db2 {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-family: Roboto_Light;
    font-size: 28px;
    color: #000;
    font-weight: bold
}

.Euro_table_completepart_grossnet {
    display: inline-block;
    width: 0px;
    text-align: center;
    font-family: Roboto_Light;
    font-size: 22px;
    color: #000;
    font-weight: normal
}

.Euro_table_completepart_win {
    display: inline-block;
    width: 227px;
    text-align: right;
    font-family: Roboto_Light;
    font-size: 28px;
    color: #000;
    font-weight: bold
}

.Euro_table_left {
    position: absolute;
    left: 240px;
    width: 530px;
    height: 34px;
    line-height: 34px
}

.Euro_table_cnt {
    display: inline-block;
    font-family: Roboto_Light;
    font-size: 28px;
    color: #000;
    vertical-align: top;
    width: 132px;
    text-align: right;
    font-weight: bold
}

.Euro_table_grossnet {
    display: inline-block;
    font-family: Roboto_Light;
    font-size: 28px;
    color: #000;
    vertical-align: top;
    width: 170px;
    text-align: center;
    font-weight: bold
}

.Euro_table_amt {
    display: inline-block;
    font-family: Roboto_Light;
    font-size: 24px;
    color: #000;
    vertical-align: top;
    width: 200px;
    text-align: right;
    font-weight: bold
}

.Euro_table_right {
    position: absolute;
    left: 980px;
    width: 530px;
    height: 34px;
    line-height: 34px
}

.Euro_table_premierline {
    font-family: Roboto_Medium;
    font-size: 28px !important
}

/* 2022 ED */
#dv_Euro_secondary_dateline {
    position: absolute;
    left: 20px;
    top: 226px;
    width: 320px;
    color: #373535;
    font-family: Roboto_Condensed;
    font-size: 24px;
    text-align: center
}

#dv_Euro_secondary_week {    
    font-weight: bold
}

#dv_Euro_secondary_date {
}

#dv_Euro_noteswrap {
    position: absolute;
    top: 0;
    left: 359px;
    height: 303px;
    width: 600px;
    /*background-image: url(../img/ewiximg/euro_right_995.png);*/
    background-color: #E4BB15;
    color: #fff
}

#dv_Euro_notes {
    padding-right: 25px;
    color: #373535;
    text-align: right;
    padding-top: 14px
}

.euroweekline {
    font-family: Roboto_Condensed;
    font-weight: bold;
    font-size: 48px;
    color: #fff
}

.europullline {
    font-family: Roboto_Condensed;
    font-size: 32px;
    line-height: 32px
}

.europriceline {
    font-family: Roboto_Condensed;
    font-size: 32px;
    line-height: 32px
}

.eurodeadlinewrapper {
    float: right;
    width: 390px;
    padding-top: 8px
}

.eurodeadlineupper .eurodeadlineupperblock {
    background-image: url('../img/ewixexpectedimg/ewixexpected_eurodeadline.png');
    background-repeat: no-repeat;
    width: 390px;
    height: 40px
}

.eurodeadlinelower {
    font-size: 30px;
    font-family: Roboto_Light;
    font-weight: bold;
    margin-top: 8px;
    width: 390px
}

    .eurodeadlinelower span {
        font-family: Roboto;
        font-size: 42px;
        font-weight: 700;
        text-align: right
    }

    .eurodeadlinelower .deadlineday {
        display: inline-block;
        width: 100px;
        text-align: right
    }

    .eurodeadlinelower .deadlinehour {
        display: inline-block;
        width: 120px;
        text-align: right
    }

    .eurodeadlinelower .deadlineminute {
        display: inline-block;
        width: 130px;
        text-align: right
    }


/* KENO */

#dv_EX_Keno {
    position: relative;
    height: 303px;
    width: 960px;
    background-image: url(../img/ewiximg/keno_main_303.jpg);
    background-repeat: no-repeat
}

#dv_Keno_maxinfo_legend {
    position: absolute;
    left: 42px;
    top: 162px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 40px;
    font-weight: bold
}

#dv_Keno_maxinfo {
    position: absolute;
    left: 42px;
    top: 208px;
    color: #dc316c;
    font-family: Roboto_Condensed;
    font-size: 64px;
    font-weight: bold
}


/*#dv_Keno_dateline_left {
    position: absolute;
    left: 530px;
    top: 238px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 32px
}

#dv_Keno_dateline_center {
    position: absolute;
    left: 1000px;
    top: 238px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 32px
}*/

#dv_Keno_dateline_right {
    position: absolute;
    left: 530px; /*1470*/
    top: 238px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 32px
}

.keno_week {
    display: inline-block;
    font-weight: bold
}

.keno_date {
    display: inline-block;
    padding-left: 20px
}

.keno_lblsnum {
    font-size: 36px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    color: #fff;
    text-align: center;
    width: 54px;
    height: 54px;
    line-height: 54px;
    position: absolute
}

#dv_Keno_noteswrap {
    position: absolute;
    top: 0;
    left: 480px;
    height: 303px;
    width: 480px;
    background-image: url(../img/ewiximg/keno_right_1440.jpg);
    background-repeat: no-repeat;
    color: #fff
}

#dv_Keno_notes {
    padding-right: 25px;
    color: #a6d4fc;
    text-align: right;
    padding-top: 14px
}

.kenoweekline {
    font-family: Roboto_Condensed;
    font-weight: bold;
    font-size: 48px;
    color: #fff
}

.kenopullline {
    font-family: Roboto_Condensed;
    font-size: 32px;
    line-height: 32px
}

.kenopriceline {
    font-family: Roboto_Condensed;
    font-size: 32px;
    line-height: 32px
}

.kenodeadlinewrapper {
    float: right;
    width: 390px;
    padding-top: 5px
}

.kenodeadlineupper .kenodeadlineupperblock {
    background-image: url('../img/ewixexpectedimg/ewixexpected_deadline.png');
    background-repeat: no-repeat;
    width: 390px;
    height: 40px
}

.kenodeadlinelower {
    font-size: 30px;
    font-family: Roboto_Light;
    font-weight: bold;
    margin-top: 8px;
    width: 390px
}

    .kenodeadlinelower span {
        font-family: Roboto;
        font-size: 42px;
        font-weight: 700;
        text-align: right
    }

    .kenodeadlinelower .deadlineday {
        display: inline-block;
        width: 100px;
        text-align: right
    }

    .kenodeadlinelower .deadlinehour {
        display: inline-block;
        width: 120px;
        text-align: right
    }

    .kenodeadlinelower .deadlineminute {
        display: inline-block;
        width: 130px;
        text-align: right
    }


/* LUXOR */

#dv_EX_Luxor {
    position: relative;
    height: 303px;
    width: 1920px;
    background-image: url(../img/ewiximg/luxor_main_303.jpg);
    background-repeat: no-repeat;
}

#dv_Luxor_expected {
    position: absolute;
    left: 40px;
    top: 170px;
    width: 400px;
}

#dv_Luxor_nextweek_jackpot {
    padding: 0;
    height: 88px;
    font-family: Roboto_Condensed;
    color: #ffd726;
    font-size: 80px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #666;
}

#dv_Luxor_nextweek_outborder {
    font-family: Roboto_Light;
    color: #ffd726;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #666;
}

#dv_Luxor_borderinfo {
    position: absolute;
    left: 465px;
    top: 246px;
    width: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    text-shadow: 2px 2px 4px #888;
}

#dv_Luxor_dateline {
    font-family: Roboto_Condensed;
    position: absolute;
    left: 1580px;
    top: 230px;
    color: white;
    font-size: 24px;
}

#dv_Luxor_week {
    display: inline-block;
    font-weight: bold;
}

#dv_Luxor_date {
    display: inline-block;
    padding-left: 20px;
}

.Luxor_lblsnum {
    font-size: 36px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    color: #221d5c;
    text-align: center;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background-image: url(../img/ewiximg/ball_luxor.png);
    background-repeat: no-repeat;
    position: absolute;
}

.Luxor_lblfirstpicturenum {
    font-size: 36px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    color: white;
    text-align: center;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-image: url(../img/ewiximg/ball_luxor_picture.png);
    background-repeat: no-repeat;
}

.Luxor_lblfirstframenum {
    font-size: 36px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    color: #221d5c;
    text-align: center;
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-image: url(../img/ewiximg/ball_luxor_frame.png);
    background-repeat: no-repeat;
}


#dv_EX_Luxor_table {
    position: absolute;
    left: 450px;
    top: 0;
    height: 303px;
    width: 1470px;
    background-image: url(../img/ewiximg/luxor_table_over1470.jpg);
    background-repeat: no-repeat;
    z-index: 2;
}

#dv_Luxor_table_borderinfo {
    position: absolute;
    left: 15px;
    top: 246px;
    width: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    text-shadow: 2px 2px 4px #888;
}

#dv_Luxor_table_dateline {
    font-family: Roboto_Condensed;
    position: absolute;
    left: 15px;
    top: 82px;
    color: white;
    font-size: 24px;
}

#dv_Luxor_table_week {
    display: inline-block;
    font-weight: bold;
}

#dv_Luxor_table_date {
    display: inline-block;
    padding-left: 20px;
}

.Luxor_table_line {
    position: absolute;
    left: 300px;
    width: 1081px;
    height: 40px !important;
}

.Luxor_tableline_icon {
    display: inline-block;
    width: 50px;
    height: 40px;
    vertical-align: top;
}

.Luxor_tableline_categorywrapper {
    display: inline-block;
    width: 510px;
    height: 40px;
    line-height: 40px;
}

.Luxor_tableline_category_premium {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: #fcc703;
}

.Luxor_tableline_categoryinfo_premium {
    display: inline-block;
    padding-left: 8px;
    font-family: Roboto_Thin;
    font-size: 24px;
    color: white;
    vertical-align: top;
}

.Luxor_tableline_cnt_premium {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: #fcc703;
    width: 160px;
    text-align: right;
}

.Luxor_tableline_amt_premium {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: #fcc703;
    width: 345px;
    text-align: right;
}

.Luxor_tableline_category {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: white;
}

.Luxor_tableline_categoryinfo {
    display: inline-block;
    padding-left: 8px;
    font-family: Roboto_Thin;
    font-size: 24px;
    color: white;
    vertical-align: top;
}

.Luxor_tableline_cnt {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: #262262;
    width: 160px;
    text-align: right;
}

.Luxor_tableline_amt {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 28px;
    color: #262262;
    width: 345px;
    text-align: right;
}

#dv_Luxor_noteswrap {
    position: absolute;
    top: 0;
    left: 740px;
    height: 303px;
    width: 1180px;
    background-image: url(../img/ewiximg/luxor_right_1180.jpg);
    background-repeat: no-repeat;
    color: white;
    z-index: 100;
}

#dv_Luxor_notes {
    padding-right: 25px;
    text-align: right;
    padding-top: 14px;
}

.luxorweekline {
    font-family: Roboto_Condensed;
    font-weight: bold;
    font-size: 48px;
    color: white;
}

.luxorpullline {
    font-family: Roboto_Condensed;
    font-size: 32px;
    line-height: 32px;
}

.luxorpriceline {
    font-family: Roboto_Condensed;
    font-size: 32px;
    line-height: 32px;
}

.luxorpricesubline {
    font-family: Roboto_Condensed;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
}

.luxordeadlinewrapper {
    float: right;
    width: 390px;
    padding-top: 18px;
}

.luxordeadlineupper .luxordeadlineupperblock {
    background-image: url('../img/ewixexpectedimg/ewixexpected_luxordeadline.png');
    background-repeat: no-repeat;
    width: 390px;
    height: 40px;
}

.luxordeadlinelower {
    font-size: 30px;
    font-family: Roboto_Light;
    font-weight: bold;
    margin-top: 8px;
    width: 390px;
}

    .luxordeadlinelower span {
        font-family: Roboto;
        font-size: 42px;
        font-weight: 700;
        text-align: right;
    }

    .luxordeadlinelower .deadlineday {
        display: inline-block;
        width: 100px;
        text-align: right;
    }

    .luxordeadlinelower .deadlinehour {
        display: inline-block;
        width: 120px;
        text-align: right;
    }

    .luxordeadlinelower .deadlineminute {
        display: inline-block;
        width: 130px;
        text-align: right;
    }


/* END OF Luxor */




/* TOTO */

#dv_EX_Toto {
    position: relative;
    height: 303px;
    width: 960px;
    background: linear-gradient(90deg, #72C241 12.24%, #81C241 87.37%);
    /*   background-image: url(../img/ewiximg/toto_main_303.png);*/
    background-repeat: no-repeat
}

#dv_Toto_logo{
    position:absolute;
    width:228px;
    height:108px;
    top:0px;
    left:30px;
}


#Lbl_Toto_nextweek_txt {
    position: absolute;
    left:50px;
    top:218px;

    font-size: 20px;
    text-align: center;
    width: 385px;
    border-top: 2px solid white;
    color:white;
}

#Lbl_Toto_nextweek{
    position:absolute;
    font-size:50px;
    text-align:center;
    width:385px;

}

#dv_Toto_nextweek {
    position: absolute;
    left: 50px;
    top: 240px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #666
}

#dv_Toto_priceline {
    position: absolute;
    top:15px;
    right: 40px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 20px;
    font-weight: bold
}

#dv_Toto_pricesubline {
    position: absolute;
    right: 40px;
    top: 45px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 16px;
    font-weight: normal
}

#dv_Toto_actual {
    position: absolute;
    left: 260px;
    top: 36px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 28px;
    font-weight: bold
}

#dv_Toto_actual_legend {
    position: absolute;
    left: 410px;
    top: 36px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 28px;
    font-weight: bold
}

.Toto_orb_wrap {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0
}

    .Toto_orb_wrap img {
        height: 50px;
        width: 50px
    }

.Toto_orbsnum {
    font-size: 28px;
    font-family: Roboto_Condensed;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-weight: bold
}

.Toto_orbsnum2 {
    font-size: 28px;
    font-family: Roboto_Condensed;
    color: #7f58a5;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-weight: bold
}

#dv_Toto_orb1 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 70px;
    position: absolute;
    backface-visibility: hidden
}


#dv_Toto_orb2 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 118px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_orb3 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 166px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_orb4 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 214px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_orb5 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 262px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_orb6 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 310px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_orb7 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 358px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb1 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 70px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb2 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 118px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb3 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 166px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb4 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 214px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb5 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 262px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb6 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 310px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Toto_2orb7 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 358px;
    position: absolute;
    backface-visibility: hidden
}

#dv_EX_Toto_table {
    position: absolute;
    top: 0;
    height: 303px;
    width: 1170px;
    
}

.Toto_table_line {
    position: absolute;
    left: 470px;
    width: 450px;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid white;
}

.Toto_table_category {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    /*padding-left: 5px;*/
    width: 1px;
    text-align: left;
    font-weight: normal
}

.Toto_table_cnt {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    width:200px;
    text-align: right;
    font-weight: normal
}

.Toto_table_amt {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    width: 235px;
    text-align: right;
    font-weight: normal
}

.TtGt_nextweek_compact {
    letter-spacing: -2px
}

/* GOLTOTO */

#dv_EX_Gol {
    position: relative;
    height: 303px;
    width: 960px;
    /*    background-image: url(../img/ewiximg/goltoto_main_303.png);
    background-repeat: no-repeat*/
    background: linear-gradient(90deg, #7F58A4 12.24%, #7F58A4 87.37%);
}

#dv_Gol_logo {
    position: absolute;
    width: 228px;
    height: 108px;
    top: 0px;
    left: 30px;
}

#Lbl_Gol_nextweek_txt {
    position: absolute;
    left: 50px;
    top: 218px;
    font-size: 20px;
    text-align: center;
    width: 385px;
    border-top: 2px solid white;
    color: white;
}


#dv_Gol_nextweek {
    position: absolute;
    left: 50px;
    top: 240px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #666
}

#Lbl_Gol_nextweek {
    position: absolute;
    font-size: 50px;
    text-align: center;
    width: 385px;
}

#dv_Gol_priceline {
    position: absolute;
    top: 15px;
    right: 40px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 20px;
    font-weight: bold
}

#dv_Gol_pricesubline {
    position: absolute;
    right: 40px;
    top: 45px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 16px;
    font-weight: normal
}

#dv_Gol_actual {
    position: absolute;
    left: 260px;
    top: 36px;
    color: #fff;
    font-family: Roboto_Condensed;
    font-size: 28px;
    font-weight: bold
}

#dv_Gol_actual_legend {
    position: absolute;
    left: 410px;
    top: 36px;
    color: #fff;
    font-family: Roboto_Light;
    font-size: 28px;
    font-weight: bold
}

.Gol_orb_wrap {
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0
}

    .Gol_orb_wrap img {
        height: 50px;
        width: 50px
    }

.Gol_orbsnum {
    font-size: 28px;
    font-family: Roboto_Condensed;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-weight: bold
}

.Gol_orbsnum2 {
    font-size: 28px;
    font-family: Roboto_Condensed;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-weight: bold
}

#dv_Gol_orb1 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 70px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_orb2 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 118px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_orb3 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 166px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_orb4 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 214px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_orb5 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 262px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_orb6 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 310px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_orb7 {
    width: 50px;
    height: 50px;
    top: 110px;
    left: 358px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb1 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 70px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb2 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 118px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb3 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 166px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb4 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 214px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb5 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 262px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb6 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 310px;
    position: absolute;
    backface-visibility: hidden
}

#dv_Gol_2orb7 {
    width: 50px;
    height: 50px;
    top: 159px;
    left: 358px;
    position: absolute;
    backface-visibility: hidden
}

#dv_EX_Gol_table {
    position: absolute;
    /* left: 750px;*/
    top: 0;
    height: 303px;
    width: 1170px;
    /*    background-image: url(../img/ewiximg/goltoto_over1170.png);
    background-repeat: no-repeat*/
}

.Gol_table_line {
    position: absolute;
    left: 470px;
    width: 450px;
    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid white;
}

.Gol_table_category {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    /*padding-left: 5px;*/
    width: 1px;
    text-align: left;
    font-weight: normal
}

.Gol_table_cnt {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    width: 200px;
    text-align: right;
    font-weight: normal
}

.Gol_table_amt {
    display: inline-block;
    font-family: Roboto_Medium;
    font-size: 25px;
    color: #fff;
    vertical-align: top;
    width: 235px;
    text-align: right;
    font-weight: normal
}





/* CIRCLE, CENTER */
#dv_EX_part_center {
    position: absolute;
    left: 925px;
    top: 357px;
    width: 70px;
    height: 70px;
}

/* CIRCLE 2 */

.c2container {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-top: 15px;
}

.c2track {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: absolute;
    border: solid 6px #595d98;
    border-radius: 50%;
}

.c2halfclip {
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
    overflow: hidden;
    transform-origin: left center;
}

@keyframes c2cliprotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    50.01% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.c2halfcircle {
    box-sizing: border-box;
    height: 100%;
    right: 0px;
    position: absolute;
    border: solid 6px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
}

.c2clipped {
    width: 200%;
    transform: rotate(-45deg);
}

@keyframes c2rotate {
    0% {
        transform: rotate(-45deg);
    }

    100% {
        transform: rotate(135deg);
    }
}

.c2fixed {
    width: 100%;
    transform: rotate(135deg);
    opacity: 0;
    border-radius: 50%;
}

.c2fixed90 {
    width: 100%;
    transform: rotate(136deg);
    opacity: 0;
    border-radius: 50%;
}

@keyframes c2showfixed {
    0% {
        opacity: 0;
    }

    49.99% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.forcepaint {
    -webkit-transform: translateZ();
    transform: translateZ(0);
}


/*Kincsem*/

#dv_EX_Kincsem {
    position: relative;
    height: 303px;
    width: 1920px;
    background-image: url(../img/ewiximg/horsenoft_303.png);
    background-repeat: no-repeat;
    font-family: Roboto
}

#dv_EX_Kincsem_priceline {
    position: absolute;
    top: 110px;
    left: 30px;
    font-size: 20px;
    font-weight: bold;
    font-family: Roboto_Black
}

#dv_EX_Kincsem_noteshot {
    position: absolute;
    left: 3px;
    top: 147px;
    width: 450px;
    height: 156px
}

#dv_EX_Kincsem_noteblock {
    position: absolute;
    top: 150px;
    left: 28px;
    width: 396px;
    font-size: 18px;
    font-weight: normal;
    font-family: Roboto;
    text-align: justify;
    text-justify: inter-word
}

#dv_EX_Kincsem_table {
    position: absolute;
    left: 484px;
    top: 0;
    height: 303px;
    width: 1440px;
    background-repeat: no-repeat;
    color: #050505;
}

.dv_EX_Kincsem_table_header {
    line-height: 42px;
    height: 42px;
    margin-top: 17px;
    font-family: Roboto_Black;
    font-size: 23px;
    text-align: center;
}

.Kincsem_table_column_container {
    position: relative;
    /*border: 1px solid red;*/
    display: inline
}

.Kincsem_tablecol_data {
    position: absolute;
    right: 50%;
    margin-top: 60px;
    transform: translate(50%, 0);
    /*border: 1px solid blue;*/
    display: inline;
}

    .Kincsem_tablecol_data div {
        white-space: nowrap;
    }

.Kincsem_tablecol_order_row {
    text-align: center !important;
    width: 250px;
}

.Kincsem_tablecol_data div {
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    font-size: 22px;
    text-align: right;
}

#dv_EX_Kincsem_labelline_order {
    color: #fff !important;
    background-color: #050505 !important;
}

.Kincsem_tablecol_date {
    display: inline-block;
    width: 140px;
}

.Kincsem_tablecol_order {
    display: inline-block;
    width: 250px;
}

.Kincsem_tablecol_win1 {
    display: inline-block;
    width: 260px;
}

.Kincsem_tablecol_win2 {
    display: inline-block;
    width: 340px;
}

.Kincsem_tablecol_win3 {
    display: inline-block;
    width: 246px;
}

.Kincsem_tablecol_win4 {
    display: inline-block;
    width: 166px;
}

.Kincsemorb {
    display: inline-block;
    position: relative;
}

.Kincsem_orb_wrap {
    height: 46px;
    width: 36px;
    padding: 0;
    margin: 0
}

    .Kincsem_orb_wrap img {
        height: 36px;
        width: 36px;
        vertical-align: middle
    }

.Kincsem_orbsnum {
    position: absolute;
    font-size: 16px;
    font-family: Roboto_Condensed;
    color: #fff;
    left: 0;
    top: 0;
    text-align: center !important;
    width: 100%;
    line-height: 46px;
    font-weight: bold
}

.napimazli {
    position: absolute;
    top: 0px;
    left: 960px;
    width: 960px;
    height: 303px;
    background-color: #012C8A;
}

.nm_logo {
    position: absolute;
    top: 30px;
    left: 30px;
}

.nm_maxwin_lbl {
    /* Maximális nyeremény cimke */

    position: absolute;
    left: 30px;
    bottom: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
}

.nm_maxwin {
    /* Maximális nyeremény */
    position: absolute;
    left: 30px;
    bottom: 12px;
    font-family: 'Roboto_Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    color: #C8FF00;
    text-shadow: 0px 4px 4px #000000;
}

.nm_cr {
    font-family: 'Roboto_Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 72px;
    color: white;
}

.nm_r1 {
    position: absolute;
    height: 72px;
    top: 23px;
    background: #FF5416;
    border-radius: 25px;
}

.nm_r2 {
    position: absolute;
    height: 72px;
    top: 106px;
    background: linear-gradient(180deg, #FFD420 2.08%, #FE8B1D 21.88%, #FD6B1C 73.96%, #FDC822 100%);
    border-radius: 25px;
}

.nm_c1 {
    width: 75px;
    left: 367px;
    text-align: center;
}

.nm_c2 {
    width: 144px;
    left: 448px;
    text-align: center;
}

.nm_c3 {
    width: 305px;
    left: 616px;
    padding-left: 15px;
}

.nm_symbol {
    position: absolute;
    top: -13px;
    right: -10px;
    height: 100px;
    width: 100px;
    max-height: 100px;
    max-width: 100px;
    margin-left: -20px;
}

.nm_date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: 'Roboto_Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: white;
}

#dv_Nm_notes {
    padding-right: 25px;
    color: #A4D3F1;
    text-align: right;
    padding-top: 14px
}

#Lbl_Nm_deadline_minute {
    color: #C8FF00
}

.dv_Nm_noteswrap {
    position: absolute;
    background: #012C8A;
    /*    background: purple;*/
    top: 0;
    left: 0px;
    height: 303px;
    width: 960px;
}

.nm_commingsoon {
    color: white;
    position: absolute;
    background-color: #012C8A;
    top: 0px;
    left: 350px;
    height: 180px;
    width: 600px;
    padding-top: 30px;
    border-right: 50px;
    font-size: 25px;
    text-align: end
}

    .nm_commingsoon span:nth-child(1) {
        font-size: 50px;
        color: #C8FF00;
        text-shadow: 0px 4px 4px #000000;
        animation: pulse 1s infinite;
    }


    .nm_commingsoon span:nth-child(3) {
        line-height: 52px;
    }

    .nm_commingsoon span:nth-child(5) {
        color: #FF5416;
    }

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*Lutri*/

#dv_EX_Cashout_table {
    position: absolute;
    left: 500px;
    top: 25px;
    bottom: 25px;
    /*width: 918px;*/
    background-repeat: no-repeat;
    border-left: 2px solid #3E5FA0;
    color: #3E5FA0;
    font-family: 'Roboto';
    padding-left: 50px;
    font-size: 30px;
}

.dv_EX_Cashout_table_header {
    height: 40px;
    font-weight: bold;
    border-bottom: 2px solid #3E5FA0;
}

    .dv_EX_Cashout_table_header > :first-child {
        display: inline-block;
    }

    .dv_EX_Cashout_table_header > :last-child {
        display: inline-block;
        text-align: center;
        width: 700px;
    }

.dv_EX_Cashout_table_row {
    height: 55px;
    line-height: 55px;
    border-top: 1px solid #3E5FA0;
}

#dv_EX_Cashout_table > :last-child {
    border-bottom: none;
}

.dv_EX_Cashout_ball {
    display: ilock;
    float: left;
    font-size: 30px;
    font-weight: bold;
    font-family: Roboto_Condensed;
    color: #221d5c;
    text-align: center;
    width: 46px;
    height: 46px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 4px;
    line-height: 46px;
    background-image: url(../img/ewiximg/ball_lutri.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.dv_EX_Cashout_date {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
    width: 155px;
}

.dv_EX_Cashout_draw {
    margin-left: 20px;
    display: block;
    height: 100%;
    float: left;
    text-align: center;
}

#dv_Lutri_panel {
    position: absolute;
    background-color: #E4F3FB;
    /*background-color: orange;*/
    margin-left: 504px;
    width: 960px;
    height: 300px;
    z-index: 500
}

    #dv_Lutri_panel div {
        margin-top: 19px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 900;
        font-size: 29.7571px;
        line-height: 35px;
        text-align: center;
        color: #3E5FA0;
    }

    #dv_Lutri_panel table {
        border-collapse: collapse; /* shared borders collapse into single lines */
        /* width: 100%;*/
        table-layout: fixed;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    }

/* Alap vékony rács */
th, td {
    border: 1px solid #3E5FA0;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 23px;
    align-items: center;
}

td {
    width: 140px;
    text-align: right;
    height: 32px;
    font-weight: bold
}

/* Felső fejlécsor: nincs keret */
thead th {
    border: none;
    font-size: 27px;
}

/* Bal oldali oszlop: nincs keret */
tbody th {
    border: none;
    font-weight: 700;
    font-size: 27px;
    line-height: 28px
}

/* ==== Vastag keret a belső rész köré ==== */

/* Felső vastag vonal (a 2. sor tetején, td-kre) */
tbody tr:first-child td {
    border-top: 2px solid #3E5FA0;
}

/* Bal vastag vonal (a 2. oszlop bal oldalán) */
tbody td:first-of-type {
    border-left: 2px solid #3E5FA0;
}

/* Alsó vastag vonal */
tbody tr:last-child td {
    border-bottom: 2px solid #3E5FA0;
}

/* A rowspan-os "Játék vége" cellára is érvényes legyen a jobb keret */
td[rowspan] {
    border-right: 2px solid #3E5FA0;
    border-bottom: 2px solid #3E5FA0;
}

/* Make the first column (row headers) visually row-like */
#dv_Lutri_panel th[scope="row"] {
    text-align: left;
    white-space: nowrap;
}

#dv_EX_Lutri_wrapper {
    position: absolute;
    top: 778px;
    height: 303px;
    width: 1920px;
    z-index: 1000;
    background-color: #E4F3FB;
    color: #3E5FA0;
}

.lt_maxwin_lbl {
    /* Maximális nyeremény cimke */

    position: absolute;
    left: 30px;
    bottom: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
}

.lt_maxwin {
    /* Maximális nyeremény */
    position: absolute;
    left: 30px;
    bottom: 12px;
    font-family: 'Roboto_Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    color: #D61B21;
}

#dv_Lt_notes {
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 30px;
}

#Lbl_Lt_price {
    font-weight: bold;
}

.Lbl_Lt_dateline_noteweek {
    color: #0D398F;
}

.lt_deadline {
    /* background-image: url('../img/ewixexpectedimg/ewixexpected_deadline.png');
    background-repeat: no-repeat;*/
    background-color: #FBBE07;
    width: 400px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    /* Kiszállási- és fogadási határidő */


    font-family: 'Roboto';
    font-weight: 700;
    font-size: 25px;
    /* identical to box height */
    text-align: right;
    color: #D61B21;
}