﻿#The-Lottery-Picker-Official-Website {
    text-align: center;
    color: #555;
    font-weight: 800;
    padding: 0;
    margin: 0;
    font-size: 22px;
    text-shadow: 2px 2px 7px #999;
}

#ReviewSnipplets li {
    margin-bottom: 15px;
}

.softblack444 {
    color: #444 !important;
}

p {
    font-size: 18px !important;
    line-height: 1.5em !important;
}

h2.s2 {
    font-size: 32px !important;
}

.ArticleContainer {
    display: table;
    padding: 1px;
}

.ThinTopBorder {
    border-top: 1px solid #cedfef;
}

.ThinBottomBorder {
    border-bottom: 1px solid #cedfef;
}

.NumbersLink {
    margin-bottom: 4px;
}

.NumbersLink, #PBbox, #MMbox {
    display: block;
    border-radius: 10px;
}

    .NumbersLink a#PBbox, .NumbersLink a#MMbox {
        transition: all .2s linear;
    }

        .NumbersLink a#PBbox:link, .NumbersLink a#MMbox:link {
            padding: 4px;
            border: solid 1px #000;
            box-shadow: 2px 2px 4px #000;
        }

a#PBbox:hover, a#MMbox:hover {
    background-color: #7a991a;
    box-shadow: 4px 4px 4px #000 inset,-2px -2px 4px #000 inset !important;
    color: #fff !important;
}

a#PBbox:active, a#MMbox:active {
    background-color: #fff;
}

#body {
    box-sizing: border-box;
}

#columncontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}


#mainbox {
    width: 100%;
    padding-top: 12px;
    margin-top: 12px;
    text-align: left;
    border: 1px solid #cedfef;
}

.sidebar-secondary {
    flex: 1 0 auto;
    flex-shrink: 0;
    width: 300px;
    margin: 0 16px 0 12px;
}

.sidebars {
    padding-top: 12px;
}

    .sidebars a:link {
        border-bottom: none;
    }

.SectionContainer {
    background-color: #fff;
    border: 1px solid #cedfef;
    margin: 0 auto 12px;
    padding: 16px;
}

.DrawingsLeftThisYear {
    font-size: 11px;
    line-height: 16px;
    color: #000;
    font-family: 'Segoe UI',Verdana,Tahoma,sans-serif;
}

.asidetext {
    font-size: 13px !important;
    font-weight: 700;
}

h2.asideTitle, h2.asideTitle a {
    font-size: 13px !important;
    font-weight: 700 !important;
}





.sidebar-primary {
    flex: 1 0 auto;
    flex-shrink: 0;
    width: 300px;
    margin: 0 12px 0 16px;
}
.asidephotosdiv {
        width: 132px;
        padding:0;
        margin:0;
        height:75px;
        /*background-color: aqua;*/        
    }
.asidephotos {
    float: left;
    margin-right: 12px;
    width: 132px;
    height: auto;
    position: relative;
}
.SmallSideImgSha {
        box-shadow: -3px 3px 5px 2px #888;
    }
.MainTLPImageSize {
    width:979px;
}
.MainImageContainer{
    border:7px solid red;
    margin:0 auto;
    /*width:100%;*/
    width:979px;
    height:729px;
}





div > ul#ReviewSnipplets {
    margin: 0;
    padding: 10px;
    padding: 0 0 5px 25px;
}

ul#ReviewSnipplets li {
    color: #da7441;
    list-style: disc;
    padding-left: 0;
    text-align: left;
}

.FlexBox {
    box-sizing: border-box;
    display: flex;
}

#LogoFlexContainer {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

#FlexContainer3, #FlexContainer4, #FlexContainer5 {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#FlexContainer3 {
    padding: 15px 10px 20px 10px;
    border-top: 1px solid #cedfef;
    border-bottom: 1px solid #cedfef;
}

#FlexContainer4 {
    border-top: 1px solid #cedfef;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 0 10px;
}

#FlexContainer5 {
    padding: 30px 10px;
    border-top: 1px solid #cedfef;
    border-bottom: 1px solid #cedfef;
}

