*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
.clearFix:before, .clearFix:after {
    content: '';
    display: table;
    clear: both;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
strong, b, .boldText {
    font-weight: 600;
}
img {
    display: inline;
    max-width: 100%;
}

/* HOME */
    #sp-multipleslides {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    #sp-multipleslides .slideWrap {
        min-height: 285px;
        background-color: #ffffff;
        margin: 0 10px 10px 0;
        text-align: center;
        position: relative;
        padding-top: 10px;
        border: 1px solid #a4a4a4;
    }
    #sp-multipleslides .subImage .slideWrap img {
        width: 182px;
        display: inline-block;
    }
    #sp-multipleslides .subImage .slideWrap .contentWrap {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    #sp-multipleslides .subImage .slideWrap .text {
        margin-top: 75px;
    }
    #sp-multipleslides .subImage .slideWrap .imgTitle {
        width: 100%;
        display: block;
        font-size: 11px;
        text-transform: capitalize;
        line-height: 12px;
        color: #555555;
        margin-bottom: 2px;
    }
    #sp-multipleslides .subImage .slideWrap .imgDesc {
        color: #050505;
        display: block;
        width: 100%;
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 30px;
    }
    #sp-multipleslides .subImage .slideWrap .button1 {
        display: none !important;
        position: absolute;
        padding: 0 15px;
        width: 52%;
        right: 0;
        top: 50%;
        height: 60px;
        margin-top: -15px;
    }
    .buttonStyle1, .buttonStyle1[disabled]:hover, .subImage .slideWrap .button1 button, .subImage .slideWrap .button1 button[disabled]:hover {
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        background-color: #00a56a;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        min-height: 64px;
        padding: 4px 0 4px 8px;
        line-height: 21px;
        border: none;
        z-index: 20;
        border-width: 0 12px 14px 25px;
        border-color: #00a56a;
        background-clip: padding-box;
        border-style: solid;
        border-image: url(img/fancyBtn.png) 0 12 14 25 stretch;
        -webkit-border-image: url(img/fancyBtn.png) 0 12 14 25 stretch;
        position: relative;
        outline: none;
    }

    .buttonStyle1:before, .buttonStyle1[disabled]:hover:before, .subImage .slideWrap .button1 button:before, .subImage .slideWrap .button1 button[disabled]:hover:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        background: url(img/fancyBtnGlow.png) no-repeat;
        background-size: 100% 100%;
        width: calc(100% + 9px);
        height: 66%;
        z-index: -1;
    }
    .buttonStyle1:after, .subImage .slideWrap .button1 button:after {
        content: '';
        background: url(img/fancyBtnShine.png) no-repeat;
        display: block;
        height: 11px;
        position: absolute;
        z-index: 10;
        /* width: 142px; */
        top: auto;
        left: 50%;
        bottom: -2px;
        margin-left: -56px;
        width: calc(100% + 25px);
        background-size: 100%;
    }
    #sp-multipleslides .subImage .slideWrap .nextDrawwrap {
        display: none;
    }
    #sp-multipleslides .subImage .slideWrap .lastDrawwrap {
        position: absolute;
        bottom: 65px;
        left: 30px;
        text-transform: uppercase;
        color: #716f6f;
        font-size: 14px;
    }
    #sp-multipleslides .subImage .slideWrap .button2 button {
        position: absolute;
        z-index: 10;
        left: 25px;
        bottom: 15px;
        font-weight: 600;
        width: calc(100% - 50px);
        /* line-height: 42px; */
        background-color: transparent;
        border: 2px solid #333333;
        color: #333333;
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 2px;
        line-height: 20px;
        min-height: 42px;
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer {
        padding-top: 14px;
        background-color: #fad919;
        position: absolute;
        left: 0;
        top: 50%;
        height: 60px;
        display: block;
        width: 100%;
        margin-top: -15px;
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer .title {
        display: none;
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer .title ~ span {
        display: inline-block;
        vertical-align: middle;
        margin: 1px;
        background-color: #fff;
        width: 40px;
        min-height: 30px;
        color: #656565;
        border: 1px solid #939393;
        box-shadow: inset 1px 2px 10px rgba(0, 0, 0, 0.5);
        line-height: 14px;
        font-weight: 600;
        font-size: 15px;
        padding-top: 3px;
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer .daytime:before, #sp-multipleslides .subImage .slideWrap .gameTimer .hrtime:before, #sp-multipleslides .subImage .slideWrap .gameTimer .mintime:before, #sp-multipleslides .subImage .slideWrap .gameTimer .sectime:before {
        content: 'DAYS';
        display: block;
        font-size: 8px;
        font-weight: 500;
        line-height: 8px;
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer .hrtime:before {
        content: 'HRS';
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer .mintime:before {
        content: 'MIN';
    }
    #sp-multipleslides .subImage .slideWrap .gameTimer .sectime:before {
        content: 'SEC';
    }
    #sp-multipleslides .subImage.powerball .slideWrap .gameTimer, #sp-multipleslides .subImage.powerballplus .slideWrap .gameTimer {
        background-color: #069edb;
    }
    #sp-multipleslides .subImage.sportstake .slideWrap .gameTimer, #sp-multipleslides .subImage.sportstake8 .slideWrap .gameTimer, #sp-multipleslides .subImage.sportstake13 .slideWrap .gameTimer {
        background-color: #00ac69;
    }
    #sp-multipleslides .subImage.dailylotto .slideWrap .gameTimer {
        background-color: #e62439;
    }
    #sp-multipleslides .subImage.powerball .slideWrap .button2 button, #sp-multipleslides .subImage.powerballplus .slideWrap .button2 button {
        border-color: #069edb;
        color: #069edb;
    }
    #sp-multipleslides .subImage.sportstake .slideWrap .button2 button, #sp-multipleslides .subImage.sportstake8 .slideWrap .button2 button, #sp-multipleslides .subImage.sportstake13 .slideWrap .button2 button {
        border-color: #00ac69;
        color: #00ac69;
    }
    #sp-multipleslides .subImage.dailylotto .slideWrap .button2 button {
        border-color: #e52539;
        color: #e52539;
    }
    #sp-multipleslides .subImage.sportstake .slideWrap .button2 button:hover, #sp-multipleslides .subImage.sportstake8 .slideWrap .button2 button:hover, #sp-multipleslides .subImage.sportstake13 .slideWrap .button2 button:hover {
        background-color: #00ac69;
        color: #ffffff;
    }
    #sp-multipleslides .subImage.lotto .slideWrap .button2 button, #sp-multipleslides .subImage.lottoplus1 .slideWrap .button2 button, #sp-multipleslides .subImage.lottoplus2 .slideWrap .button2 button {
        border-color: #f8db19;
        color: #c9af00;
    }
    #sp-multipleslides .subImage.powerball .slideWrap .button2 button, #sp-multipleslides .subImage.powerballplus .slideWrap .button2 button {
        border-color: #069edb;
        color: #069edb;
    }
    #sp-multipleslides .subImage.dailylotto .slideWrap .button2 button {
        border-color: #e52539;
        color: #e52539;
    }

    #sp-multipleslides .subImage.powerball .slideWrap .button2:hover button, #sp-multipleslides .subImage.powerballplus .slideWrap .button2:hover button {
        background-color: #069edb;
        color: #fff;
    }

    #sp-multipleslides .subImage.dailylotto .slideWrap .button2 button:hover {
        background-color: #e52539;
        color: #ffffff;
    }
    #sp-multipleslides .subImage.lotto .slideWrap .button2 button:hover, #sp-multipleslides .subImage.lottoplus1 .slideWrap .button2 button:hover, #sp-multipleslides .subImage.lottoplus2 .slideWrap .button2 button:hover {
        background-color: #f8db19;
        color: #000000;
    }

