﻿/* RESET CSS TO SET BASELINE STYLES FOR ALL BROWSERS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

sup {
    font-size: 80%;
    vertical-align: top;
}

.col1 {
    width: 15%;
}

.col2 {
    width: 80%;
    padding-right: 5px;
}



/* MEDIA QUERIES TO SET BASE FONT SIZE FOR COMMON MOBILE SIZES */
@media only screen and (min-width:640px) {
    body {
        font-size: 2.0em;
    }
}

@media only screen and (min-width:425px) and (max-width:640px) {
    body {
        font-size: 1.3em;
    }
}

@media only screen and (min-width:380px) and (max-width:425px) {
    body {
        font-size: 1.2em;
    }
}

@media only screen and (min-width:350px) and (max-width:380px) {
    body {
        font-size: 1.1em;
    }
}

@media only screen and (min-width:320px) and (max-width:350px) {
    body {
        font-size: 1.0em;
    }
}

@media only screen and (max-width:319px) {
    body {
        font-size: 0.8em;
    }
}


/* CSS COMMON TO ALL RESOLUTIONS */
body, html {
    /*height:100%;*/
    background-color: #f5f5f5;
    font-family: Helvetica, Arial;
    display: block;
    position: relative;
    margin-bottom: 2px;
}


/* TITLEBAR AT THE TOP OF SOME PAGES */
div#topBar {
    display: block;
    height: 2.0em;
    line-height: 2.0em;
    width: 100%;
    background: linear-gradient( to top, #199cc8 50%, #4fc0e0 50% );
    box-shadow: 0 1px 10px 2px rgba(0,0,0,0.3);
    vertical-align: middle;
    text-align: center;
    margin: 0.5em 0 0.6em 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* HOME AND BACK BUTTONS AT THE BOTTOM OF THE PAGE */
div#botBar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: block;
    height: 2.0em;
    line-height: 2.0em;
    width: 100%;
    background: linear-gradient( to top, #199cc8 50%, #4fc0e0 50% );
    box-shadow: 0 -2px 10px 2px rgba(0,0,0,0.4);
    vertical-align: middle;
    text-align: center;
    margin: 0.5em 0 0 0;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    div#botBar a,
    div#botBar a:hover,
    div#botBar a:active,
    div#botBar a:visited {
        font-size: 1.0em;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        display: block;
        height: 100%;
        width: 40%;
        max-width: 40%;
        position: absolute;
        top: 0px;
    }

        div#botBar a:nth-child(1) {
            left: 0px;
            text-align: left;
            padding-left: 2.0em;
        }

        div#botBar a:nth-child(2) {
            right: 0px;
            text-align: right;
            padding-right: 2.0em;
        }


/* PAGE CONTAINER. NOT SURE WHY THIS IS NEEDED, BUT KEPT IT JUST IN CASE */
div.container {
    display: block;
    padding: 0.1em 1.0em;
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 3.0em;
}

p {
    margin-bottom: 1.0em;
}

/* WRAPPER ELEMENT FOR THE LOTTO GAME LOGO */
div#logo {
    padding: 0.3em 0.5em;
    position: relative;
}

    /* ADDITIONAL CLASS ONLY FOR LOTTO GAME LOGO WITH LOT OF UPPER AND LOWER WHITESPACE */
    div#logo.trimmed {
        margin: -1.4em 0;
    }

    /* LOGO IMAGE */
    div#logo img {
        max-width: 100%;
    }

.superscript {
    position: relative;
    top: -0.3em;
    display: inline-block;
    font-size: 0.8em;
    margin: 0 0 0 0.1em;
}

/* ENCLOSES EACH SECTION INTO BORDERED BOXES */
.boxWrapper {
    border: 2px solid rgba(6,82,132,0.6);
    border-radius: 0.5em;
    background-color: #fff;
    padding: 0.1em 0.1em 0.1em 0.1em;
    margin: 0.1em 0.1em 0.1em 0.1em;
    text-align: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
}

    .boxWrapper a {
        color: rgba(6,82,132,0.8);
        font-weight: bold;
    }