#FlexBox3a, #FlexBox4a, #FlexBox5a {
    flex: 1 0 0;
    width: 50%;
    padding-right: 5px;
}

#FlexBox3b, #FlexBox4b, #FlexBox5b {
    flex: 1 0 0;
    width: 50%;
}

#FlexBox5a, #FlexBox3b {
    margin: auto auto;
}

#FlexBox4a, #FlexBox4b {
    padding: 5px;
}

h2#Header2ReviewSnipplet {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

.FlexRow2 {
    display: flex;
    flex-flow: row;
    box-sizing: border-box;
}

.FlexRow3wide {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    margin-top: 30px;
}

.FlexRow3Child1, .FlexRow3Child2, .FlexRow3Child3 {
    margin: auto auto;
    text-align: center;
    max-width: 333px;
}

ul#FeatureList {
    display: block;
    list-style-type: disc;
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 23px;
    margin-top: 0;
    text-align: left;
    list-style-image: url('/images/check.gif');
}

#FeatureList li {
    color: #444;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: solid 2px #036;
}

    #FeatureList li:last-child {
        border-bottom: none;
    }

#FeatureList h3 {
    font-size: 20px;
}

#FeatureList a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
    color: #036;
    font-weight: 500 !important;
}

.REDimportant {
    color: #f00 !important;
}

#raisedborder {
    border-radius: 10px;
    box-shadow: #808080 0 0 1px;
}

img.ThumbnailImg:hover {
    box-shadow: 0 0 30px 4px blue,0 0 15px 2px red;
}

a.ThumbnailLink:link, a.ThumbnailLink:active {
    border-bottom: none;
}

@media screen and (max-width:1420px) {
    #FlexContainer3, .FlexRow3wide, #FlexBox3a, #FlexBox3b {
        flex-flow: column nowrap;
    }

    #FlexContainer3 {
        padding-left: 0;
        padding-right: 0;
    }

    #FlexBox3a, #FlexBox3b {
        width: auto;
    }

    h2#Header2ReviewSnipplet {
        font-size: 34px;
        margin: 10px auto;
    }
}

@media screen and (max-width:1390px) {
    h2.s2 {
        font-size: 28px !important;
    }
}


@media screen and (max-width:1350px) {
    .MainTLPImageSize {
        width:790px;
    }
}


@media screen and (max-width:1300px) {
    h2.s2 {
        font-size: 24px !important;
    }
}

@media screen and (max-width:1100px) {
    h1 {
        font-size: 18px !important;
    }
}

@media screen and (max-width:1200px) {
    h2.s2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width:1020px) {
    .FlexRow3Child1 {
        margin: 0 0 30px;
    }

    #FlexContainer4, #FlexContainer5 {
        flex-flow: column nowrap;
        padding-left: 0;
        padding-right: 0;
    }

    #FlexBox4a, #FlexBox5a {
        width: auto;
    }

    #FlexBox4b, #FlexBox5b {
        margin-top: 20px;
        margin-bottom: 5px;
        width: auto;
    }
}

@media screen and (max-width:810px) {
    .MainTLPImageSize {
        width: 755px;
    }
}

@media screen and (max-width:767px) {
    .MainTLPImageSize {
        width: 520px;
    }
    p {
        font-size: 18px !important;
        line-height: 1.6em !important;
    }
}


@media screen and (max-width:650px) {
    h2#Header2ReviewSnipplet {
        font-size: 34px;
        margin: 10px auto;
    }

    ul#ReviewSnipplets, p {
        font-size: 18px;
    }
}

@media screen and (max-width:545px) {
    .MainTLPImageSize {
        width:475PX;
    }
    h2#Header2ReviewSnipplet {
        font-size: 32px;
    }

    h1 {
        font-size: 16px !important;
    }
}

@media screen and (max-width:520px) {
    h2.s2 {
        font-size: 20px !important;
    }
}

@media screen and (max-width:485px) {
    .MainTLPImageSize {
        width: 385px;
    }

    h2#Header2ReviewSnipplet {
        font-size: 28px;
    }
}

@media screen and (max-width:445px) {
    h2#Header2ReviewSnipplet {
        font-size: 26px;
    }

    h1 {
        font-size: 16px !important;
    }
}