/* END OF HOME */

.backButton,
.backButton1 {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}
.backButton span,
.backButton1 span {
    border: 1px solid #a8a8a8;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 12px;
    color: #838383;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.visible-xs-block {
    display: none !important;
}

.hide {
    display: none !important;
}

.blueFont {
    color: #009edb;
}

.greenFont {
    color: #15a96a;
}

.redFont {
    color: #e2243d;
}

.resultWrap {
    font-family: "Geologica", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 10px;
}
.gameWrap .block .box {
    border: 1px solid #a6a6a6;
}

.gameWrap.dailylotto .blockWrap .title {
    background-color: #e52539;
    color: #ffffff;
}

.gameWrap.pick3 .blockWrap .title {
    background-color: #e52539;
    color: #ffffff;
}

.gameWrap.rapido .blockWrap .title {
    background-color: #231f5e;
    color: #ffffff;
}

.tableWrap .col .colSubGroup {
    display: flex;
}
.pick3 .tableWrap.gameTable2 .tableHead .col .colSubGroup {
    color: #e2243d;
}

.tableWrap .col .colSubGroup .col {
    flex: 1;
    text-align: center;
}

.tableWrap .tableRow .col {
    flex: 1;
    padding: 0 6px;
	white-space: nowrap;
}

.tableWrap .tableBody .tableRow .labelName {
    display: none;
}

.resultWrap .gameWrap {
    text-transform: uppercase;
}

.gameWrap .blockWrap .title {
    background-color: #f6d918;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.gameWrap .block .box .headerBox {
    padding: 15px;
    border-bottom: 1px solid #a6a6a6;
}

.gameWrap .block .box .headerBox > div {
    display: inline-block;
    vertical-align: middle;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.resultWrap .blockWrap.resMoreView .block > .box > .fl {
    padding: 0 7px;
}

.resultWrap .resDetailView .block > .box .headerBox .innerHeaderBlock {
    display: inline-block;
    text-align: left;
}

.resultWrap .resDetailView .block > .box .headerBox .titleHead {
    font-size: 16px;
    margin-bottom: 15px;
}

.ballsList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}

.ballsList > .ball {
    float: left;
    position: relative;
    z-index: 0;
}