/* CLASS ADDED TO THE #boxWrapper DIV, USED MOSTLY IN THE "INFO" PAGES */
.infoText {
    text-align: left;
    padding: 0.75em;
    line-height: 1.15em;
    font-size: 0.95em;
}

    .infoText div.centerImage {
        text-align: center;
    }

    .infoText img {
        max-width: 100%;
    }

    .infoText span.moneyVal {
        color: #a6b340;
        font-weight: bold;
    }


/* BULLETED LISTS */
ul.bulleted {
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
}

    ul.bulleted li {
        padding-bottom: 1.0em;
        margin-left: 0.5em;
        line-height: 1.1em;
    }

/* TABLE FOR REGIONAL OFFICE CONTACT */
table#lotteryRegions {
}

    table#lotteryRegions tr:nth-child(odd) {
        background-color: #eeeeee;
    }

    table#lotteryRegions tr:nth-child(even) {
        background-color: transparent;
    }

    table#lotteryRegions tr td {
        padding: 0.2em 0.3em 0.2em 0.2em;
        font-size: 0.8em;
        text-align: left;
    }

        table#lotteryRegions tr td:first-child {
            font-weight: bold;
            width: 35%;
        }

        table#lotteryRegions tr td:last-child {
            /*font-style:italic;*/
        }

/* INSTANT/PULLTAB/INSTAPLAY GAME LISTS */
ul#gameListing {
    display: block;
    text-align: left;
    margin-bottom: 2.7em;
    position: relative;
}

    ul#gameListing li {
        border-top: none;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(6,82,132,0.8);
        padding: 0.2em 1.0em;
        font-size: 1.1em;
    }

        ul#gameListing li.gameListHeader {
            background-color: rgba(6,82,132,0.8);
            color: #fff;
            font-weight: bold;
            padding: 0.2em 0.4em;
        }

        ul#gameListing li a {
            text-decoration: none;
            color: #000;
        }

/* H2 ELEMENT AT THE TOP OF BOX SECTION */
.boxWrapper h2 {
    color: #777777;
    font-weight: bold;
    font-size: 1.2em;
    font-family: "Arial Narrow";
    margin-bottom: 0.5em;
}

/* LINE SHOWING THE ANNUITIZES/ADVERTISED JACKPOT WHERE APPLICABLE */
.boxWrapper .jackpotPrize {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: rgba(6,82,132,1.0);
    margin-bottom: 0.5em;
}

/* LINE SHOWING THE CASH VALUE OF THE JACKPOT PRIZE WHERE APPLICABLE */
.boxWrapper .cashPrize {
    display: block;
    margin-bottom: 0.5em;
}

/* SPACER BETWEEN CASH OPTION AND DRAW DATE */
.boxWrapper .spacer {
    display: block;
    height: 1.0em;
}

/* LINE SHOWING THE DRAW DATE */
.boxWrapper .drawDate {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}

/* LINE SHOWING THE MULTIPLIER BALL WHERE APPLICABLE */
.boxWrapper .multiplierNumber {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}

/* SECTION WHERE IT SHOWS WHERE LAST JACKPOT WAS WON */
.boxWrapper .lastWon {
    color: #999999;
    display: block;
    font-weight: bold;
    font-size: 0.8em;
    margin-bottom: 0.6em;
}

/* WRAPPER FOR THE BALL NUMBERS */
.boxWrapper .ballNumbers {
    display: block;
    margin-bottom: 0.6em;
}