@media screen and (max-width:420px) {
    .MainTLPImageSize {
        width:385px;
    }
    h2#Header2ReviewSnipplet {
        font-size: 24px;
    }

    h2.s2 {
        font-size: 18px !important;
    }

    h1 {
        font-size: 16px !important;
    }
}


@media screen and (max-width:398px) {
    .MainTLPImageSize {
        width:350px;
    }
    h1 {
        font-size: 21px !important;
    }
}


@media screen and (max-width:361px) {
    .MainTLPImageSize{
        width:340px;
    }
    h1{
        font-size:19px !important;
    }
    h2#Header2ReviewSnipplet {
        font-size: 22px;
    }
}




.font12 {
    font-size: 12px;
}

.PastDrawNumbersDiv {
    font-family: 'Segoe UI',Verdana,Tahoma,Arial;
    padding: 3px 12px 20px 12px;
    background-color: rgba(248,230,4,.2);
    border: 1px solid #f00;
    text-align: center;
    border-radius: 10px;
    box-shadow: 5px -2px 30px 2px #000;
    margin-bottom: 20px;
    z-index: 10;
}

    .PastDrawNumbersDiv h4 {
        font-size: 18px;
    }

.SideBoxYellowTop h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 800;
}

.SideBoxLightYellowBottom {
    padding: 3px;
    border: 0 outset #fff;
    text-align: center;
    float: none;
}

.StyleLotteryDrawingStatusMessage {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-family: 'Segoe UI',Verdana,Tahoma,sans-serif;
}

.HRyellowbox {
    margin: 5px 0;
}














@media screen and (max-width:1279px) {
    .sidebar-primary {
        width: 188px;
    }

    .asidephotos {
        width: 154px;
        margin-right: unset;
        margin-bottom: 3px;
    }
}













@media screen and (max-width:1023px) {
    #columncontainer {
        box-sizing: border-box;
        flex-flow: row wrap;
        align-items: center;
        width: 100%;
    }

    .SectionContainer {
        /*background-color: #fff;*/
        /*border: 1px solid orange;*/
        text-align:center;
}

    .ArticleContainer {
        margin:0 auto;
        display: table;
        padding: 1px;
        /*border:1px solid blue;*/
}

    #mainbox {
        order: 1;
        padding: 12px 5px;
        max-width: 100%;
    }

    .asidephotosdiv {
        width: 480px;
        height: 270px;
        /*border: 5px solid red;*/
        /*background-color: aqua;*/
        padding:1px;
        margin:0 auto;
        overflow:hidden;
    }

    .asidephotos {
        width: 480px;
    }

    .sidebar-primary {
        order: 2;
        flex-grow: 1;
        padding: 12px 10px;
        margin: 0;
    }

    .sidebar-secondary {
        order: 0;
        flex-grow: 1;
        padding: 12px 10px;
        margin: 0;
    }

    .SideBoxYellowTop h2 {
        font-size: 16px;
    }

    .PastDrawNumbersDiv h4, .StyleLotteryDrawingStatusMessage, .StyleJackpotAmountNow {
        font-size: 14px;
    }

    .PastDrawNumbersDiv {
        box-shadow: none;
        margin-bottom: 0;
        padding-bottom: 3px;
    }

    .HRyellowbox {
        margin: 0;
        border-top: 1px solid #666;
        border-bottom: none;
    }

    p {
        padding-left: 0;
        padding-bottom: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}













@media screen and (max-width:760px) {
    .PastDrawNumbersDiv {
        flex: 1;
    }
}




@media screen and (max-width:570px) {
    .asidephotosdiv {
        width:370px;
        height:208px;
        /*border: 1px inset red;*/
        /*background-color: aqua;*/
        padding:1px;
        margin:0 auto;
        overflow:hidden;
    }
    .asidephotos {
        width: 370px;
    }
}




@media screen and (max-width:453px) {
    .asidephotosdiv {
        width:290px;
        height:163px;
        /*border: 1px inset red;*/
        /*background-color: aqua;*/
        padding:1px;
        margin:0 auto;
        overflow:hidden;
    }
    .asidephotos {
        width: 290px;       
    }
}