.ballsList > .ball > .shape {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 800;
    position: relative;
    margin: 1px 2px 7px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ballsList > .ball > .shape:before {
    content: '';
    display: block;
    width: 25px;
    height: 21px;
    position: absolute;
    left: 5px;
    top: 7px;
    background-color: #fff;
    border-radius: 13px / 7px;
}

.ballsList > .ball > .shape > span {
    position: relative;
    z-index: 10;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.ballsList > .ball > .shape:after {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    margin-top: -1px;
    background-color: #b9b9b9;
    border-radius: 50%;
    z-index: -1;
}

.resultWrap .resDetailView .block > .box .headerBox .dateWrap, .resultWrap .resDetailView .block > .box .headerBox .numOrderText {
    font-size: 12px;
    margin-top: 4px;
}

.resultWrap .resDetailView .block > .box .headerBox .fr {
    text-align: right;
    padding-right: 15px;
}

.resultWrap > .gameWrap > .blockWrap + .blockWrap {
    margin-top: 10px;
}

.gameWrap .blockWrap .title {
    background-color: #f6d918;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.resultWrap .blockWrap.resMoreView .block > .box {
    padding: 25px 0;
}

.tableWrap .tableHead .mobileImgWrap {
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #a6a6a6;
    display: none;
}

.gameWrap .block .imgWrap {
    display: inline-block;
}

.gameWrap .block .imgWrap img {
    max-width: 100px;
}

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.tableWrap.gameTable2 .tableHead .tableRow {
    color: #8f8f8f;
}

.tableWrap .tableHead .tableRow {
    color: #8f8f8f;
}

.tableWrap.gameTable2 .col1, .tableWrap.gameTable2 .col3 {
    max-width: 216px;
    text-align: center;
}

.tableWrap .tableRow .inlineGroup {
    display: flex;
    align-items: center;
}
.tableWrap .tableRow .inlineGroup > div {
    display: inline-block;
}

.tableWrap .tableRow {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 4px 3px;
}

.tableWrap .tableRow .inlineGroup > div {
    display: inline-block;
}

.tableWrap.gameTable2 .col2 {
    text-align: center;
}

.tableWrap .tableBody .tableRow:nth-child(odd) {
    background-color: #f2f2f2;
}

.tableWrap .tableBody .tableRow .labelName {
    display: none;
}

.tableWrap.gameTable2 .col2 .dataVal1, .tableWrap.gameTable3 .col .dataValue {
    color: #e2243d;
}

.resultWrap .blockWrap.resMoreView .tableWrap .tableRow .dataValue {
    color: #e2243d;
}

.resultWrap > .gameWrap > .resMoreView {
    margin-top: 10px;
}

.gameWrap.powerball .blockWrap .title {
    background-color: #069edb;
    color: #ffffff;
}

.gameWrap.sportstake .blockWrap .title, .gameWrap.sportstake8 .blockWrap .title, .gameWrap.sportstake13 .blockWrap .title {
    background-color: #00ac69;
    color: #ffffff;
}

.sportstake .headerBox .tableWrap.gameTable1 .col> div, .sportstake8 .headerBox .tableWrap.gameTable1 .col> div, .sportstake13 .headerBox .tableWrap.gameTable1 .col> div {
    display: inline-block;
}

.sportstake .tableWrap.gameTable2 .col1, .sportstake .tableWrap.gameTable2 .col2, .sportstake8 .tableWrap.gameTable2 .col1, .sportstake8 .tableWrap.gameTable2 .col2, .sportstake13 .tableWrap.gameTable2 .col1, .sportstake13 .tableWrap.gameTable2 .col2 {
    text-align: left;
}

.sportstake .tableWrap.gameTable2 .col1, .sportstake .tableWrap.gameTable2 .col3, .sportstake8 .tableWrap.gameTable2 .col1, .sportstake8 .tableWrap.gameTable2 .col3, .sportstake13 .tableWrap.gameTable2 .col1, .sportstake13 .tableWrap.gameTable2 .col3 {
    max-width: none;
}

.sportstake .tableWrap.gameTable2 .col, .sportstake8 .tableWrap.gameTable2 .col, .sportstake13 .tableWrap.gameTable2 .col {
    padding: 8px 6px;
}

.gameWrap.sportstake .blockWrap .title, .gameWrap.sportstake8 .blockWrap .title, .gameWrap.sportstake13 .blockWrap .title {
    background-color: #00ac69;
    color: #ffffff;
}

.sportstake .resMoreView .titletableRow, .sportstake8 .resMoreView .titletableRow, .sportstake13 .resMoreView .titletableRow {
    display: flex;
    justify-content: space-between;
    text-transform: none;
}

.resultWrap .sportstake .resMoreView .block > .box, .resultWrap .sportstake8 .resMoreView .block > .box, .resultWrap .sportstake13 .resMoreView .block > .box {
    padding: 0;
}

.sportstake .resMoreView .tableWrap .tableBody .tableRow:nth-child(odd), .sportstake8 .resMoreView .tableWrap .tableBody .tableRow:nth-child(odd), .sportstake13 .resMoreView .tableWrap .tableBody .tableRow:nth-child(odd) {
    background-color: transparent;
}

.resultWrap .sportstake .blockWrap.resMoreView .tableWrap .tableRow .dataValue, .resultWrap .sportstake8 .blockWrap.resMoreView .tableWrap .tableRow .dataValue, .resultWrap .sportstake13 .blockWrap.resMoreView .tableWrap .tableRow .dataValue {
    color: #000000;
}

.sportstake .resMoreView .tableWrap .tableBody .tableRow .col2, .sportstake8 .resMoreView .tableWrap .tableBody .tableRow .col2, .sportstake13 .resMoreView .tableWrap .tableBody .tableRow .col2 {
    text-align: center;
}

.sportstake .resMoreView .tableWrap .tableBody .tableRow .col3, .sportstake8 .resMoreView .tableWrap .tableBody .tableRow .col3, .sportstake13 .resMoreView .tableWrap .tableBody .tableRow .col3 {
    text-align: right;
}

.sportstake .resMoreView .tableWrap .tableBody .tableRow:nth-child(even), .sportstake8 .resMoreView .tableWrap .tableBody .tableRow:nth-child(even), .sportstake13 .resMoreView .tableWrap .tableBody .tableRow:nth-child(even) {
    background-color: #f2f2f2;
}

.sportstake .tableWrap.gameTable2 .col2 .dataVal1, .sportstake .tableWrap.gameTable3 .col .dataValue, .sportstake8 .tableWrap.gameTable2 .col2 .dataVal1, .sportstake8 .tableWrap.gameTable3 .col .dataValue, .sportstake13 .tableWrap.gameTable2 .col2 .dataVal1, .sportstake13 .tableWrap.gameTable3 .col .dataValue {
    color: #000000;
}

.pick3 .tableWrap.gameTable2 .col3 {
    max-width: 500px;
    min-width: 300px;
}
.tableWrap .tableRow.tableGrid {
	display: grid;
	grid-template-columns: 1fr .6fr .6fr 1fr;
}
.resultWrap .resDetailView .block > .box .headerBox {
    padding: 15px;
}

.resultWrap .rapido .resDetailView .block > .box .headerBox .fr {
    display: flex;
    text-align: left;
}

.ballsList.rapido > .ball.active > .shape, .ballsList > .ball.purple > .shape {
    background-color: #202249;
}

.ballsList.rapidoExtra > .ball > .shape, .ballsList.rapido > .ball > .shape {
    color: #202249;
}
.resultWrap .rapido .resDetailView .block > .box .headerBox .fr > .subbox {
    margin-left: 15px;
}

.ballsList.rapidoExtra > .ball.active > .shape, .ballsList > .ball.orange > .shape {
    background-color: #e05929;
    color: #e05929;
}

.rapido .tableWrap.gameTable2 .tableHead {
    background-color: #211f60;
}

.rapido .tableWrap.gameTable2 .tableRow .col.colAll {
    text-align: left;
    padding: 0 10px;
}
.rapido .tableWrap.gameTable2 .tableRow .col {
    text-align: center;
    max-width: none;
    min-width: 0;
    flex: 1;
}
.rapido .tableWrap.gameTable2 .tableHead .tableRow .labelName {
    color: #ffffff;
    text-transform: none;
}
.rapido .tableWrap.gameTable2 .tableBody .tableRow .col {
    padding: 10px 6px;
}

.rapido .tableWrap.gameTable2 .col2 .dataVal1,
.rapido .tableWrap.gameTable2 .col5 .dataVal1 {
    color: #000000;
}

.resultWrap .rapido .blockWrap.resMoreView .block > .box > .fl .labelHead {
    text-transform: uppercase;
    color: #261d5e;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 10px;
}

.gameWrap.raffle .blockWrap .title {
    background-color: #642c83;
    color: #ffffff;
}

.raffle .tableWrap.gameTable1 .col {
    padding: 8px 6px;

}
a.blueLink {
    color: #009edb;
}

.resultWrap .raffle .box .resTitle {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    margin: 10px 10px 30px;
}
.resultWrap .raffle .box .raffleResult {
    margin-bottom: 30px;
	display: table;
}
.resultWrap .raffle .box .raffleResult > li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 8px 6px;
    background-color: #f2f2f2;
}
.resultWrap .raffle .box .raffleResult > li:nth-child(10n+1), .resultWrap .raffle .box .raffleResult > li:nth-child(10n+2), .resultWrap .raffle .box .raffleResult > li:nth-child(10n+3), .resultWrap .raffle .box .raffleResult > li:nth-child(10n+4), .resultWrap .raffle .box .raffleResult > li:nth-child(10n+5) {
    background-color: #ffffff;
}







@media ( max-width: 768px ) {
	.resultWrap .gameWrap.lotto .tableWrap.gameTable1 .col3, .resultWrap .gameWrap.powerball .tableWrap.gameTable1 .col3, .resultWrap .gameWrap.dailylotto .tableWrap.gameTable1 .col3, .resultWrap .gameWrap.pick3 .tableWrap.gameTable1 .col3, .resultWrap .gameWrap.rapido .tableWrap.gameTable1 .col3 {
        display: none;
    }
	.tableWrap .tableRow.tableGrid {
		display: flex;
		width: 100%;
		align-items: center;
		padding: 4px 3px;
	}
	.resultWrap .tableWrap.gameTable1 .tableBody .tableRow .dataVal, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .dataVal {
		white-space: normal;
	}
	.resultWrap .tableWrap.gameTable2 .tableBody .tableRow .dataVal.dataVal2 {
		white-space: break-spaces;
	}
    .resultWrap .lotto .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .powerball .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .dailylotto .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .pick3 .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .sportstake .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .sportstake8 .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .sportstake13 .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .raffle .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col, .resultWrap .rapido .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .lotto .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .powerball .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .dailylotto .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .rapido .tableWrap.gameTable2 .tableBody .tableRow .col {
        flex-basis: calc(100% - 100px);
        flex-grow: 0;
        text-align: left;
        border-bottom: 1px solid #a6a6a6;
        padding: 10px 6px;
    }
    .resultWrap .raffle .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col {
        flex-basis: calc(100% - 155px);
        min-width: 0;
        max-width: none;
    }
    .resultWrap .raffle .box .raffleResult > li:nth-child(4n+1), .resultWrap .raffle .box .raffleResult > li:nth-child(4n+2) {
        background-color: #ffffff;
    }
    .resultWrap .raffle .box .raffleResult > li {
        width: 50%;
    }
    .resultWrap .raffle .box .raffleResult > li:nth-child(8n+1), .resultWrap .raffle .box .raffleResult > li:nth-child(8n+2), .resultWrap .raffle .box .raffleResult > li:nth-child(8n+3), .resultWrap .raffle .box .raffleResult > li:nth-child(8n+4) {
        background-color: #f2f2f2;
    }
    .resultWrap .raffle .box .raffleResult > li:nth-child(4n+1), .resultWrap .raffle .box .raffleResult > li:nth-child(4n+2) {
        background-color: #ffffff;
    }
    .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow {
        border-bottom: 1px solid #a6a6a6;
    }
    .resultWrap .sportstake .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake8 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake13 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow {
        display: flex;
    }
    .resultWrap .gameWrap.rapido .block > .box .headerBox .fl .dateWrap, .resultWrap .gameWrap.rapido .block > .box .headerBox .fl .numOrderText {
        display: none;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableRow .col3 {
        flex-basis: calc(100% - 200px);
        flex-grow: 0;
        min-width: 0;
    }
    .resultWrap .pick3 .tableWrap .tableHead .mobileImgWrap {
        border-bottom: none;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableHead .tableRow {
        color: #ffffff;
    }

    .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 120px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #d3d3d3;
        border-right: 1px solid #a6a6a6;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableRow .col1 {
        flex-basis: 120px;
        flex-grow: 0;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col2 {
        position: absolute;
        left: 120px;
        top: 0;
        width: 80px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: 1px solid #a6a6a6;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableRow .col2 {
        flex-basis: 80px;
        flex-grow: 0;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .col:last-child, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .col:last-child, .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col3 .col:last-child, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col:last-child {
        border-bottom: none;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col3 .colSubGroup {
        flex-direction: column;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col3 .col {
        text-align: left;
        border-bottom: 1px solid #a6a6a6;
        padding: 10px 6px;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col3 .colSubGroup .labelName {
        color: #e2243d;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .dataVal, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .dataVal {
        font-size: 14px;
    }    
    .resultWrap .pick3 .tableWrap.gameTable2 .tableRow .col3 {
        flex-basis: calc(100% - 200px);
        flex-grow: 0;
        min-width: 0;
    }
    .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col1 .labelName, .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col2 .labelName {
        display: none;
    }
    .resultWrap .pick3 .tableWrap .tableHead {
        border-bottom: 1px solid #a6a6a6;
        background-color: #e52539;
    }
    .tableWrap .tableHead .mobileImgWrap + .tableRow .col.col1 .imgWrap {
        display: none;
    }
    .visible-xs-block {
        display: block !important;
    }
    .resultWrap .dailylotto .tableWrap.gameTable1 .mobileImgWrap, .resultWrap .dailylotto .tableWrap.gameTable2 .mobileImgWrap {
        background-color: #e52539;
    }
    .gameWrap .block .box .headerBox {
        display: flex;
        flex-direction: column;
    }
    .resultWrap .gameWrap.lotto .block .box .headerBox .w50.fl, .resultWrap .gameWrap.powerball .block .box .headerBox .w50.fl, .resultWrap .gameWrap.dailylotto .block .box .headerBox .w50.fl {
        display: none;
    }
    .resultWrap .gameWrap .block .box .headerBox .w50 {
        width: 100%;
        float: none;
    }
    .resultWrap .resDetailView .block > .box .headerBox .titleHead {
        white-space: nowrap;
    }
    .resultWrap .resDetailView .block > .box .headerBox .fr {
        text-align: left;
        padding-right: 0;
    }

    .resultWrap .lotto .tableWrap.gameTable1 .mobileImgWrap, .resultWrap .lotto .tableWrap.gameTable2 .mobileImgWrap {
        background-color: #f8db19;
    }

    .resultWrap .lotto .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .powerball .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .dailylotto .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .pick3 .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake8 .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake13 .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .raffle .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .rapido .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .lotto .tableWrap.gameTable2 .tableHead .tableRow, .resultWrap .powerball .tableWrap.gameTable2 .tableHead .tableRow, .resultWrap .dailylotto .tableWrap.gameTable2 .tableHead .tableRow, .resultWrap .pick3 .tableWrap.gameTable2 .tableHead .col .colSubGroup, .resultWrap .sportstake .tableWrap.gameTable2 .tableHead .tableRow, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableHead .tableRow, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableHead .tableRow, .resultWrap .rapido .tableWrap.gameTable2 .tableHead .tableRow + .tableRow {
        display: none;
    }
    .resultWrap .lotto .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .powerball .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .dailylotto .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .pick3 .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .sportstake .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .sportstake8 .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .sportstake13 .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .raffle .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .rapido .tableWrap.gameTable1 .tableBody .tableRow, .resultWrap .lotto .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .powerball .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .dailylotto .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow, .resultWrap .rapido .tableWrap.gameTable2 .tableBody .tableRow {
        flex-wrap: wrap;
        justify-content: flex-end;
        position: relative;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow:nth-child(odd), .resultWrap .tableWrap.gameTable2 .tableBody .tableRow:nth-child(odd) {
        background-color: transparent;
    }
    .resultWrap .gameWrap.lotto .tableWrap.gameTable2 .col1, .resultWrap .gameWrap.lotto .tableWrap.gameTable2 .col3, .resultWrap .gameWrap.powerball .tableWrap.gameTable2 .col1, .resultWrap .gameWrap.powerball .tableWrap.gameTable2 .col3, .resultWrap .gameWrap.dailylotto .tableWrap.gameTable2 .col1, .resultWrap .gameWrap.dailylotto .tableWrap.gameTable2 .col3 {
        flex: 1 1 auto;
        max-width: none;
    }
    .resultWrap .lotto .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .powerball .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .dailylotto .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .pick3 .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .sportstake8 .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .sportstake13 .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .raffle .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col1, .resultWrap .rapido .tableWrap.gameTable1 .tableBody .tableRow .col.col2, .resultWrap .lotto .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .powerball .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .dailylotto .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .rapido .tableWrap.gameTable2 .tableBody .tableRow .col.col1 {
        flex-basis: 100px;
        background-color: #ececec;
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-bottom: none;
        border-right: 1px solid #a6a6a6;
    }
	.resultWrap .raffle .tableWrap.gameTable1 .tableBody .tableRow .col.col1, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col2 {
        flex-basis: 155px;
        width: 155px;
        line-height: 16px;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .labelName, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .labelName {
        display: block;
        width: 100%;
        font-size: 11px;
        line-height: 11px;
        opacity: .6;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .dataVal, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .dataVal {
        font-size: 14px;
    }
    .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .dataVal.dataVal2 {
        font-size: 14px;
        color: #555;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .col:last-child, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .col:last-child, .resultWrap .pick3 .tableWrap.gameTable2 .tableBody .tableRow .col3 .col:last-child, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col:last-child {
        border-bottom: none;
    }
    .tableWrap .tableHead .mobileImgWrap {
        display: block;
    }
    .tableWrap .tableRow:not(:last-child) {
        border-bottom: 1px solid #a6a6a6;
    }
	.resultWrap .sportstake .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake8 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake13 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow {
        display: flex;
    }
    .resultWrap .sportstake .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake8 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake13 .headerBox .tableWrap.gameTable1 .tableHead .tableRow {
        flex-direction: column;
        align-items: flex-start;
    }
	.resultWrap .sportstake .headerBox .tableWrap.gameTable1 .tableHead .tableRow .col + .col, .resultWrap .sportstake8 .headerBox .tableWrap.gameTable1 .tableHead .tableRow .col + .col, .resultWrap .sportstake13 .headerBox .tableWrap.gameTable1 .tableHead .tableRow .col + .col {
        margin-top: 10px;
    }
    .resultWrap .sportstake4 .tableWrap.gameTable2 .tableHead .tableRow+.tableRow, .resultWrap .sportstake4 .tableWrap.gameTable2 + .tableWrap.gameTable2 .tableHead .tableRow {
        display: block;
        text-align: center;
        background-color: #a6a6a6;
        color: #ffffff;
    }
    .resultWrap .sportstake4 .tableWrap.gameTable2 .tableHead .tableRow+.tableRow .col1, .resultWrap .sportstake4 .tableWrap.gameTable2 + .tableWrap.gameTable2 .tableHead .tableRow .col1 {
        text-align: center;
    }
    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody {
        counter-reset: sportstake13Result;
    }
/*     .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col2 {
        flex-basis: 48%;
        width: 48%;
    } */
    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col1 {
        height: 55%;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .labelName, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .labelName {
        display: block;
        width: 100%;
        font-size: 11px;
        line-height: 11px;
        opacity: .6;
    }
    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col .dataVal.dataVal1, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col .dataVal.dataVal1, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col .dataVal.dataVal1 {
        word-wrap: break-word;
        word-break: break-all;
    }
    .resultWrap .tableWrap.gameTable1 .tableBody .tableRow .dataVal, .resultWrap .tableWrap.gameTable2 .tableBody .tableRow .dataVal {
        font-size: 14px;
    }
.resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col .dataVal.dataVal1 span, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col .dataVal.dataVal1 span, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col .dataVal.dataVal1 span {
        width: 100%;
        letter-spacing: 0em;
    }
    .resultWrap .sportstake .tableWrap.gameTable2 .col1 .sNo, .resultWrap .sportstake8 .tableWrap.gameTable2 .col1 .sNo, .resultWrap .sportstake13 .tableWrap.gameTable2 .col1 .sNo {
        display: none;
    }

	    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col2 {
        height: 45%;
        top: 55%;
    }
    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col1:before, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col1:before, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col1:before {
        counter-increment: sportstake13Result;
        content: counter(sportstake13Result);
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        border-radius: 50%;
        background-color: #000000;
        color: #ffffff;
        margin-bottom: 3px;
        font-size: 11px;
    }
}
.sportstake .tableWrap.gameTable2 .col1 .sNo, .sportstake8 .tableWrap.gameTable2 .col1 .sNo, .sportstake13 .tableWrap.gameTable2 .col1 .sNo {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}
.sportstake .tableWrap.gameTable2 .col1 .dataVal span + span, .sportstake8 .tableWrap.gameTable2 .col1 .dataVal span + span, .sportstake13 .tableWrap.gameTable2 .col1 .dataVal span + span {
    width: calc(100% - 25px);
    display: inline-block;
    word-wrap: break-word;
    vertical-align: middle;
}
.resultWrap .sportstake .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .block2-result .sportstake .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake8 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .block2-result .sportstake8 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .resultWrap .sportstake13 .headerBox .tableWrap.gameTable1 .tableHead .tableRow, .block2-result .sportstake13 .headerBox .tableWrap.gameTable1 .tableHead .tableRow {
    color: #000000;
    font-weight: 600;
    text-transform: none;
}
@media( max-width: 359px ) {
		    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col.col2, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col1, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col.col2 {
        flex-basis: 48%;
        width: 48%;
    }
	
	.resultWrap .lotto .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .powerball .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .dailylotto .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .pick3 .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .sportstake .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .sportstake8 .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .sportstake13 .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .raffle .tableWrap.gameTable1 .tableBody .tableRow .col, .resultWrap .raffle .box[class*="div"] .tableWrap.gameTable1 .tableHead .tableRow .col, .resultWrap .rapido .tableWrap.gameTable1 .tableBody .tableRow .col {
       white-space: normal;
    }
	.resultWrap .resDetailView .block > .box .headerBox .titleHead {
		white-space: normal;
	}
	    .resultWrap .sportstake .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake8 .tableWrap.gameTable2 .tableBody .tableRow .col, .resultWrap .sportstake13 .tableWrap.gameTable2 .tableBody .tableRow .col {
        width: 52%;
        flex-basis: 52%;
    }
	.gameTable3 .col,
	.lottoTable3 .col {
		font-size: 12px;
	}
}

/************* Balls style start********************************/
.ballsList:empty {display: none;}
.ballsList{list-style:none;margin:0;padding:0; display: inline-block; vertical-align: middle; margin-top: 2px;}
.ballsList > .ball{float:left; position: relative; z-index: 0;}
.ballsList > .ball > .shape{display:block;width:35px;height:35px;text-align:center;background-color:#ddd;border-radius:50%;line-height:35px;font-weight:800;position:relative;margin:1px 2px 7px; cursor:pointer; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
.ballsList > .ball > .shape > span{position:relative;z-index:10; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out;}
.ballsList > .ball > .shape:before{content:'';display:block;width:25px;height:21px;position:absolute;left:5px;top:7px;background-color:#fff;border-radius:13px/7px;}
.ballsList > .ball > .shape:after{content:'';display:block;width:26px;height:3px;position:absolute;top:100%;left:50%;margin-left:-13px;margin-top:-1px;background-color:#b9b9b9;border-radius:50%;z-index:-1;}
.ballsList:after{content:'';display:block;clear:both;}

.ballsList.lotto > .ball.ball01.active > .shape,
.ballsList.lotto > .ball.ball02.active > .shape,
.ballsList.lotto > .ball.ball03.active > .shape,
.ballsList.lotto > .ball.ball04.active > .shape,
.ballsList.lotto > .ball.ball05.active > .shape,
.ballsList.lotto > .ball.ball06.active > .shape,
.ballsList.lotto > .ball.ball07.active > .shape,
.ballsList.lotto > .ball.ball08.active > .shape,
.ballsList.lotto > .ball.ball09.active > .shape,
.ballsList.lotto > .ball.ball10.active > .shape,
.ballsList.lotto > .ball.ball11.active > .shape,
.ballsList.lotto > .ball.ball12.active > .shape,
.ballsList.lotto > .ball.ball13.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball01.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball02.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball03.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball04.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball05.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball06.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball07.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball08.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball09.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball10.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball11.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball12.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball13.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball14.active > .shape,
.ballsList > .ball.red > .shape {background-color: #b9282f;}

.ballsList.lotto > .ball.ball14.active > .shape,
.ballsList.lotto > .ball.ball15.active > .shape,
.ballsList.lotto > .ball.ball16.active > .shape,
.ballsList.lotto > .ball.ball17.active > .shape,
.ballsList.lotto > .ball.ball18.active > .shape,
.ballsList.lotto > .ball.ball19.active > .shape,
.ballsList.lotto > .ball.ball20.active > .shape,
.ballsList.lotto > .ball.ball21.active > .shape,
.ballsList.lotto > .ball.ball22.active > .shape,
.ballsList.lotto > .ball.ball23.active > .shape,
.ballsList.lotto > .ball.ball24.active > .shape,
.ballsList.lotto > .ball.ball25.active > .shape,
.ballsList.lotto > .ball.ball26.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball15.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball16.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball17.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball18.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball19.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball20.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball21.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball22.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball23.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball24.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball25.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball26.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball27.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball28.active > .shape,
.ballsList.pick3 > .ball.ball0.active > .shape,
.ballsList.pick3 > .ball.ball1.active > .shape,
.ballsList.pick3 > .ball.ball2.active > .shape,
.ballsList.pick3 > .ball.ball3.active > .shape,
.ballsList.pick3 > .ball.ball4.active > .shape,
.ballsList.pick3 > .ball.ball5.active > .shape,
.ballsList.pick3 > .ball.ball6.active > .shape,
.ballsList.pick3 > .ball.ball7.active > .shape,
.ballsList.pick3 > .ball.ball8.active > .shape,
.ballsList.pick3 > .ball.ball9.active > .shape,
.ballsList.pick3 > .ball.ballX.active > .shape,
.ballsList.dailylotto > .ball.active > .shape,
.ballsList > .ball.yellow > .shape {background-color: #fee818;}

.ballsList.lotto > .ball.ball27.active > .shape,
.ballsList.lotto > .ball.ball28.active > .shape,
.ballsList.lotto > .ball.ball29.active > .shape,
.ballsList.lotto > .ball.ball30.active > .shape,
.ballsList.lotto > .ball.ball31.active > .shape,
.ballsList.lotto > .ball.ball32.active > .shape,
.ballsList.lotto > .ball.ball33.active > .shape,
.ballsList.lotto > .ball.ball34.active > .shape,
.ballsList.lotto > .ball.ball35.active > .shape,
.ballsList.lotto > .ball.ball36.active > .shape,
.ballsList.lotto > .ball.ball37.active > .shape,
.ballsList.lotto > .ball.ball38.active > .shape,
.ballsList.lotto > .ball.ball39.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball29.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball30.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball31.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball32.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball33.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball34.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball35.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball36.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball37.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball38.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball39.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball40.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball41.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball42.active > .shape,
.ballsList > .ball.green > .shape {background-color: #01ae43;}

.ballsList.lotto > .ball.ball40.active > .shape,
.ballsList.lotto > .ball.ball41.active > .shape,
.ballsList.lotto > .ball.ball42.active > .shape,
.ballsList.lotto > .ball.ball43.active > .shape,
.ballsList.lotto > .ball.ball44.active > .shape,
.ballsList.lotto > .ball.ball45.active > .shape,
.ballsList.lotto > .ball.ball46.active > .shape,
.ballsList.lotto > .ball.ball47.active > .shape,
.ballsList.lotto > .ball.ball48.active > .shape,
.ballsList.lotto > .ball.ball49.active > .shape,
.ballsList.lotto > .ball.ball50.active > .shape,
.ballsList.lotto > .ball.ball51.active > .shape,
.ballsList.lotto > .ball.ball52.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball43.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball44.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball45.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball46.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball47.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball48.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball49.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball50.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball51.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball52.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball53.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball54.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball55.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball56.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball57.active > .shape,
.ballsList.lotto.lotto58 > .ball.ball58.active > .shape,
.ballsList.powerballExtra > .ball.active > .shape,
.ballsList > .ball.blue > .shape {background-color: #3eb6e8;}

.ballsList.rapidoExtra > .ball > .shape,
.ballsList.rapido > .ball > .shape {color: #202249;}

.ballsList.rapido > .ball.active > .shape,
.ballsList > .ball.purple > .shape {background-color: #202249;}

.ballsList.rapidoExtra > .ball.active > .shape,
.ballsList > .ball.orange > .shape {background-color: #e05929; color: #e05929;}

.ballsList.powerball > .ball.active > .shape,
.ballsList > .ball.blueFont > .shape {color: #28a7df;}

/************* Balls style end********************************/