/* ADD SHADED CIRCLE TO BALL NUMBERS */
.ballNum {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 20em;
    border: 1px solid #dddddd;
    font-size: 1.0em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.9em;
    margin-left: 0;
    margin-right: 0;
    background: linear-gradient( to bottom, #ffffff 0%,#e6e6e6 30% );
    text-decoration: none !important;
}

/* ADD THIS CLASS FOR GAMES WITH < 6 BALL NUMBERS (LIKE PICK3/PICK4) */
.bigBall {
    font-size: 1.3em;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.9em;
}

/* ADD THIS CLASS FOR GAMES WITH > 6 BALL NUMBERS (LIKE ALLNO) */
.smallBall {
    font-size: 0.8em;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5em;
    margin-left: -0.05em;
    margin-right: -0.05em;
}

/* ADD THIS CLASS FOR THE COLORED BALL (POWERPLAY, HOTBALL, ETC) */
.ballColorRed {
    border-color: #dd0000;
    background-color: rgba(255,100,100,1.0);
    background: linear-gradient( to bottom, #ffaa99 0%,#dd0000 30% );
    color: #ffffff;
}

.ballColorOrange {
    border-color: rgba(254,122,24,1.0);
    background-color: rgba(254,122,24,1.0);
    background: linear-gradient( to bottom, #FFAA6D 0%,rgba(254,122,24,1.0) 30% );
    color: #000000;
}

.ballColorYellow {
    border-color: rgba(251,255,135,1.0);
    background-color: rgba(251,255,135,1.0);
    background: linear-gradient( to bottom, rgba(251,255,135,1.0) 0%,#FBDE83 30% );
    color: #000000;
}

.ballColorBlue {
    border-color: #0a75ab;
    background-color: rgba(10,117,171,1.0);
    background: linear-gradient( to bottom, #0a75ab 0%,#0a75ab 30% );
    color: #ffffff;
}

/* THICK SEPARATOR BETWEEN WINNING NUMBER ENTRIES */
.boxWrapper .separator {
    display: block;
    font-size: 0;
    background-color: rgba(6,82,132,1.0);
    width: 80%;
    height: 2px;
    border: none;
    margin: 0.5em auto;
}

/* Blueish sub header text */
.boxWrapper .subHeader {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.6em;
    color: #385988;
}
/* Greenish sub header text */
.boxWrapper .GreenSubHeader {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.6em;
    color: #009900;
}
/* Black sub header text */
.boxWrapper .blackSubHeader {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}
/* Black Italic sub header text */
.boxWrapper .blackItalicSubHeader {
    display: block;
    font-weight: normal;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}

/***** INSTANT / PULLTAB / INSTAPLAY *****/


h2#gameDetail_GameName {
    display: block;
    text-align: center;
    color: rgba(6,82,132,1.0);
    font-weight: bold;
    font-size: 1.4em;
    padding-bottom: 0.4em;
    margin: 0.2em auto;
    /*
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	*/
    line-height: 1.1em;
    vertical-align: top;
}

p#gameDetail_Title {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    color: rgba(6,82,132,1.0);
}

p#gameDetail_Jackpot {
    font-size: 0.8em;
}

p#gameDetail_JackpotIP {
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 1.3em;
    color: rgba(6,82,132,1.0);
}

p#gameDetail_TitleIP {
    font-size: 0.8em;
    font-style: italic;
}

p#gameDetail_LastWon {
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

/* MAIN GAME IMAGE */
h3#gameDetail_h3 {
    display: block;
    text-align: center;
}

#gameDetail_h3 img {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto 0.5em auto;
    border-style: none;
    display: none; /* SO USER WONT SEE PLACEHOLDER UNTIL JS FIXES URL */
}

/* PRIZES/ODDS TABLE */
table#Prizes {
    width: 100%;
}

    table#Prizes tr th {
        color: rgba(6,82,132,1.0);
        font-weight: bold;
    }

        table#Prizes tr td:nth-child(1),
        table#Prizes tr th:nth-child(1) {
            text-align: left;
        }

        table#Prizes tr td:nth-child(2),
        table#Prizes tr th:nth-child(2) {
            text-align: right;
        }

/* IMPORTANT DATES TABLE */
table#Dates {
    width: 100%;
}

    table#Dates tr td,
    table#Dates tr th {
        white-space: nowrap;
        text-align: left;
    }

    table#Dates tr th {
        text-align: center;
        color: rgba(6,82,132,1.0);
        font-weight: bold;
    }

/* GAMEBOOK LINKS */
ul#gameDetail_gameBookList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    ul#gameDetail_gameBookList li {
        margin: 0;
        padding: 0.5em 0.3em;
        border-bottom: 1px solid rgba(6,82,132,1.0);
    }

    ul#gameDetail_gameBookList a {
        text-decoration: none;
        color: #000;
    }

#gameDetail_optionalImg {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

#gameDetail_Odds {
    display: block;
}

#gameDetail_optionalImg img {
    max-width: 100%;
    height: auto;
}

