/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 30px;
        background-color: #3c3c3c;
        color: #888888;
        border-color: #282828;
    }
    .GameHeader {
        font-size: 10px;
        font-weight: bolder;
    }
    .historyforplayer {
        font-size: 10px;
        font-weight: bolder;
        color: #ffffff;
    }
    .weeks-ago {
        font-size: 10px;
        font-weight: bolder;
        color: #ffffff;
        WIDTH: 70%;
        Border: 0;
        align-content: stretch;
    }
    .openbets {
        font-size: 10px;
        font-weight: bolder;
        color: #ffffff;
        align-content: center
    }
    .TrGameEven {
        font-size: 6px;
        color: #ffffff;
    }
    .TrGameOdd {
        font-size: 6px;
        color: #ffffff;
    }
    .Trspace {
        margin-bottom: 40%
    }
    .wcontent {
        font-size: 10px;
        color: #ffffff;
    }
    .Game-BannerDate {
        font-size: 10px;
        color: #ffffff;
    }
    .League-Desc {
        font-size: 10px;
        color: #fc0;
    }
    .Desca {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        text-transform: uppercase;
    }
    .Game-Time {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        border-bottom: 1px dashed #ddd;
    }
    .Game-Visitor {
        width: 30%;
    }
    .Game-Visitor-Team {
        font-size: 8px;
        color: #fff;
        clear: left;
        float: left;
        width: 40%;
    }
    .Game-Visitor-Lines {
        font-size: 8px;
        color: #fff;
    }
    .Game-Visitor-LinesTNT {
        font-size: 8px;
        color: #fff;
    }
    .Game-Visitor-MLine {
        font-size: 8px;
        color: #fff;
    }
    .Game-Visitor-Total {
        font-size: 8px;
        color: #fff;
    }
    .Game-Visitor-Spread {
        font-size: 8px;
        color: #fff;
    }
    .Game-Visitor-SpreadTNT {
        font-size: 8px;
        color: #fff;
    }
    .Game-Visitor-TNTHeader {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #797979;
        vertical-align: top;
        padding: 5px 0px 6px 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        float: left;
        margin-right: 5px;
        word-break: break-word;
        display: block;
        border-top: 1px solid blue;
    }
    .Game-VisitorTNT {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        color: #fff;
        vertical-align: top;
        font-weight: normal;
        font-size: 9px;
        line-height: 14px;
        float: left;
    }
    .Game-Home {
        width: 30%;
    }
    .Game-Home-Draw {
        width: 30%;
    }
    .Game-Home-Team {
        font-size: 8px;
        color: #fff;
        clear: left;
        float: left;
    }
    .Game-Home-Lines {
        font-size: 8px;
        color: #fff;
    }
    .Game-home-LinesTNT {
        font-size: 8px;
        color: #fff;
    }
    .Game-Home-MLine {
        font-size: 8px;
        color: #fff;
    }
    .Game-Home-Total {
        font-size: 8px;
        color: #fff;
    }
    .Game-Home-Spread {
        font-size: 8px;
        color: #fff;
    }
    .Game-home-SpreadTNT {
        font-size: 8px;
        color: #fff;
    }
    .modal-title {
        font-size: 14px;
        text-align: center;
    }
    .modal-body {
        font-size: 10px;
    }
    .modal-footer {
        font-size: 10px;
        padding: 14px;
    }
    .TrackName {
        padding-left: 8px;
        font-size: 15px;
        font-weight: bold
    }
    .gameRowOdd {
        font-size: 10px;
        WIDTH: 10%;
        align-items: initial;
    }
    .gameRowEven {
        font-size: 10px;
        WIDTH: 10%;
        align-items: initial;
    }
    .tblRaceSelections {
        background-color: black;
        width: 90%;
        margin-left: 0%
    }
    .eventHeader {
        font-size: 11px;
        width: 30%
    }
    .TblTrackRaces {
        border-right: #636363 1px solid;
        background-color: black;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 11px
    }
    .title {
        border-right: #636363 1px solid;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 11px;
        color: black
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 30px;
        background-color: #3c3c3c;
        color: #888888;
        border-color: #282828;
    }
    .GameHeader {
        font-size: 11px;
        font-weight: bolder;
    }
    .historyforplayer {
        font-size: 11px;
        font-weight: bolder;
        color: #ffffff;
    }
    .weeks-ago {
        font-size: 10px;
        font-weight: bolder;
        color: #ffffff;
        WIDTH: 70%;
        Border: 0;
        align-content: stretch;
    }
    .openbets {
        font-size: 11px;
        font-weight: bolder;
        color: #ffffff;
        align-content: center
    }
    .TrGameEven {
        font-size: 9px;
        color: #ffffff;
    }
    .TrGameOdd {
        font-size: 9px;
        color: #ffffff;
    }
    .Trspace {
        margin-bottom: 35%
    }
    .wcontent {
        font-size: 11px;
        color: #ffffff;
    }
    .Game-BannerDate {
        font-size: 11px;
        color: #ffffff;
    }
    .League-Desc {
        font-size: 11px;
        color: #fc0;
    }
    .Desca {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        text-transform: uppercase;
    }
    .Game-Time {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        border-bottom: 1px dashed #ddd;
    }
    .Game-Visitor {
        width: 30%;
    }
    .Game-Visitor-Team {
        font-size: 9px;
        color: #fff;
        clear: left;
        float: left;
        width: 40%;
    }
    .Game-Visitor-Lines {
        font-size: 9px;
        color: #fff;
    }
    .Game-Visitor-LinesTNT {
        font-size: 9px;
        color: #fff;
    }
    .Game-Visitor-MLine {
        font-size: 9px;
        color: #fff;
    }
    .Game-Visitor-Total {
        font-size: 9px;
        color: #fff;
    }
    .Game-Visitor-Spread {
        font-size: 9px;
        color: #fff;
    }
    .Game-Visitor-SpreadTNT {
        font-size: 9px;
        color: #fff;
    }
    .Game-Visitor-TNTHeader {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #797979;
        vertical-align: top;
        padding: 5px 0px 6px 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        float: left;
        margin-right: 5px;
        word-break: break-word;
        display: block;
        border-top: 1px solid blue;
    }
    .Game-VisitorTNT {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        color: #fff;
        vertical-align: top;
        font-weight: normal;
        font-size: 9px;
        line-height: 14px;
        float: left;
    }
    .Game-Home {
        width: 30%;
    }
    .Game-Home-Draw {
        width: 30%;
    }
    .Game-Home-Team {
        font-size: 9px;
        color: #fff;
        clear: left;
        float: left;
    }
    .Game-Home-Lines {
        font-size: 9px;
        color: #fff;
    }
    .Game-home-LinesTNT {
        font-size: 9px;
        color: #fff;
    }
    .Game-Home-MLine {
        font-size: 9px;
        color: #fff;
    }
    .Game-Home-Total {
        font-size: 9px;
        color: #fff;
    }
    .Game-Home-Spread {
        font-size: 9px;
        color: #fff;
    }
    .Game-home-SpreadTNT {
        font-size: 9px;
        color: #fff;
    }
    .modal-title {
        font-size: 14px;
        text-align: center;
    }
    .modal-body {
        font-size: 12px;
    }
    .modal-footer {
        font-size: 10px;
        padding: 14px;
    }
    .TrackName {
        padding-left: 8px;
        font-size: 20px;
        font-weight: bold
    }
    .gameRowOdd {
        font-size: 10px;
        WIDTH: 10%;
        align-items: initial;
    }
    .gameRowEven {
        font-size: 10px;
        WIDTH: 10%;
        align-items: initial;
    }
    .tblRaceSelections {
        background-color: black;
        width: 90%;
        margin-left: 0%
    }
    .eventHeader {
        font-size: 11px;
        width: 40%
    }
    .TblTrackRaces {
        border-right: #636363 1px solid;
        background-color: black;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 11px
    }
    .title {
        border-right: #636363 1px solid;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 10px;
        color: black
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 30px;
        background-color: #3c3c3c;
        color: #888888;
        border-color: #282828;
    }
    .GameHeader {
        font-size: 12px;
        font-weight: bolder;
    }
    .historyforplayer {
        font-size: 12px;
        font-weight: bolder;
        color: #ffffff;
    }
    .weeks-ago {
        font-size: 11px;
        font-weight: bolder;
        color: #ffffff;
        WIDTH: 75%;
        Border: 0;
        align-content: stretch;
    }
    .openbets {
        font-size: 12px;
        font-weight: bolder;
        color: #ffffff;
        align-content: center
    }
    .TrGameEven {
        font-size: 10px;
        color: #ffffff;
    }
    .TrGameOdd {
        font-size: 10px;
        color: #ffffff;
    }
    .Trspace {
        margin-bottom: 20%
    }
    .wcontent {
        font-size: 12px;
        color: #ffffff;
    }
    .Game-BannerDate {
        font-size: 12px;
        color: #ffffff;
    }
    .League-Desc {
        font-size: 12px;
        color: #fc0;
    }
    .Desca {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        text-transform: uppercase;
    }
    .Game-Time {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        border-bottom: 1px dashed #ddd;
    }
    .Game-Visitor {
        width: 30%;
    }
    .Game-Visitor-Team {
        font-size: 10px;
        color: #fff;
        clear: left;
        float: left;
        width: 40%;
    }
    .Game-Visitor-Lines {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-LinesTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-MLine {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-Total {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-Spread {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-SpreadTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-TNTHeader {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #797979;
        vertical-align: top;
        padding: 5px 0px 6px 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        float: left;
        margin-right: 5px;
        word-break: break-word;
        display: block;
        border-top: 1px solid blue;
    }
    .Game-VisitorTNT {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        color: #fff;
        vertical-align: top;
        font-weight: normal;
        font-size: 9px;
        line-height: 14px;
        float: left;
    }
    .Game-Home {
        width: 30%;
    }
    .Game-Home-Draw {
        width: 30%;
    }
    .Game-Home-Team {
        font-size: 10px;
        color: #fff;
        clear: left;
        float: left;
    }
    .Game-Home-Lines {
        font-size: 10px;
        color: #fff;
    }
    .Game-home-LinesTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-MLine {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-Total {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-Spread {
        font-size: 10px;
        color: #fff;
    }
    .Game-home-SpreadTNT {
        font-size: 10px;
        color: #fff;
    }
    .modal-title {
        font-size: 16px;
        text-align: center;
    }
    .modal-body {
        font-size: 14px;
    }
    .modal-footer {
        font-size: 12px;
        padding: 16px;
    }
    .TrackName {
        padding-left: 8px;
        font-size: 25px;
        font-weight: bold
    }
    .gameRowOdd {
        font-size: 11px;
        WIDTH: 10%;
        align-items: initial;
    }
    .gameRowEven {
        font-size: 11px;
        WIDTH: 10%;
        align-items: initial;
    }
    .tblRaceSelections {
        background-color: black;
        width: 90%;
        margin-left: 0%
    }
    .eventHeader {
        font-size: 12px;
        width: 50%
    }
    .TblTrackRaces {
        border-right: #636363 1px solid;
        background-color: black;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 11px
    }
    .title {
        border-right: #636363 1px solid;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 12px;
        color: black
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 30px;
        background-color: #3c3c3c;
        color: #888888;
        border-color: #282828;
    }
    .GameHeader {
        font-size: 12px;
        font-weight: bolder;
    }
    .historyforplayer {
        font-size: 14px;
        font-weight: bolder;
        color: #ffffff;
    }
    .weeks-ago {
        font-size: 12px;
        font-weight: bolder;
        color: #ffffff;
        WIDTH: 85%;
        Border: 0;
        align-content: stretch;
    }
    .openbets {
        font-size: 14px;
        font-weight: bolder;
        color: #ffffff;
        align-content: center
    }
    .TrGameEven {
        font-size: 10px;
        color: #ffffff;
    }
    .TrGameOdd {
        font-size: 10px;
        color: #ffffff;
    }
    .Trspace {
        margin-bottom: 15%
    }
    .wcontent {
        font-size: 14px;
        color: #ffffff;
    }
    .Game-BannerDate {
        font-size: 14px;
        color: #ffffff;
    }
    .League-Desc {
        font-size: 12px;
        color: #fc0;
    }
    .Desca {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        text-transform: uppercase;
    }
    .Game-Time {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        border-bottom: 1px dashed #ddd;
    }
    .Game-Visitor {
        width: 35%;
    }
    .Game-Visitor-Team {
        font-size: 10px;
        color: #fff;
        clear: left;
        float: left;
        width: 40%;
    }
    .Game-Visitor-Lines {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-LinesTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-MLine {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-Total {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-Spread {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-SpreadTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-TNTHeader {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #797979;
        vertical-align: top;
        padding: 5px 0px 6px 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        float: left;
        margin-right: 5px;
        word-break: break-word;
        display: block;
        border-top: 1px solid blue;
    }
    .Game-VisitorTNT {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        color: #fff;
        vertical-align: top;
        font-weight: normal;
        font-size: 9px;
        line-height: 14px;
        float: left;
    }
    .Game-Home {
        width: 35%;
    }
    .Game-Home-Draw {
        width: 35%;
    }
    .Game-Home-Team {
        font-size: 10px;
        color: #fff;
        clear: left;
        float: left;
    }
    .Game-Home-Lines {
        font-size: 10px;
        color: #fff;
    }
    .Game-home-LinesTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-MLine {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-Total {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-Spread {
        font-size: 10px;
        color: #fff;
    }
    .Game-home-SpreadTNT {
        font-size: 10px;
        color: #fff;
    }
    .modal-title {
        font-size: 16px;
        text-align: center;
    }
    .modal-body {
        font-size: 15px;
    }
    .modal-footer {
        font-size: 14px;
        padding: 18px;
    }
    .TrackName {
        padding-left: 8px;
        font-size: 30px;
        font-weight: bold
    }
    .gameRowOdd {
        font-size: 12px;
        WIDTH: 10%;
        align-items: initial;
    }
    .gameRowEven {
        font-size: 12px;
        WIDTH: 10%;
        align-items: initial;
    }
    .tblRaceSelections {
        background-color: black;
        width: 90%;
        margin-left: 0%
    }
    .eventHeader {
        font-size: 13px;
        width: 0%
    }
    .TblTrackRaces {
        border-right: #636363 1px solid;
        background-color: black;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 11px
    }
    .title {
        border-right: #636363 1px solid;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 13px;
        color: black
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 30px;
        background-color: #3c3c3c;
        color: #888888;
        border-color: #282828;
    }
    .GameHeader {
        font-size: 14px;
        font-weight: bolder;
    }
    .historyforplayer {
        font-size: 14px;
        font-weight: bolder;
        color: #ffffff;
    }
    .weeks-ago {
        font-size: 14px;
        font-weight: bolder;
        color: #ffffff;
        WIDTH: 100%;
        Border: 0;
        align-content: stretch;
    }
    .openbets {
        font-size: 16px;
        font-weight: bolder;
        color: #ffffff;
        align-content: center
    }
    .TrGameEven {
        font-size: 12px;
        color: #ffffff;
    }
    .TrGameOdd {
        font-size: 12px;
        color: #ffffff;
    }
    .Trspace {
        margin-bottom: 17%
    }
    .wcontent {
        font-size: 14px;
        color: #ffffff;
    }
    .Game-BannerDate {
        font-size: 14px;
        color: #ffffff;
    }
    .League-Desc {
        font-size: 12px;
        color: #fc0;
    }
    .Desca {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        text-transform: uppercase;
    }
    .Game-Time {
        font-size: 12px;
        color: #797979;
        font-weight: bold;
        border-bottom: 1px dashed #ddd;
    }
    .Game-Visitor. {
        width: 30%;
    }
    .Game-Visitor-Team {
        font-size: 10px;
        color: #fff;
        clear: left;
        float: left;
        width: 40%;
    }
    .Game-Visitor-Lines {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-LinesTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-MLine {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-Total {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-Spread {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-SpreadTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Visitor-TNTHeader {
        width: 100%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #797979;
        vertical-align: top;
        padding: 5px 0px 6px 0px;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        float: left;
        margin-right: 5px;
        word-break: break-word;
        display: block;
        border-top: 1px solid #3063A9;
    }
    .Game-VisitorTNT {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        color: #fff;
        vertical-align: top;
        font-weight: normal;
        font-size: 9px;
        line-height: 14px;
        float: left;
    }
    .Game-Home {
        width: 30%;
    }
    .Game-Home-Draw {
        width: 30%;
    }
    .Game-Home-Team {
        font-size: 10px;
        color: #fff;
        clear: left;
        float: left;
    }
    .Game-Home-Lines {
        font-size: 10px;
        color: #fff;
    }
    .Game-home-LinesTNT {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-MLine {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-Total {
        font-size: 10px;
        color: #fff;
    }
    .Game-Home-Spread {
        font-size: 10px;
        color: #fff;
    }
    .Game-home-SpreadTNT {
        font-size: 10px;
        color: #fff;
    }
    .modal-title {
        font-size: 20px;
        text-align: center;
    }
    .modal-body {
        font-size: 15px;
    }
    .modal-footer {
        font-size: 16px;
        padding: 20px;
    }
    .TrackName {
        padding-left: 8px;
        font-size: 35px;
        font-weight: bold
    }
    .gameRowOdd {
        font-size: 13px;
        WIDTH: 10%;
        align-items: initial;
    }
    .gameRowEven {
        font-size: 13px;
        WIDTH: 10%;
        align-items: initial;
    }
    .tblRaceSelections {
        background-color: black;
        width: 90%;
        margin-left: 0%
    }
    .eventHeader {
        font-size: 14px;
        width: 90%
    }
    .TblTrackRaces {
        border-right: #636363 1px solid;
        background-color: black;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 11px
    }
    .title {
        border-right: #636363 1px solid;
        border-left: #636363 1px solid;
        border-bottom: #636363 1px solid;
        width: 90%;
        align-content: center;
        font-size: 14px;
        color: black
    }
}

.wcontent .Game-Visitor-TeamTNT {
    width: 70%;
    word-break: break-word;
    display: block;
    float: left;
}

.wcontent .Game-Visitor-LinesTNT {
    width: 70px;
    word-break: break-word;
    display: block;
    float: left;
    clear: right;
}

.wcontent .Game-Visitor-SpreadTNT {
    cursor: pointer;
    clear: left;
    display: block;
    font-size: 11px;
    float: right;
    margin-left: 3px;
    font-weight: normal;
    text-align: right;
    width: 60px;
}

.panel-primary .panel-title {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
}

.panel.panel-primary {
    margin-bottom: 2px;
}

.panel.panel-default {}

div.panel-body {
    padding: 0px 10px 0px 7px;
}

div.panel-body label.checkbox {
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
}

div.panel-body label.checkbox input.league {
    margin-left: 0px;
    position: relative;
}

div.panel-heading {
    padding: 7px 10px 7px 7px;
}

h4.panel-title {
    font-size: 12px;
    font-weight: normal;
}

a.accordion-toggle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
}


/*color: rgb(102, 102, 102);
  cursor: auto;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 12px;
  line-height: 12px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: relative;
  text-align: left;
  width: 188.59375px;*/

#navWrap {}

#nav {
    height: 100%;
}

.nav-buttons {
    width: 380px;
    float: right;
}

.nav-history {
    width: 655px;
    float: right;
    height: 60px;
    text-align: center
}

.nav-openbets {
    width: 655px;
    float: right;
}

#nav div.lineschecks {
    float: left;
    margin-left: 25px;
    width: 250px;
    padding-top: 6px;
}

#nav div.lineschecks input {
    float: left;
    background: none;
    border: none;
    display: -moz-inline-box;
    display: inline-block;
    width: 14px;
    height: 14px;
}

#nav div.lineschecks label {
    color: #fff;
    vertical-align: top;
    cursor: pointer;
    float: left;
    font-weight: normal;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 19px;
    margin-right: 7px;
}

#nav div.lcksmline {
    float: left;
    margin-left: 5px;
}

#nav div.lcksspread {
    float: left;
    margin-left: 5px;
}

#nav div.lckstotal {
    float: left;
    margin-left: 5px;
}

.wcontent h2.League-Desc {
    color: #fc0;
    padding: 1px 10px 1px 5px;
    font-size: 11px;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 0;
    line-height: 18px;
    float: none;
    height: 20px;
    padding-bottom: 0;
}

.wcontent div.League-Desc {
    color: #fc0;
    padding: 1px 10px 1px 5px;
    font-size: 11px;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 0 0;
    line-height: 18px;
    float: none;
    height: 20px;
    padding-bottom: 0;
}

.wcontent div.Desca {
    float: left;
}

.wcontent .Game-Time {
    float: left;
    width: 100%;
    /*width: 11%;*/
    text-align: left;
    background-color: transparent;
    border-bottom: 1px dashed #ddd;
    padding-top: 2px;
    background-color: #efefef;
    border-top: 1px solid #3063A9;
}

.wcontent .Game-Group {
    width: 100%;
    height: auto;
}

.wcontent .Game-Group .ckline {
    color: #fff;
    margin: 1px;
}

.wcontent .Game-Group .ckline-checked {
    background-color: #ffd011;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    margin: 1px;
    padding: 0 3px;
}

.wcontent .Game-Visitor.active,
.wcontent .Game-Home.active,
.wcontent .Game-Visitor.active:hover,
.wcontent .Game-Home.active:hover {
    color: #fff;
    font-weight: normal;
}

.wcontent .Game-Visitor,
.wcontent .Game-Home {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    vertical-align: top;
    padding: 5px 0px 6px 5px;
    font-weight: normal;
    font-size: 11px;
    line-height: 14px;
    float: left;
    margin-right: 5px;
    width: 100%;
}

.wcontent .Game-Visitor-Lines {
    width: 60%;
}

.wcontent .Game-Home-Lines {
    width: 60%;
}

.wcontent .Game-Visitor-Spread,
.wcontent .Game-Home-Spread,
.wcontent .Game-Visitor-Total,
.wcontent .Game-Home-Total,
.wcontent .Game-Visitor-MLine,
.wcontent .Game-Home-MLine {
    width: 20%;
    float: right;
}

.legend .spread {
    width: 20%;
    float: left;
}

.legend .total {
    width: 20%;
    float: left;
}

.legend .money {
    width: 20%;
    float: left;
}

.legend .time {
    width: 40%;
    float: left;
}