p.legal {
    display: block;
    font-size: 0.8em;
}

/* DEFAULT.ASPX BUTTONS */
#homeHeader {
    color: #3d93c4;
    font-weight: bold;
    text-align: center;
    padding: 0;
    font-size: 1.5em;
    margin: 0.5em 0 -0.5em 0;
}

ul#homeLinkImages {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 1.0em;
}

    ul#homeLinkImages li {
        width: 40%; /*calc(45% - 1.6em);*/
        border: 0px solid #fff;
        border-radius: 0.4em;
        background-color: #fff;
        padding: 3px;
        margin: 0.7em 0.8em;
        display: inline-block;
        box-shadow: 0 0 0.3em 2px rgba(0,0,0,0.2);
        overflow: hidden;
    }

    ul#homeLinkImages a {
        display: block;
        overflow: hidden;
        font-size: 0;
    }

    ul#homeLinkImages img {
        max-width: 100%;
        max-height: 100%;
    }



ul#homeLinkText {
    max-width: 700px;
    width: 90%;
    margin: -0.5em auto;
}

    ul#homeLinkText li {
        border: 0px solid #fff;
        border-radius: 0.4em;
        background-color: #fff;
        padding: 0.8em 0;
        margin: 0.8em 1.0em;
        display: block;
        text-align: center;
        box-shadow: 0 0 0.3em 2px rgba(0,0,0,0.2);
    }

    ul#homeLinkText a,
    ul#homeLinkText a:active,
    ul#homeLinkText a:hover,
    ul#homeLinkText a:visited {
        display: block;
        text-decoration: none;
        color: #3d93c4;
        font-size: 1.1em;
        font-weight: bold;
    }


/**********************************************/
/**************** VIP CLUB CSS ****************/

h1.vipWelcome {
    font-size: 1.3em;
    color: rgba(6,82,132,0.8);
    font-style: italic;
    font-weight: bold;
    margin-top: 1.0em;
}


ul.faq {
    text-align: left;
    list-style: disc !important;
    margin-left: 1.5em;
}

    ul.faq li {
        display: list-item;
        margin-bottom: 1.0em;
        font-size: 0.9em;
        line-height: 1.1em;
    }



/* PAGES WITH FORM ENTRY */
table.formEntry {
    border: 0;
    margin: 0.5em;
    width: calc(100% - 1.0em);
    padding-top: 0.5em;
}

    table.formEntry td {
        font-size: 0.8em;
        white-space: nowrap;
        padding-bottom: 0.8em;
        vertical-align: middle;
        line-height: 1.2em;
    }

        table.formEntry td[colspan] {
            white-space: unset;
        }

        table.formEntry td:nth-child(1) {
            padding-right: 0.7em;
        }

        table.formEntry td span.required:before {
            content: "*";
            display: inline-block;
            margin-right: 0.3em;
            color: #F00;
            font-weight: bold;
        }

    table.formEntry input[type="text"],
    table.formEntry input[type="password"] {
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        margin: 0;
        width: 100%;
        padding: 0.2em 0.4em;
        font-size: 1.0em;
    }

        table.formEntry input[type="text"][id^="tel_"] {
            width: 25%;
        }

    table.formEntry label[for^="emailList_"],
    table.formEntry label[for^="sex_"],
    table.formEntry label[for^="chk_"] {
        display: inline-block;
        width: 40%;
        margin-left: 0.2em;
        white-space: nowrap;
        margin-bottom: 0.5em;
    }

    table.formEntry select {
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        margin: 0;
        padding: 0.2em 0;
        font-size: 0.9em;
    }

/* SUBMIT/RESET BUTTONS */
.singleButton {
    position: relative;
    display: inline-block;
    background: rgba(6,82,132,0.8); /*linear-gradient( to top, #199cc8 50%, #4fc0e0 50% );*/
    box-shadow: 0 0px 2px 1px rgba(0,0,0,0.3);
    border: none; /*2px solid #199cc8;*/
    border-radius: 4px;
    text-align: center;
    color: #fff !important; /* !important RULE OVERRIDES FONT COLOR IF "BUTTON" IS ACTUALLY AN <A> TAG */
    font-weight: bold;
    padding: 0.4em 1.0em 0.4em 1.0em;
    margin: 0.4em 0.6em;
    text-decoration: none;
    font-size: 1.0em;
    line-height: 1.2em;
}

    .singleButton.fullWidth {
        display: block;
        padding: 0.5em 1.0em;
        margin: 0.8em 1.0em;
    }

    .singleButton.scanTicket {
        background: none;
        background: rgba(205,50,50,0.8);
    }

        .singleButton.scanTicket.smaller {
            padding: 0.5em 0.5em 0.5em 0.5em;
            font-size: 0.9em;
            line-height: 1.0em;
        }


/* BUTTONS FOR VIP MENUS */
ul.vipmenu {
    margin-top: 1.5em;
}

    ul.vipmenu li {
        display: block;
        margin: 0 auto 0.8em auto;
        max-width: 700px;
    }

        ul.vipmenu li a {
            display: block;
            background: rgba(255,255,255,1.0); /*linear-gradient( to top, #199cc8 50%, #4fc0e0 50% );*/
            box-shadow: 0 0px 2px 2px rgba(0,0,0,0.1);
            border: 1px solid #199cc8;
            border-radius: 0.4em;
            text-align: center;
            color: rgba(6,82,132,0.8) !important; /* !important RULE OVERRIDES FONT COLOR IF "BUTTON" IS ACTUALLY AN <A> TAG */
            font-weight: bold;
            padding: 0.3em 1.0em;
            text-decoration: none;
            font-size: 1.3em;
            line-height: 1.2em;
        }

            ul.vipmenu li a.highlighted {
                background: rgba(6,82,132,0.8); /*linear-gradient( to top, #199cc8 50%, #4fc0e0 50% );*/
                color: #fff !important; /* !important RULE OVERRIDES FONT COLOR IF "BUTTON" IS ACTUALLY AN <A> TAG */
            }


/* STATUS MESSAGES */
div.message {
    display: none;
    margin: 1.0em 1.0em;
    padding: 0.5em;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
}

div.ok {
    color: #00AA00;
    border-color: #00AA00;
    background-color: #EEFFEE;
}

div.bad {
    color: #FF0000;
    border-color: #FF0000;
    background-color: #FFEEEE;
}

div.warn {
    color: #FF7010;
    border-color: #FF7010;
    background-color: #FFEEEE;
}

div.message ul li {
    list-style-type: disc;
    margin-left: 0.9em;
}

/* FAQ PAGE */
a.faqTrigger {
    position: relative;
    display: block;
    background: rgba(6,82,132,0.8); /*linear-gradient( to top, #199cc8 50%, #4fc0e0 50% );*/
    box-shadow: 0 0px 2px 2px rgba(0,0,0,0.3);
    border: none; /*2px solid #199cc8;*/
    border-radius: 4px;
    text-align: center;
    color: #fff !important; /* !important RULE OVERRIDES FONT COLOR IF "BUTTON" IS ACTUALLY AN <A> TAG */
    font-weight: bold;
    padding: 0.4em 1.0em 0.4em 1.0em;
    margin: 0.4em 0.6em;
    text-decoration: none;
    font-size: 1.0em;
    line-height: 1.2em;
}

ul.faqSection, div.faqSection {
    position: relative;
    height: auto;
    -webkit-transition: height 0.6s ease;
    transition: height 1.2s ease;
    overflow: hidden;
    display: block;
    padding: 0 0.6em;
}

ul.faqHidden, div.faqHidden {
    height: 0px;
}

ul.faqSection > li, div.faqSection > div {
    display: block;
    text-align: left;
    padding-bottom: 1.0em;
    line-height: 1.2em;
}

    ul.faqSection > li > div, div.faqSection > div > p {
        display: block;
        padding: 0.2em 0;
    }

ul.faqSection div.faqQ {
    font-weight: bold;
}

    ul.faqSection div.faqQ::before {
        content: "Q: ";
        width: 2.0em;
        font-weight: bold;
        display: inline-block;
        width: 1.8em;
        font-size: 1.2em;
        color: rgba(6,82,132,0.8);
    }

ul.faqSection div.faqA {
}

    ul.faqSection div.faqA::before {
        content: "A: ";
        font-weight: bold;
        display: inline-block;
        width: 1.8em;
        font-size: 1.2em;
        color: rgba(6,82,132,0.8);
    }

ul.faqSection div.faqSection li div ul li p {
    padding-top: 0.5em;
}

ul.faqSection div.faqSection li div ul {
    margin: 0;
}

div.faqSection div {
    margin: 0;
}

ul.faqSection li div ul p {
    display: block;
    position: relative;
    list-style: disc;
}

div.faqSection div p {
    display: block;
    position: relative;
    list-style: disc;
}


ul.faqSection li div ul li p {
    display: list-item;
    list-style: disc;
    margin-left: 1.1em;
}

div.faqSection div p ul li {
    display: list-item;
    list-style: disc;
    margin-left: 1.1em;
}

/* TICKET ENTRY PAGE */

div.gamePlayButtons {
    margin-top: 0.5em;
    text-align: center;
    display: block;
}

div.ticketCountLine {
    font-weight: normal;
    color: #000;
    margin-top: 0.6em;
}

    div.ticketCountLine span {
        font-weight: bold;
        color: #FF0000;
    }

ul.ticketEntry {
    position: relative;
    display: block;
    text-align: left;
}

    ul.ticketEntry > li {
        padding-bottom: 0.6em;
        vertical-align: top;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

        ul.ticketEntry > li label {
            display: inline-block;
            white-space: normal;
            max-width: calc( 100% - 1.5em );
            line-height: 1.2em;
            margin-bottom: 0.2em;
        }

        ul.ticketEntry > li input[type="radio"] {
            vertical-align: top;
            margin: 0;
            width: 1.75em;
            text-align: left;
            /*display:inline-block;*/
        }

        ul.ticketEntry > li label {
            display: inline-block;
            white-space: normal;
        }

        ul.ticketEntry > li input[type="radio"]:checked + label {
            font-weight: bold;
        }

    ul.ticketEntry li > div.buttonsContainer {
        display: block;
        margin: 0.2em 0 0.2em 0;
        text-align: center;
    }

    ul.ticketEntry li div {
        display: block;
        margin-left: 1.0em;
        text-align: left;
    }

    ul.ticketEntry input[type="text"] {
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        margin: 0;
        padding: 0.2em 0.2em;
        font-size: 0.9em;
    }

    ul.ticketEntry input#scratch_virn,
    ul.ticketEntry input#iplay_virn,
    ul.ticketEntry input#lotto_serial {
        width: 60%;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
    }

    ul.ticketEntry input#scratch_game,
    ul.ticketEntry input#scratch_ticket,
    ul.ticketEntry input#iplay_game,
    ul.ticketEntry input#iplay_ticket {
        width: 15%;
    }

    ul.ticketEntry input#scratch_pack,
    ul.ticketEntry input#iplay_pack {
        width: 20%;
    }

div.tinyText {
    display: inline-block;
    margin: 0.3em 0 0.4em 0 !important;
    font-size: 0.7em;
}

ul.entryHelp {
    display: block;
    text-align: left;
    padding-left: 1.5em;
    list-style-type: disc;
    list-style-position: outside;
}

    ul.entryHelp li {
        display: list-item;
        padding-bottom: 0.5em;
    }

.toggleImage {
    position: relative;
    height: auto;
    max-width: 98%;
    -webkit-transition: height 0.6s ease;
    transition: height 0.6s ease;
    overflow: hidden;
}

    .toggleImage img {
        position: relative;
        max-width: 98%;
    }

.toggleImageHidden {
    height: 0px;
}


/******** TICKET HISTORY PAGE ********/
span.recordCount {
    font-weight: bold;
}

div.nextPrevButtons {
    display: block;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.3em;
}

    div.nextPrevButtons a {
        text-decoration: none;
        font-size: 3.0em;
        margin: 0 0.3em;
    }

#ticketList {
    font-size: 0.8em;
}

    #ticketList td {
        line-height: 1.4em;
    }

        #ticketList td:nth-child(1) {
            white-space: nowrap;
            padding-right: 0.4em;
        }

    #ticketList .boxWrapper table {
        margin-top: -0.5em;
    }
