body {
    font-size: 12px;
    font-size: 1.2rem
}

h1,
h2,
h3,
h4 {
    text-transform: none
}

.glyphicon-phoneicon {
    background: transparent url(../images/sprite.png) no-repeat 0 0;
    position: absolute;
    height: 50px;
    width: 50px!important;
    top: 50%;
    margin-top: -25px
}

.glyphicon-phoneicon:before {
    content: ""
}

.glyphicon-login {
    background: transparent url(../images/sprite.png) no-repeat 0 -300px;
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    text-indent: -9999px
}

.glyphicon-login:before {
    content: ""
}

.desktop-only {
    display: none
}

.disp-block {
    display: block
}

.btn-blue,
.btn-dark-green,
.btn-orange,
.btn-white,
.btn-red,
.btn-green,
.btn-light-green {
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    background: #006aac;
    color: #fff;
    padding: 6px 10px
}

.btn-blue .glyphicon-play,
.btn-dark-green .glyphicon-play,
.btn-orange .glyphicon-play,
.btn-white .glyphicon-play,
.btn-red .glyphicon-play,
.btn-green .glyphicon-play,
.btn-light-green .glyphicon-play {
    top: 0;
    font-size: 10px;
    margin-left: 10px
}

.btn-blue:hover,
.btn-blue:focus,
.btn-dark-green:hover,
.btn-dark-green:focus,
.btn-orange:hover,
.btn-orange:focus,
.btn-white:hover,
.btn-white:focus,
.btn-red:hover,
.btn-red:focus,
.btn-green:hover,
.btn-green:focus,
.btn-light-green:hover,
.btn-light-green:focus {
    background: #0092d6;
    color: #fff
}

.btn-orange {
    background: #febd3d;
    color: #000
}

.btn-orange:hover,
.btn-orange:focus {
    background: #f58220;
    color: #fff
}

.btn-white {
    background: #fff;
    color: #1e4c7f
}

.btn-white:hover,
.btn-white:focus {
    background: #ccc;
    color: #1e4c7f
}

.btn-white .glyphicon-play {
    color: #0092d6
}

.btn-red {
    background: #eb0c28;
    color: #fff
}

.btn-red:hover,
.btn-red:focus {
    background: #fe4e6b;
    color: #fff
}

.btn-green {
    background: #82be00;
    color: #fff
}

.btn-green:hover,
.btn-green:focus {
    background: #7FC241;
    color: #fff
}

.btn-dark-green {
    background: #097a3f;
    color: #fff
}

.btn-dark-green:hover,
.btn-dark-green:focus {
    background: #07582E;
    color: #fff
}

.btn-light-green {
    background: #7FC241;
    color: #fff
}

.btn-light-green:hover,
.btn-light-green:focus {
    background: #82be00;
    color: #fff
}

.btn-cta {
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    border: none;
    color: #1e4c7f;
    font-weight: 700;
    padding: 0 0 0 10px;
    margin: 0 0 15px;
    line-height: 35px;
    width: 60%;
    text-align: left
}

.btn-cta .glyphicon-play {
    position: absolute;
    color: #888;
    line-height: 35px;
    font-size: 10px;
    top: 0;
    right: 0;
    padding: 0 15px
}

.btn-cta:hover,
.btn-cta:focus {
    background: #ccc
}

.table td .date,
.table td .day,
.table td .closing-odds {
    display: block
}

.table td .opening-odds {
    display: none
}

.table td .time {
    color: #999
}

.table > tbody > tr > td {
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    vertical-align: middle
}

.table > tbody > tr > td:last-child {
    border-right: 0;
    border-right: 1px solid #E7E7E7
}

.table > tbody > tr:last-child > td,
.table > tbody > tr:last-child > th {
    border-bottom: 1px solid #e7e7e7
}

.table > thead > tr > th {
    background: #777;
    color: #f3f3f3;
    text-align: center;
    border-right: 1px solid #e7e7e7
}

.table > thead > tr > th:last-child {
    border-right: 0
}

.table.orange-header > thead > tr > th {
    background: #f58220
}

.table.red-header > thead > tr > th {
    background: #eb0c28
}

.table.blue-header > thead > tr > th {
    background: #1e4c7f
}

.table.green-header > thead > tr > th {
    background: #0f7940
}

.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f4f4f4
}

.table-striped > tbody > tr:nth-child(even) > td {
    background-color: #fff
}

.black-row {
    background: #000
}

.thumbnail {
    padding: 0;
    border: 0;
    background: none
}

a:hover,
a:active,
a:focus {
    outline: 0
}

body.snapjs-left {
    overflow: hidden
}

.mobile-alpha {
    padding-left: 0
}

.mobile-omega {
    padding-right: 0
}

.alpha {
    padding-left: 0
}

.omega {
    padding-right: 0
}

.mobile-alpha-burst {
    margin-left: -10px
}

.mobile-omega-burst {
    margin-right: -10px
}

.edges {
    padding-left: 10px;
    padding-right: 10px
}

.mobile-edges {
    padding-left: 10px;
    padding-right: 10px
}

.mobile-collaspe {
    display: block
}

.pure-desktop-only {
    display: none
}

.section-wrapper {
    position: relative
}

.info-text {
    color: #F58220;
    font-weight: 700;
    font-size: 1.8em;
    display: block
}

.section {
    padding: 10px
}

.grey {
    background: #f5f5f5
}

.grey .section-wrapper > h2 {
    color: #464646;
    margin-top: 10px
}

.grey .footer-link {
    padding: 0!important
}

.blue {
    background: #1e4c7f;
    color: #fff
}

.slider {
    position: relative;
    margin: 10px 0 20px
}

.slider .slide-wrapper {
    overflow-x: hidden;
    position: relative
}

.slider .slide-wrapper .slide-container > li {
    display: block;
    width: 20px;
    float: left
}

.slider .slide-wrapper .slide-container > li .tables-wrap {
    border: 1px solid #eee
}

.slider .slide-wrapper .slide-container > li .tables-wrap .group-desc {
    margin: 20px 10px
}

.slider .slide-wrapper .slide-container > li ol li {
    display: list-item;
    list-style-type: decimal;
    margin: 0 0 .5em;
    width: auto;
    float: none
}

.slider .slide-wrapper.toto li,
.slider .slide-wrapper.sweep li,
.slider .slide-wrapper.four-d li {
    padding: 0 35px
}

.slider .slide-nav .prev,
.slider .slide-nav .next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
    text-indent: -9999px
}

.slider .slide-nav .next {
    background: transparent url(../images/sprite.png) no-repeat -100px 0;
    right: -14px
}

.slider .slide-nav .prev {
    background: transparent url(../images/sprite.png) no-repeat -50px 0;
    left: -10px
}

.slider.whatsnew li,
.slider.how-to-list li {
    padding: 0 20px 0 0
}

.slider.whatsnew .next,
.slider.how-to-list .next {
    right: 0
}

.slider.whatsnew .prev,
.slider.how-to-list .prev {
    left: 0
}

#body-wrapper {
    background: #fff;
    box-shadow: 1px 1px 15px;
    padding-top: 0
}

.sticky {
    position: fixed;
    min-width: 98.8%;
    max-width: 100%;
    z-index: 5;
    -webkit-backface-visibility: hidden!important
}

.fixed {
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden!important
}

.filler {
    background-color: #0096da;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #005192, #0096da);
    background: -o-linear-gradient(right, #005192, #0096da);
    background: -moz-linear-gradient(right, #005192, #0096da);
    background: linear-gradient(to right, #005192, #0096da);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0
}

.header {
    position: relative;
}

.header .section-wrapper {
    zoom: 1;
    clear: both;
    position: relative;
    margin-bottom: 0
}

.header .section-wrapper:before,
.header .section-wrapper:after {
    content: "";
    display: table
}

.header .section-wrapper:after {
    clear: both
}

.header .top-wrapper .lang {
    color: #32b0ed;
    display: none;
    margin-top: 10px;
    text-align: right
}

.header .top-wrapper .lang a {
    color: #fff;
    font-size: 10px;
    text-align: center
}

.header ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.header .key-links {
    text-align: right;
    display: none;
    float: right
}

.header .key-links li {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.header .key-links li:last-child {
    background: none
}

.header .key-links li:last-child a {
    padding-right: 0;
    margin-right: 0
}

.header .key-links li a {
    font-size: 13px;
    font-size: 1.3rem;
    width: 150px;
    height: 70px;
    padding: 0 5px 0 50px;
    margin-right: 15px;
    color: #fff;
    text-align: left;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    display: block;
    position: relative
}

.header .key-links li a:hover {
    color: #ddd
}

.header .key-links li a .icon-letter,
.header .key-links li a .icon-login,
.header .key-links li a .icon-livewire {
    background: transparent url(../images/sprite.png) no-repeat -8px -212px;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 25px
}

.header .key-links li a .icon-login {
    background: transparent url(../images/sprite.png) no-repeat -57px -206px;
    width: 36px;
    height: 36px
}

.header .key-links li a .icon-livewire {
    background: transparent url(../images/sprite.png) no-repeat -100px -209px;
    width: 50px;
    height: 27px;
    margin-left: -5px
}

.header .key-links li .link-text {
    text-transform: uppercase;
    margin-bottom: 5px
}

.header .key-links li .link-text .glyphicon-play {
    font-size: 10px;
    top: 0
}

.header .login-icon {
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #1e4c7f
}

.latest-info {
    background: #02182d;
    overflow: hidden;
    color: #fff
}

.latest-info .title {
    color: #febd3d;
    font-weight: 700;
    display: block;
    padding: 2px 10px 0 15px;
    float: left
}

.latest-info .ticker-container {
    overflow: hidden;
    height: 18px;
    float: left;
    width: 80%
}

.latest-info .ticker-container .entry {
    float: left
}

.latest-info .section-wrapper {
    zoom: 1;
    padding: 0 10px 0 50px;
    min-height: 40px
}

.latest-info .section-wrapper:before,
.latest-info .section-wrapper:after {
    content: "";
    display: table
}

.latest-info .section-wrapper:after {
    clear: both
}

.latest-info .announcement-text {
    padding: 2px 10px 0 70px;
    white-space: nowrap
}

.latest-info .hotline-toggle {
    font-size: 18px;
    font-size: 1.8rem;
    float: right;
    display: block;
    background: #f58220;
    padding: 0;
    line-height: 50px;
    padding-right: 20px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    margin-left: -50px
}

.latest-info .hotline-toggle .hotline {
    position: absolute;
    line-height: 20px;
    top: 50%;
    left: 51px;
    margin-top: -10px
}

.latest-info .annoucement-logo {
    position: absolute;
    background: #fff;
    left: 45px;
    top: 50%;
    margin-top: -20px
}

.announcement {
    background: #febd3d
}

.announcement .text {
    padding: 5px 10px 5px 50px;
    margin: 0;
    font-size: 10px;
    font-size: 1rem
}

.announcement .announcement-close {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    display: block;
    left: 10px;
    top: 3px;
    text-align: center;
    background: #fff;
    color: #febd3d;
    height: 15px;
    width: 15px
}

.site-logo {
    margin: auto;
    position: relative;
    z-index: 3;
    width: 50px
}

.site-logo h1,
.site-logo h2 {
    margin-top: 10px
}

.site-logo img {
    max-width: 100%
}

.icon-toggle-menu {
    background: transparent url(../images/sprite.png) no-repeat 0 -250px;
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
    width: 50px;
    height: 50px;
    text-indent: -9999px
}

.snapjs-left .main-navigation {
    display: block
}

.main-navigation,
.main-navigation-desktop {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 266px;
    background: #f8f8f8;
    overflow: auto
}

.main-navigation ul,
.main-navigation-desktop ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.main-navigation ul li a,
.main-navigation-desktop ul li a {
    display: block;
    padding: 8px 9px;
    color: #006aac;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #ccc;
    text-decoration: none
}

.main-navigation .lang-select .lang-box,
.main-navigation-desktop .lang-select .lang-box {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc
}

.main-navigation .lang-select .lang-box a,
.main-navigation-desktop .lang-select .lang-box a {
    display: inline-block;
    text-align: center;
    width: 50px
}

.main-navigation .submenu,
.main-navigation-desktop .submenu {
    display: none;
    background-color: #006aac
}

.main-navigation .submenu a,
.main-navigation-desktop .submenu a {
    color: #fff;
    border-bottom: 1px solid #0092d6;
    padding-left: 25px
}

.main-navigation .submenu .level-3 a,
.main-navigation-desktop .submenu .level-3 a {
    padding-left: 50px;
    font-weight: 400
}

.main-navigation .lang,
.main-navigation .social,
.main-navigation-desktop .lang,
.main-navigation-desktop .social {
    display: none
}

.main-navigation .search,
.main-navigation-desktop .search {
    position: relative
}

.main-navigation .search-box,
.main-navigation-desktop .search-box {
    padding: 15px 20px;
    border-bottom: 1px solid #ccc
}

.main-navigation-desktop {
    width: auto;
    z-index: 2;
    overflow: visible;
    background: transparent
}

.home-banner {
    background-color: #0096da;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #005192, #0096da);
    background: -o-linear-gradient(right, #005192, #0096da);
    background: -moz-linear-gradient(right, #005192, #0096da);
    background: linear-gradient(to right, #005192, #0096da)
}

.home-banner .block {
    zoom: 1;
    position: relative;
    border-bottom: #1e4c7f solid 1px;
    border-top: #22a4e1 solid 1px
}

.home-banner .block:before,
.home-banner .block:after {
    content: "";
    display: table
}

.home-banner .block:after {
    clear: both
}

.home-banner .block a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 40px 10%
}

.home-banner .block h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px 100px
}

.home-banner .block p {
    margin-left: 100px
}

.home-banner .block .icon {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -50px;
    width: 35%
}

.home-banner .block .icon img {
    max-height: 100px
}

.home-banner .block:last-child {
    border-bottom: none
}

.ticker {
    zoom: 1;
    background: #0e0e0e;
    position: relative
}

.ticker:before,
.ticker:after {
    content: "";
    display: table
}

.ticker:after {
    clear: both
}

.ticker .section-wrapper {
    padding: 10px
}

.ticker h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    display: block;
    line-height: 36px;
    float: left;
    color: orange;
    font-weight: 700
}

.ticker .ticker-content {
    padding: 0;
    margin: 0;
    list-style-type: none;
    clear: left;
    color: #fff
}

.ticker .ticker-container {
    margin-left: 60px;
    overflow: hidden
}

.ticker .ticker-scroller {
    height: 36px;
    line-height: 36px;
    color: #fff;
    margin: 0
}

.ticker .ticker-scroller .scroller-content {
    zoom: 1
}

.ticker .ticker-scroller .scroller-content:before,
.ticker .ticker-scroller .scroller-content:after {
    content: "";
    display: table
}

.ticker .ticker-scroller .scroller-content:after {
    clear: both
}

.ticker .ticker-scroller .scroller-content .entry {
    float: left;
    padding: 0 0 0 100px;
    white-space: nowrap
}

.mobile-tabs {
    zoom: 1;
    margin-bottom: 25px
}

.mobile-tabs:before,
.mobile-tabs:after {
    content: "";
    display: table
}

.mobile-tabs:after {
    clear: both
}

.mobile-tabs li {
    display: block;
    width: 100%;
    float: left
}

.mobile-tabs li a {
    font-size: 20px;
    font-size: 2rem;
    color: #ccc;
    display: block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    background: #fff;
    text-decoration: none
}

.mobile-tabs li:first-child a.active,
.mobile-tabs li:first-child a:hover {
    background: #005192;
}

.mobile-tabs li:last-child a.active,
.mobile-tabs li:last-child a:hover {
    background: #005192;
    padding: 15px 10px
}

.mobile-tabs li:first-child a.active:after,
.mobile-tabs li:first-child a:hover:after {
    clear: both;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    padding: 0;
    margin: -8px;
    border: 8px solid transparent;
    border-top-color: #82BE00
}

.mobile-tabs li:last-child a.active:after,
.mobile-tabs li:last-child a:hover:after {
    clear: both;
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    padding: 0;
    margin: -8px;
    border: 8px solid transparent;
    border-top-color: orange
}

.results .multiples {
    padding: 0
}

.results .motor-racing-list {
    display: none
}

.results .motor-racing-list .table {
    margin-bottom: 0
}

.results .motor-racing-list .table tbody tr td {
    padding: 5px .5%!important
}

.results .motor-racing-list .table tbody tr td span {
    text-transform: uppercase
}

.results .motor-racing-list .table tbody tr td:first-child {
    width: 20%
}

.results .motor-racing-list .disclaimer {
    padding: 1.6em 2em
}

.four-d-logo {
    background: transparent url(../images/sprite.png) no-repeat 0 -449px;
    display: block;
    height: 48px;
    width: 75px;
    text-indent: -9999px;
    margin: 0
}

.toto-logo {
    background: transparent url(../images/sprite.png) no-repeat 0 -400px;
    display: block;
    height: 49px;
    width: 138px;
    text-indent: -9999px;
    margin: 0
}

.sg-sweep-logo {
    background: transparent url(../images/sprite.png) no-repeat 0 -498px;
    display: block;
    height: 50px;
    width: 108px;
    text-indent: -9999px
}

.how-to-list-container {
    background-color: #fff;
    padding-bottom: 10px
}

.results {
    padding: 0
}

.results .disclaimer {
    color: #eb0c28;
    padding: 1.1em 2em;
    font-style: italic;
    background-color: #f5f5f5
}

.results .footer-link {
    padding: 15px 0;
    text-align: center
}

.results .footer-link a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff
}

.results .footer-link a .glyphicon {
    top: 0;
    font-size: 12px
}

.results .lottery-result .footer-link {
    background: #f58220
}

.sports-result-header .tabs {
    zoom: 1;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

.sports-result-header .tabs:before,
.sports-result-header .tabs:after {
    content: "";
    display: table
}

.sports-result-header .tabs:after {
    clear: both
}

.sports-result-header .tabs li {
    display: block;
    padding: 0;
    margin: 0;
    float: left
}

.sports-result-header .tabs li:first-child a {
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 10px 10px 10px;
    border-right-width: 1px;
    float: right
}

.sports-result-header .tabs li:last-child a {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 10px 10px 10px 10px;
    border-left-width: 1px;
    float: left
}

.sports-result-header .tabs li:nth-child(2) a {
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 10px 10px 10px 10px;
    border-left-width: 1px;
    float: left
}

.sports-result-header .tabs a {
    font-size: 18px;
    font-size: 1.6em;
    color: green;
    display: block;
    width: 100%;
    background: #f5f5f5;
    border: 2px solid #0f7940;
    text-align: center;
    padding: 6px 10px;
    text-decoration: none
}

.sports-result-header .tabs a:hover,
.sports-result-header .tabs a.active {
    background: #0f7940;
    color: #fff
}

.football-controls {
    margin-top: 25px
}

.football-controls .form-group,
{
    display: block
}

.football-controls .time-range,
{
    display: block
}

.football-controls .control-submit {
    display: block
}

.football-controls .active .bet-slip {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    height: 50px
}

.football-controls .bet {
    background: #fff;
    display: block;
    position: relative;
    z-index: 2
}

.football-controls .bet-slip {
    transition-property: all;
    transition-duration: 1.5;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1.5;
    -webkit-transition-timing-function: linear;
    border: 1px solid #77b344;
    border-radius: 4px;
    padding: 6px 12px
}

.football-controls .bet-slip .btn-selection {
    background: none;
    border: none;
    font-size: 12px;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%
}

.football-controls .bet-slip .btn-selection:before {
    background: url(../images/sprite.png) no-repeat -118px -362px;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px
}

.football-controls .bet-slip .btn-clear {
    font-size: 12px;
    font-size: 1.2rem;
    display: none;
    margin: 30px 10px 0 0;
    text-align: right
}

.football-controls .selection {
    border: 1px solid #77b344;
    border-radius: 4px 0 4px 4px;
    clear: both;
    display: none;
    margin-bottom: 15px;
    padding: 32px 12px 12px;
    position: relative;
    top: -18px;
    z-index: 1
}

.football-controls .selection .category {
    background: #f2f2f2;
    margin: 0 0 10px;
    padding: 10px
}

.football-controls .selection .event-name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 10px
}

.football-controls .selection .bet-placed {
    zoom: 1;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding: 5px 10px
}

.football-controls .selection .bet-placed:before,
.football-controls .selection .bet-placed:after {
    content: "";
    display: table
}

.football-controls .selection .bet-placed:after {
    clear: both
}

.football-controls .selection .bet-placed:last-child {
    margin: 0
}

.football-controls .selection .wrap {
    zoom: 1;
    float: right;
    width: 50%
}

.football-controls .selection .wrap:before,
.football-controls .selection .wrap:after {
    content: "";
    display: table
}

.football-controls .selection .wrap:after {
    clear: both
}

.football-controls .selection .type,
.football-controls .selection .odds,
.football-controls .selection .remove {
    font-size: 12px;
    font-size: 1.2rem;
    float: left
}

.football-controls .selection .type {
    margin: 0;
    padding-top: 10px;
    width: 50%
}

.football-controls .selection .odds {
    float: right;
    padding: 10px 10px 0 0;
    text-align: right;
    width: 50%
}

.football-controls .selection .remove {
    float: right;
    padding-top: 5px;
    width: 42px
}

.football-controls .summary {
    background: #d9d9d9;
    margin-bottom: 10px;
    padding: 12px
}

.football-controls .summary .summary-row {
    zoom: 1;
    margin-bottom: 10px
}

.football-controls .summary .summary-row:before,
.football-controls .summary .summary-row:after {
    content: "";
    display: table
}

.football-controls .summary .summary-row:after {
    clear: both
}

.football-controls .summary .summary-row:last-child {
    margin: 0
}

.football-controls .summary .summary-row label {
    font-size: 13px;
    font-size: 1.3rem;
    float: left;
    padding: 4px 10px 0 0;
    text-align: right;
    width: 75%
}

.football-controls .summary .summary-row input {
    float: left;
    padding: 0 5px;
    width: 25%;
    -webkit-opacity: 1!important;
}

.football-result-list .icon {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 28px;
    background-color: #898989;
    display: inline-block;
    width: 40px;
    height: 28px
}

.icon-more {
    background: transparent url(../images/sprite.png) no-repeat -3px -110px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    background-color: #555;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 28px;
    background-color: #898989;
    display: inline-block;
    width: 40px;
    height: 28px
}

.icon-more:hover {
    background-color: #000
}

.icon-stats {
    background: transparent url(../images/sprite.png) no-repeat -6px -61px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 28px;
    background-color: #898989;
    display: inline-block;
    width: 40px;
    height: 28px;
    background-color: #898989
}

.icon-toggle-data {
    border-radius: 3px;
    line-height: 28px;
    background-color: #898989;
    display: inline-block;
    width: 40px;
    height: 28px;
    text-align: center
}

.icon-toggle-data .glyphicon {
    color: #fff;
    top: 2px
}

.icon-remove {
    background: transparent url(../images/sprite.png) no-repeat -114px -395px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #898989;
    display: inline-block;
    height: 25px;
    line-height: 28px;
    text-indent: -9999px;
    width: 100%
}

.icon-remove:hover {
    background-color: #000
}

.table-fixtures .more .value {
    display: block;
    margin-bottom: 3px;
    vertical-align: baseline
}

.table-fixtures .more .details {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    background: #7FC241;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 3px
}

.standing-details-wrap {
    display: none
}

.standing-details-wrap-td {
    display: none;
    background: #f1f1f1
}

.standing-details-wrap-td td {
    padding: 0!important
}

.standing-details-wrap-td td .standing-details-wrap {
    width: 100%
}

.standing-details-wrap-td td .standing-details-wrap table {
    width: 100%
}

.standing-details-wrap-td td .standing-details-wrap table td,
.standing-details-wrap-td td .standing-details-wrap table th {
    padding: 5px 10px!important
}

.standing-details-wrap-td td .standing-details-wrap table td {
    text-align: center;
    background: #f1f1f1;
    border-right: 1px solid #fff
}

.standing-details-wrap-td td .standing-details-wrap table td:last-child {
    border: none
}

.standing-details-wrap-td td .standing-details-wrap table th {
    border-right: 1px solid #e7e7e7;
    text-align: center;
    background: #82BE00;
    color: #fff;
    font-weight: 700
}

.standing-details-wrap-td td .standing-details-wrap table th:last-child {
    border: none
}

.standing-details-wrap-td td .standing-details-wrap th.disabled {
    background: #7E7E7E;
    color: #BEBEBE
}

.standing-details-wrap-td td .standing-details-wrap td.disabled {
    background: #a7a7a7;
    color: #f3f3f3
}

.tooltips {
    display: inline-block;
    background: #fff;
    color: #2A6496;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 5px
}

.football-result-list .table,
.football-result-list .table-responsive {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0
}

.football-result-list .icon-live {
    background: #e1e1e1;
    color: #fff
}

.football-result-list .icon-live.on {
    background: #000
}

.football-result-list .more-bets-wrap {
    display: none
}

.football-result-list .more-bets-wrap-td {
    display: none
}

.football-result-list .more-bets-wrap-td td {
    background: #f1f1f1;
    text-align: center;
    padding: 0
}

.football-result-list .more-bets-wrap-td td.green_box_c {
    background: #82BE00;
    color: #fff;
    font-weight: 700
}

.football-result-list .stats-details-wrap {
    position: relative
}

.football-result-list .stats-details {
    display: none;
    position: absolute;
    top: 0;
    right: 50px;
    background: #fff;
    width: 250px;
    border: 1px solid #0F7940;
    padding: 5px;
    z-index: 999
}

.football-result-list .stats-details ul {
    text-align: left
}

.football-result-list .stats-details .close-btn {
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none
}

.football-result-list td.stats .stats-details ul {
    list-style: disc;
    padding-left: 20px;
    margin: 5px 0
}

.lottery-result .lottery, .lotterytoto-result .lottery {
    padding: 0 10px
}

.lottery-result .lottery .title, .lotterytoto-result .lottery .title {
    background: #fff;
    padding: 0 10px
}

.lottery-result .lottery .btn {
    float: right;
    margin-top: 10px
}

.lottery-result .draw-details {
    padding: 10px;
 }

.lottery-result .draw-date {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0 20px
}

.lottery-result .draw-date .draw-num {
    padding-left: 10px
}

.lottery-result .number-label {
    font-weight: 700
}

.lottery-results .announce-box,
.four-d-results .announce-box,
.sweep-results .announce-box {
    background-color: #eb0c28;
    padding: 10px;
    color: #fff
}

.lottery-results .announce-box h5,
.four-d-results .announce-box h5,
.sweep-results .announce-box h5 {
    margin: 0 0 5px
}

.lottery-results .announce-box .prize,
.lottery-results .announce-box .date,
.four-d-results .announce-box .prize,
.four-d-results .announce-box .date,
.sweep-results .announce-box .prize,
.sweep-results .announce-box .date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1
}

.lottery-results .announce-box .est,
.lottery-results .announce-box .end-date,
.lottery-results .announce-box .prize,
.four-d-results .announce-box .est,
.four-d-results .announce-box .end-date,
.four-d-results .announce-box .prize,
.sweep-results .announce-box .est,
.sweep-results .announce-box .end-date,
.sweep-results .announce-box .prize {
    display: block
}

.lottery-results .announce-box .end-date,
.four-d-results .announce-box .end-date,
.sweep-results .announce-box .end-date {
    line-height: 1;
    margin-top: 6px
}

.lottery-results .draw-details .numbers,
.four-d-results .draw-details .numbers,
.sweep-results .draw-details .numbers {
    color: #eb0c28;
    padding-left: 5px;
    font-weight: 700
}

.lottery-results .draw-details .top-4d,
.four-d-results .draw-details .top-4d,
.sweep-results .draw-details .top-4d {
    zoom: 1
}

.lottery-results .draw-details .top-4d:before,
.lottery-results .draw-details .top-4d:after,
.four-d-results .draw-details .top-4d:before,
.four-d-results .draw-details .top-4d:after,
.sweep-results .draw-details .top-4d:before,
.sweep-results .draw-details .top-4d:after {
    content: "";
    display: table
}

.lottery-results .draw-details .top-4d:after,
.four-d-results .draw-details .top-4d:after,
.sweep-results .draw-details .top-4d:after {
    clear: both
}

.lottery-results .draw-details .top-4d li,
.four-d-results .draw-details .top-4d li,
.sweep-results .draw-details .top-4d li {
    float: left;
    padding-right: 10px;
    color: #1e4c7f;
    font-weight: 700
}

.lottery-results .draw-details .top-4d li .place,
.four-d-results .draw-details .top-4d li .place,
.sweep-results .draw-details .top-4d li .place {
    font-weight: 400;
    color: #000;
    padding-right: 10px
}

.lottery-results .draw-details .top-sweep,
.four-d-results .draw-details .top-sweep,
.sweep-results .draw-details .top-sweep {
    zoom: 1
}

.lottery-results .draw-details .top-sweep:before,
.lottery-results .draw-details .top-sweep:after,
.four-d-results .draw-details .top-sweep:before,
.four-d-results .draw-details .top-sweep:after,
.sweep-results .draw-details .top-sweep:before,
.sweep-results .draw-details .top-sweep:after {
    content: "";
    display: table
}

.lottery-results .draw-details .top-sweep:after,
.four-d-results .draw-details .top-sweep:after,
.sweep-results .draw-details .top-sweep:after {
    clear: both
}

.lottery-results .draw-details .top-sweep li,
.four-d-results .draw-details .top-sweep li,
.sweep-results .draw-details .top-sweep li {
    float: left;
    padding-right: 15px;
    color: #77b344;
    font-weight: 700
}

.lottery-results .draw-details .top-sweep li:last-child,
.four-d-results .draw-details .top-sweep li:last-child,
.sweep-results .draw-details .top-sweep li:last-child {
    padding-right: 0
}

.lottery-results .draw-details .top-sweep li .first-digits,
.four-d-results .draw-details .top-sweep li .first-digits,
.sweep-results .draw-details .top-sweep li .first-digits {
    color: #0f7940
}

.lottery-results .draw-details .top-sweep li .place,
.four-d-results .draw-details .top-sweep li .place,
.sweep-results .draw-details .top-sweep li .place {
    color: #000;
    padding: 0 5px 25px 0;
    display: block
}

.ticket-range label {
    display: block
}

.ticket-range .form-control {
    float: none;
    width: 100%
}

.ticket-range span {
    float: none;
    margin: 10px 0;
    display: block
}

.ss-checker-result {
    display: none
}

.four-d-results .announce-box {
    background-color: #1e4c7f
}

.sweep-results .announce-box {
    background-color: #0f7940
}

.lottery-results .title {
    zoom: 1
}

.lottery-results .title:before,
.lottery-results .title:after {
    content: "";
    display: table
}

.lottery-results .title:after {
    clear: both
}

.lottery-results .title h4 {
    background: transparent url(../images/sprite.png) no-repeat -69px -110px;
    display: block;
    height: 30px;
    width: 60px;
    float: left;
    text-indent: -9999px
}

.four-d-results .title {
    zoom: 1
}

.four-d-results .title:before,
.four-d-results .title:after {
    content: "";
    display: table
}

.four-d-results .title:after {
    clear: both
}

.four-d-results .title h4 {
    background: transparent url(../images/sprite.png) no-repeat -7px -162px;
    display: block;
    height: 30px;
    width: 37px;
    float: left;
    text-indent: -9999px
}

.sweep-results .title {
    zoom: 1
}

.sweep-results .title:before,
.sweep-results .title:after {
    content: "";
    display: table
}

.sweep-results .title:after {
    clear: both
}

.sweep-results .title h4 {
    background: transparent url(../images/sprite.png) no-repeat -73px -162px;
    display: block;
    height: 30px;
    width: 58px;
    float: left;
    text-indent: -9999px
}

.results-prize-group,
.results-date-group {
    margin-top: 20px;
    display: none
}

.results-prize-group .result-prize,
.results-date-group .result-prize {
    margin: 20px 0;
    border-bottom: 1px solid #cecece;
    position: relative
}

.results-prize-group .result-prize .title,
.results-date-group .result-prize .title {
    margin: 0 0 10px
}

.results-prize-group .result-prize .text,
.results-date-group .result-prize .text {
    font-size: 14px;
    font-size: 1.4rem
}

.results-prize-group .result-prize th,
.results-date-group .result-prize th {
    background: #febd3d;
    border-top: 0;
    text-align: center
}

.results-prize-group .result-prize td,
.results-date-group .result-prize td {
    border-top: 0;
    border-bottom: 1px solid #e7e7e7
}

.results-prize-group .table,
.results-date-group .table {
    display: none
}

.results-prize-group a,
.results-date-group a {
    position: absolute;
    right: 0;
    top: 0
}

.calculate-winning-result {
    display: none
}

.calculate-winning-result .text {
    margin: 5px 0 0
}

.calculate-winning-result .value {
    font-weight: 700
}

.calculate-winning-result .info {
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    text-decoration: none;
    color: #222
}

.calculate-winning-result .info .title {
    background: #cecece;
    padding: 15px 10px;
    border-radius: 5px;
    color: #fff
}

.calculate-winning-result .info.winning .title {
    background: #0096da
}

.calculate-winning-result .number-selection {
    margin: 5px 0 20px
}

.calculate-winning-result .table td {
    text-align: left
}

.highlight .column {
    background-color: #eee;
    background-repeat: repeat-x;
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #eee));
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 5px 0
}

.highlight .column a {
    position: relative;
    display: block;
    color: #000;
    line-height: 1.2;
    min-height: 108px;
    padding: 10px 5px 0 135px
}

.highlight .column a h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0
}

.highlight .column a p {
    margin: 0
}

.highlight .column a .glyphicon-play {
    color: #006aac;
    font-size: 9px;
    top: 0
}

.highlight .column .thumbnail {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    background: none;
    overflow: hidden;
    position: absolute;
    height: 111px;
    width: 128px;
    left: -1px;
    top: -1px;
    margin: 0
}

.highlight .five-column .column .thumbnail {
    height: 90px;
    width: 90px
}

.highlight .five-column .column a {
    font-size: 12px;
    font-size: 1.2rem;
    min-height: 89px;
    padding: 10px 10px 0 105px
}

.highlight .five-column .column a h3 {
    padding-top: 24px
}

.whatsnew {
    zoom: 1
}

.whatsnew:before,
.whatsnew:after {
    content: "";
    display: table
}

.whatsnew:after {
    clear: both
}

.whatsnew .section-wrapper {
    padding: 10px 0
}

.whatsnew .date,
.whatsnew .category {
    display: block
}

.whatsnew .thumbnail img {
    display: inline;
    min-width: 100%
}

.whatsnew .category {
    font-weight: 700;
    margin-bottom: 10px
}

.videos {
    padding: 0;
    color: #000;
    background-color: #f5f5f5
}

.videos .about {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0
}

.videos .section-wrapper h2 {
    display: block;
    margin: 0;
    padding: 15px 0 12px
}

.videos .how-to-section {
    padding-bottom: 0
}

.videos .column {
    padding: 10px
}

.videos .step {
    position: relative;
    padding-left: 50px
}

.videos .step .step-num {
    font-size: 50px;
    font-size: 5rem;
    position: absolute;
    font-weight: 700;
    line-height: 1;
    left: 5px;
    top: 0
}

.videos .special {
    background: #febd3d;
    padding: 20px
}

.videos .special h3 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0
}

.videos .how-to-list {
    padding: 10px 0
}

.videos .how-to-list h3 {
    font-weight: 700;
    margin: 0
}

.videos .how-to-list li {
    zoom: 1;
    float: left
}

.videos .how-to-list li:before,
.videos .how-to-list li:after {
    content: "";
    display: table
}

.videos .how-to-list li:after {
    clear: both
}

.videos .how-to-list li .thumbnail {
    float: left;
    width: 50%
}

.videos .how-to-list li .desc {
    float: right;
    width: 50%;
    padding-left: 10px
}

.videos .how-to-list li .desc h5 {
    margin-top: 0;
    font-weight: 700
}

.article-banner img {
    width: 100%
}

.article-page .num {
    color: #0092d6;
    font-weight: 700;
    font-style: italic
}

.secondary-nav {
    display: none
}

.main-article {
    float: none;
    margin-left: 10px;
    margin-right: 10px
}

.main-content {
    padding-bottom: 15px
}

.main-heading {
    position: relative
}

.main-heading h1 {
    margin: 0;
    font-weight: 700;
    width: 100%
}

.main-heading .social {
    position: relative
}

.main-heading .dates {
    margin-top: 10px
}

.main-heading .dates .date {
    margin-right: 20px
}

.sub-heading {
    margin: .5em 0;
    color: #888
}

.info {
    color: #bbb
}

.info span {
    color: #000;
    font-weight: 700;
    font-size: 1em
}

.article-body {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    clear: both
}

.article-body .tables-wrap {
    border: 1px solid #eee;
    margin-bottom: 20px
}

.article-body .tables-wrap .table th {
    text-align: center
}

.article-body .row {
    margin-right: -15px;
    margin-left: -15px
}

.icon-ctas {
    margin: 10px 0
}

.icon-ctas .link {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 15px
}

.icon-ctas .icon {
    margin-right: 5px;
    vertical-align: middle
}

.background-info {
    padding: 10px 20px;
    margin: 20px 0;
    background: #f7f7f7
}

.background-info .box {
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 10px;
    margin: 20px 0
}

.background-info .box h3 {
    font-size: 1.2em;
    margin: 10px 0;
    font-weight: 700
}

.background-info .box:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.background-info h3.title {
    color: #428bca;
    margin-top: 0
}

.file-listing {
    margin: 10px 0
}

.file-listing h2 {
    margin: 0;
    font-size: 1.5em
}

.file-listing ul {
    color: #363636;
    padding: 0 0 0 10px;
    list-style: none
}

.file-listing ul li {
    margin: 10px 0
}

.file-listing ul li .glyphicon {
    margin-right: 2px
}

.file-listing ul li a {
    color: #777
}

.file-listing ul li a:hover {
    color: #363636
}

.contacts h2 {
    margin: 10px 0
}

.contacts .contact {
    width: 49%;
    display: inline-block;
    vertical-align: top
}

.contacts .contact h3 {
    margin: 5px 0
}

.contacts .contact .title {
    text-transform: uppercase;
    font-size: .9em;
    margin: 5px 0
}

.contacts .contact .email,
.contacts .contact .tel {
    margin: 5px 0;
    font-size: .9em;
    word-break: break-word
}

.relevant-content {
    margin: 20px 0
}

.relevant-content .item {
    margin: 0 0 20px
}

.relevant-content .item a {
    color: #428bca
}

.relevant-content .item a .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2
}

.relevant-content .item a .thumb {
    overflow: hidden
}

.relevant-content .item a .thumb img {
    width: 100%
}

.relevant-content .item a:hover {
    color: #428bca
}

.content-table {
    width: 100%
}

.content-table thead {
    background-color: #bbb;
    padding: .5em .8em
}

.content-table thead th {
    padding: .5em .8em;
    font-size: 1.2em
}

.content-table tbody {
    background-color: #f1f1f1
}

.content-table tbody tr:first-child {
    background-color: #ddd;
    font-weight: 700
}

.content-table tbody td {
    border: #fff 1px solid;
    padding: .5em 1em
}

.content-table tbody td:first-child {
    background-color: #ddd;
    font-weight: 700
}

.side-bar-desc {
    display: none!important
}

#map-control-outlets-map {
    background: #f3f3f3;
    padding: 20px
}

#map-control-outlets-map .title {
    font-weight: 700;
    color: #1e4c7f;
    border-bottom: 1px solid #1e4c7f;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem
}

#map-control-outlets-map .use-postal-code {
    margin-right: 5px;
    width: 85%;
    display: inline-block
}

#map-control-outlets-map input[type="button"] {
    padding: 5px
}

#map-control-outlets-map label {
    font-weight: 400;
    margin-left: 20px
}

#map-control-outlets-map .btn {
    margin: 10px 0;
    width: 50%
}

#map-control-outlets-map.locate .btn {
    width: 100%
}

#map-control-outlets-map.locate .use-postal-code {
    width: 100%
}

#map-control-outlets-map.locate label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e4c7f
}

#map-control-outlets-map .radio-group {
    position: relative
}

#map-control-outlets-map .radio-group .radio {
    margin: 0;
    position: absolute;
    top: 10px
}

#map-control-outlets-map.outlets label {
    margin-left: 0
}

.outlet-list {
    display: none
}

.outlet-list .outlet {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #cecece
}

.outlet-list .outlet .title {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 5px
}

.outlet-list .outlet .address {
    margin: 0
}

.breadcrumbs ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.breadcrumbs ul li {
    display: inline
}

.breadcrumbs ul li:before {
    content: " > "
}

.breadcrumbs ul li:first-child:before {
    content: ""
}

.breadcrumbs ul li a {
    display: inline-block
}

.standfirst {
    margin: 5px
}

.standfirst ul {
    margin: 0;
    padding: 0 0 0 1em;
    list-style-type: disc
}

.grid-listing {
    margin: 0 0 30px
}

.grid-listing .item {
    margin: 0 0 30px
}

.grid-listing .item a .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2
}

.grid-listing .item a .thumb img {
    width: 100%
}

.grid-listing .item .icon {
    border-radius: 3px;
    line-height: 28px;
    background-color: #898989;
    display: inline-block;
    width: 40px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 28px
}

.grid-listing .item .icon-stats {
    background: transparent url(../images/sprite.png) no-repeat -6px -61px;
    background-color: #898989;
    right: 75px
}

.featured {
    position: relative;
    display: block;
    margin: 30px 0
}

.featured img {
    width: 100%
}

.featured h2 {
    margin-top: 10px
}

.featured .date {
    margin: 0;
    text-transform: uppercase
}

.featured .spec {
    float: right;
    margin: 0;
    text-transform: uppercase
}

.related-links .link-title {
    margin: 10px 0 0;
    font-size: 15px;
    font-size: 1.5rem
}

.related-links .text {
    font-size: 12px;
    font-size: 1.2rem
}

.related-links li {
    margin: 0 0 20px
}

.listing {
    margin: 20px 0
}

.listing .list {
    margin-bottom: 20px
}

.listing .item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 15px
}

.listing .item a h3 {
    margin: 5px 0;
    font-size: 1.4em
}

.listing .item .date {
    margin: 0;
    text-transform: uppercase
}

.listing .item .spec {
    float: right;
    margin: 0;
    text-transform: uppercase
}

.listing.thumbnails .thumbnail {
    display: block;
    float: left;
    margin-right: 10px
}

.form .alert span {
    font-size: 1.2em
}

.form .alert ul {
    padding-top: 0;
    list-style-type: disc;
    padding-left: 2em
}

.form .honeyPot {
    display: none
}

.form .radio {
    display: inline-block
}

.form .radio-group label {
    position: relative;
    top: -8px
}

.form .checkbox {
    display: inline-block
}

.form .checkbox-group label {
    position: relative;
    top: -8px
}

.panel .panel-heading .nav-tabs {
    border: 0;
    position: relative;
    bottom: -1px
}

.panel .panel-heading .nav-tabs li {
    float: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 5px 5px;
    overflow: hidden
}

.panel .panel-heading .nav-tabs li.active a {
    background: #fff;
    color: #000
}

.panel .panel-heading .nav-tabs li.active a:hover {
    border: 0
}

.panel .panel-heading .nav-tabs a {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
    border-radius: 0;
    border: none;
    background: #ccc;
    color: #888;
    width: auto;
    white-space: nowrap;
    padding: 8px 15px;
    margin: 0
}

.panel .panel-heading .nav-tabs a:hover {
    background: #fff;
    color: #000
}

.panel .panel-footer {
    color: #fff;
    text-align: center
}

.panel.panel-green .panel-heading,
.panel.panel-green .panel-footer {
    background-color: #7FC241;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #82be00, #7FC241);
    background: -o-linear-gradient(right, #82be00, #7FC241);
    background: -moz-linear-gradient(right, #82be00, #7FC241);
    background: linear-gradient(to right, #82be00, #7FC241)
}

.panel.panel-green .form-inline,
.panel.panel-green .form-horizontal,
.panel.panel-green .form-control {
    border: 1px solid #77b344
}

.panel.panel-orange {
    border-color: #F58320
}

.panel.panel-orange .panel-heading,
.panel.panel-orange .panel-footer {
    background-color: #febd3d;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #f58220, #febd3d);
    background: -o-linear-gradient(right, #f58220, #febd3d);
    background: -moz-linear-gradient(right, #f58220, #febd3d);
    background: linear-gradient(to right, #f58220, #febd3d)
}

.panel.panel-blue {
    border-color: #004B8B
}

.panel.panel-blue .panel-heading,
.panel.panel-blue .panel-footer {
    background-color: #0092d6;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #006aac, #0092d6);
    background: -o-linear-gradient(right, #006aac, #0092d6);
    background: -moz-linear-gradient(right, #006aac, #0092d6);
    background: linear-gradient(to right, #006aac, #0092d6)
}

.panel.panel-red {
    border-color: #eb0c28
}

.panel.panel-red .panel-heading,
.panel.panel-red .panel-footer {
    background-color: #fe4e6b;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #eb0c28, #fe4e6b);
    background: -o-linear-gradient(right, #eb0c28, #fe4e6b);
    background: -moz-linear-gradient(right, #eb0c28, #fe4e6b);
    background: linear-gradient(to right, #eb0c28, #fe4e6b)
}

.panel.panel-dark-green {
    border-color: #097a3f
}

.panel.panel-dark-green .panel-heading,
.panel.panel-dark-green .panel-footer {
    background-color: #179953;
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(left, #097a3f, #179953);
    background: -o-linear-gradient(right, #097a3f, #179953);
    background: -moz-linear-gradient(right, #097a3f, #179953);
    background: linear-gradient(to right, #097a3f, #179953)
}

.results-filter {
    margin: 0 0 20px
}

.results-filter .form-group {
    margin-bottom: 10px
}

.results-filter .invisible {
    display: none
}

.results-filter .year-filter {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 10px
}

.results-filter .year-filter li {
    display: block;
    width: 25%;
    float: left;
    text-align: center
}

.results-filter .year-filter li a {
    display: block;
    padding: 5px 20px;
    text-decoration: none
}

.results-filter .year-filter li a:hover {
    background: #428BCA;
    color: #fff
}

.results-filter .year-filter li.active a {
    background: #3276B1;
    color: #fff
}

#number-frequency .table th,
.jackpot-list .table th {
    cursor: pointer
}

#number-frequency .table th:hover,
.jackpot-list .table th:hover {
    background: #777!important;
    text-decoration: underline
}

#number-frequency .table > thead > tr > th {
    vertical-align: middle
}

#number-frequency table.sortable thead th {
    padding-bottom: 22px
}

#numbers-not-drawn .numbers {
    margin-bottom: 20px;
    min-height: 220px
}

#numbers-not-drawn .numbers ol {
    display: block;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    text-align: center
}

#numbers-not-drawn .numbers ol li {
    display: inline-block;
    padding: 5px;
    font-size: 1.4em
}

#numbers-not-drawn .draw-range-wrap {
    padding: 20px 7%;
    background: #e7e7e7;
    border-radius: 10px
}

#numbers-not-drawn .draw-dates {
    margin-top: 20px
}

#numbers-not-drawn .draw-dates ul {
    display: block
}

#numbers-not-drawn .draw-dates ul li {
    display: inline-block;
    width: 13%;
    text-align: center
}

#numbers-not-drawn .draw-dates ul li h4 {
    font-size: 1.1em
}

#numbers-not-drawn .draw-dates ul li p {
    display: none
}

#number-checker .checkbox-group {
    margin: 10px 0
}

#number-checker .checkbox-group .lbl {
    width: 19%;
    display: inline-block;
    margin: 5px;
    position: relative
}

#number-checker .checkbox-group .lbl span {
    position: relative;
    top: -2px;
    left: 2px
}

.btn-generator-group {
    text-align: center
}

.btn-no-generator {
    width: 45%;
    display: inline-block;
    margin: 5px
}

.generated-numbers {
    margin: 10px 0;
    display: none;
    text-align: center
}

.number {
    display: inline-block;
    margin: 10px 8px 5px 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff!important;
    text-align: center;
    padding-top: 9px;
    position: relative;
    font-size: 16px!important
}

.number:after {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 40px;
    content: '';
    position: absolute;
    top: -3px;
    left: -3px
}

.number.red {
    background: #fe4e6b
}

.number.red:after {
    border: 1px solid #eb0c28
}

.number.green {
    background: #77b344
}

.number.green:after {
    border: 1px solid #0f7940
}

.number.blue {
    background: #0092d6
}

.number.blue:after {
    border: 1px solid #004B8B
}

.search-number {
    margin-bottom: 15px
}

.search-number label {
    position: relative;
    left: 0;
    top: 8px
}

.footer .links {
    display: none;
    background: #666;
    padding: 10px
}

.footer .links .column {
    color: #fff
}

.footer .links .column h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
}

.footer .links .column ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer .links .column li {
    line-height: 1.2;
    padding: 3px 0
}

.footer .links .column li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ccc
}

.footer .links .action {
    margin-top: 20px
}

.footer .links .action ul {
    margin-top: 10px
}

.footer .credentials {
    text-align: center;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.footer .credentials ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.footer .credentials li {
    display: inline-block
}

.footer .disclaim-text {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px;
    line-height: 1.2
}

.footer:before {
    zoom: 1
}

.footer:before:before,
.footer:before:after {
    content: "";
    display: table
}

.footer:before:after {
    clear: both
}

.bx-wrapper {
    margin: 20px auto;
    box-sizing: initial;
    -webkit-box-sizing: initial
}

.bx-viewport {
    box-sizing: initial;
    -webkit-box-sizing: initial
}

.bx-viewport img {
    margin: 0 auto
}

#bx-pager {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 0
}

#bx-pager a {
    opacity: .6;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: solid #ccc 1px;
    margin: 0 3px 0 0;
    display: inline-block
}

#bx-pager a.active {
    opacity: 1
}

.bx-wrapper .bx-controls-direction a {
    z-index: 2;
    top: 40%
}

.carousel {
    position: relative;
    clear: both
}

.carousel .bx-wrapper {
    margin: 20px auto;
    float: left;
    width: 100%;
    box-shadow: none
}

.carousel .bx-wrapper .bx-viewport {
    border: 0;
    background: #fff;
    box-shadow: none;
    left: 0
}

.carousel .bx-wrapper .bx-viewport .bxslider {
    padding: 0;
    margin: 0
}

.carousel .bx-wrapper .bx-viewport .bxslider .item {
    position: relative
}

.carousel .bx-wrapper .bx-viewport .bxslider .item .link {
    width: 100%;
    display: table
}

.carousel .bx-wrapper .bx-viewport .bxslider .item .link .thumb {
    background-color: #000;
    margin-bottom: 0
}

.carousel .bx-wrapper .bx-viewport .bxslider .item .link .thumb img {
    margin: 0 auto;
    display: block;
    width: 100%
}

.carousel .bx-wrapper .bx-viewport .bxslider .item .link .title {
    padding: 20px 100px 20px 20px;
    background: #f3f3f3;
    font-size: 12px;
    font-size: 1.2rem;
    color: #363636;
    margin-bottom: 0
}

.carousel .bx-wrapper .bx-viewport .bxslider .item .btn {
    width: auto;
    position: absolute;
    bottom: 14px;
    right: 20px
}

.carousel .bx-wrapper .bx-controls-direction {
    display: block
}

.carousel #bx-pager {
    display: none;
    float: left;
    margin: 20px 0;
    clear: none;
    text-align: left
}

.carousel #bx-pager .banner-pager-option a {
    opacity: 1;
    width: 100%;
    height: 115px;
    padding: 15px 10px;
    color: #fff;
    overflow: hidden;
    border: solid #000 1px;
    border-top: 0;
    display: block;
    background-color: #265B96;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    font-size: 14px;
    font-size: 1.4rem
}

.carousel #bx-pager .banner-pager-option a .title {
    margin: 0
}

.carousel #bx-pager .banner-pager-option a .subtitle {
    margin: 5px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #f3f3f3
}

.carousel #bx-pager .banner-pager-option a.active,
.carousel #bx-pager .banner-pager-option a:hover {
    background-color: #1e4c7f;
    text-decoration: none
}

.carousel #bx-pager .banner-pager-option:first-child a {
    border-top: 1px solid #000
}

.carousel #bx-pager:after {
    clear: both;
    display: table;
    content: ""
}

.carousel:after {
    clear: both;
    display: table;
    content: ""
}

.expandable-container .link {
    color: #fff
}

.expandable-container .glyphicon {
    margin-left: 10px
}

.expandable-content {
    display: none
}

#r1,
#r2 {
    margin-top: 15px
}

#r2 {
    margin-bottom: 20px
}

.ui-slider-range {
    background-color: #81bd00!important;
    height: 10px;
    position: relative;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.ui-slider {
    position: relative;
    background: #363636;
    border-radius: 4px
}

.ui-slider-handle {
    border-radius: 4px!important;
    box-shadow: 1px 1px 10px!important;
    background-color: #fff;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    position: absolute;
    top: -4px
}

.gm-style {
    font-family: Arial, sans-serif
}

.gm-style-iw h4 {
    margin: 2px 0 5px
}

.table-race-result .race-result-wrap {
    display: none
}

.table-race-result .race-result-wrap-td {
    display: none
}

.table-race-result .race-result-wrap-td .table {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem
}

.table-race-result .race-result-wrap-td .table th {
    background: #82BE00
}

.table .blue_box_c {
    background: #0096da;
    color: #fff;
    font-weight: 700;
    text-align: center
}

.table tr:first-child th {
    text-align: center
}

.table.outlet-details {
    font-size: 11px
}

.table .disable,
.table .disable:hover {
    cursor: text!important;
    text-decoration: none!important
}

.table.sortable span.sign {
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    margin-left: -8px;
    margin-top: auto
}

.underline {
    text-decoration: underline
}

.top-100-numbers-results.not-found {
    display: none;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center
}

#outlets-map .gm-style-iw {
    overflow: hidden!important
}

.slick-gallery.slick-slider {
    margin: 0 32px
}

.slick-gallery .slide {
    margin: 0 5px
}

.slick-gallery button {
    background: #bbb;
    height: 100%;
    top: 10px
}

.slick-gallery button:hover,
.slick-gallery button:focus {
    background: #bbb
}

.slick-gallery .slick-prev {
    left: -15px
}

.slick-gallery .slick-prev:before {
    content: "<"!important
}

.slick-gallery .slick-next {
    right: -15px
}

.slick-gallery .slick-next:before {
    content: ">"!important
}

.slick-gallery .slick-prev:before,
.slick-gallery .slick-next:before {
    color: #000!important
}

.related .wrap {
    position: relative
}

.related .desc {
    left: 0;
    padding-left: 120px;
    position: absolute;
    top: 0
}

.newsletter .issue {
    font-size: 12px;
    font-weight: 700
}

.filter-listing .filter-list,
.filter-listing .year,
.filter-listing button {
    display: none
}

.team {
    display: block
}

.embedded-odds li span:first-child {
    font-weight: 700
}

.embedded-locations ul {
    zoom: 1;
    text-align: center
}

.embedded-locations ul:before,
.embedded-locations ul:after {
    content: "";
    display: table
}

.embedded-locations ul:after {
    clear: both
}

.embedded-locations li {
    display: inline
}

.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > thead > tr > th {
    white-space: normal
}

.bet-segment,
.sweep-segment {
    zoom: 1
}

.bet-segment:before,
.bet-segment:after,
.sweep-segment:before,
.sweep-segment:after {
    content: "";
    display: table
}

.bet-segment:after,
.sweep-segment:after {
    clear: both
}

.sweep-segment li {
    text-align: center
}

.top-level-header h1,
.top-level-header h2,
.top-level-header h3,
.top-level-header h4,
.top-level-header h5,
.top-level-header h6 {
    background: #82BE00;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 16px;
    padding: 4px 8px
}

.top-level-header.style-02 h1,
.top-level-header.style-02 h2,
.top-level-header.style-02 h3,
.top-level-header.style-02 h4,
.top-level-header.style-02 h5,
.top-level-header.style-02 h6 {
    background: #f58220
}

.second-level-header h1,
.second-level-header h2,
.second-level-header h3,
.second-level-header h4,
.second-level-header h5,
.second-level-header h6 {
    background: #777;
    color: #f3f3f3;
    text-align: center;
    margin: 0;
    font-size: 12px;
    padding: 4px 8px;
    border-bottom: 1px solid #e7e7e7
}

.data-set {
    float: left;
    width: 100%
}

.data-set.striped ul > li {
    background-color: #f4f4f4
}

.data-set.striped ul > li:nth-child(even) {
    background-color: #fff
}

.grid_6 {
    width: 50%
}

.grid_6:nth-of-type(2n+1) {
    border-right: 1px solid #e7e7e7
}

.grid_6 li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.grid_4 {
    width: 33.333333333333%
}

.grid_4:nth-of-type(3n+1) {
    border-right: 1px solid #e7e7e7
}

.grid_4:nth-of-type(3n+2) {
    border-right: 1px solid #e7e7e7
}

.grid_4 li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.grid_12 {
    width: 100%
}

.grid_12 li:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.jackpot-table .amount {
    font-weight: 700
}

.location-legend li {
    margin-top: 4px
}

.embedded-result,
.embedded-winner,
.embedded-combo-result {
    font-weight: 700
}

.special-result-list .stats-details {
    display: none;
    position: absolute;
    top: 0;
    right: 50px;
    background: none repeat scroll 0 0 #FFF;
    width: 250px;
    border: 1px solid #0F7940;
    padding: 5px;
    z-index: 999
}

.special-result-list .stats-details .close-btn {
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background: none repeat scroll 0 0 red;
    color: #FFF;
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none
}

.special-result-list .stats-details ul {
    text-align: left
}

.special-result-list td.stats .stats-details ul {
    list-style: disc;
    padding-left: 20px;
    margin: 5px 0
}

.special-result-list .stats-details-wrap {
    position: relative
}

.slider.whatsnew h3 {
    margin-left: 28px
}

.slick-gallery .slide {
    margin: 0 5px;
    text-align: center;
    min-height: 139px;
    background-color: #EEEEEC
}

.slide {
    text-align: -webkit-center;
    text-align: -moz-center
}

.ms-rtestate-field h1 {
    text-transform: none!important
}

.secondary-nav {
    display: none;
    background-color: #E6E6E6!important
}

.secondary-nav li {
    padding-left: 20px!important
}

@media only screen and (min-width:1024px) {
    #idplaywithcare {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important;
        border-right: 1px solid!important
    }
    #idpoolsnews {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important;
        border-right: 1px solid!important
    }
    #idcareers {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important;
        border-right: 1px solid!important
    }
    #idtq {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important;
        border-right: 1px solid!important
    }
    #idishine {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important
    }
    #idplaywithcare a {
        margin: 0!important;
        padding: 0!important
    }
    #idplaywithcare div.headcustom {
        margin: 0!important;
        padding: 0!important;
        position: absolute;
        width: 100%!important;
        top: 40%!important
    }
    #idplaywithcare div.thumbnail {
        margin: 0!important;
        padding: 0!important;
        height: 60px!important;
        width: 100%!important
    }
    #idpoolsnews a {
        margin: 0!important;
        padding: 0!important
    }
    #idpoolsnews div.headcustom {
        margin: 0!important;
        padding: 0!important;
        position: absolute;
        width: 100%!important;
        top: 40%!important
    }
    #idpoolsnews div.thumbnail {
        margin: 0!important;
        padding: 0!important;
        height: 60px!important;
        width: 100%!important
    }
    #idcareers a {
        margin: 0!important;
        padding: 0!important
    }
    #idcareers div.headcustom {
        margin: 0!important;
        padding: 0!important;
        position: absolute;
        width: 100%!important;
        top: 40%!important
    }
    #idcareers div.thumbnail {
        margin: 0!important;
        padding: 0!important;
        height: 60px!important;
        width: 100%!important
    }
    #idtq a {
        margin: 0!important;
        padding: 0!important
    }
    #idtq div.headcustom {
        margin: 0!important;
        padding: 0!important;
        position: absolute;
        width: 100%!important;
        top: 40%!important
    }
    #idtq div.thumbnail {
        margin: 0!important;
        padding: 0!important;
        height: 60px!important;
        width: 100%!important
    }
    #idishine a {
        margin: 0!important;
        padding: 0!important
    }
    #idishine div.headcustom {
        margin: 0!important;
        padding: 0!important;
        position: absolute;
        width: 100%!important;
        top: 40%!important
    }
    #idishine div.thumbnail {
        margin: 0!important;
        padding: 0!important;
        height: 60px!important;
        width: 100%!important
    }
}

@media only screen and (max-width:1023px) {
    #idplaywithcare {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important
    }
    #idpoolsnews {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important
    }
    #idcareers {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important
    }
    #idtq {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important
    }
    #idishine {
        background: none!important;
        border: none;
        background-repeat: none!important;
        background-image: none!important;
        border-radius: 0!important
    }
    .headcustom h3 {
        text-align: left!important
    }
    .thumbnail {
        padding-top: 15px
    }
}

@media only screen and (min-width:1024px) {
    .home-banner .block a {
        padding: 0!important
    }
}

.liveborder {
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #E7E7E7;
}

@media only screen and (max-width:1023px) {
    #leagueName {
        width: 100%;
    }
    .time-range {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 1%;
        margin-bottom: 0px;
        display: none
    }
    .results .football-result .football-controls fieldset .control-submit {
        background-color: #82be00;
        border-radius: 5px;
        color: white;
        display: block;
        font-weight: bold;
        text-align: center;
        padding: 6px 25px;
        font-size: 1em;
        cursor: pointer;
        opacity: 0.8;
    }
    .results .football-result .football-controls fieldset .control-submit:hover {
        opacity: 1;
    }
    /*
#lblNow{margin-left:0px;}
#lbl12{margin-left:20%;}
#lbl24{margin-left:20%;}
#lbl48{margin-left:19%;}
#lblAll{margin-left:20%;}*/
}

@media only screen and (min-width:1024px) {
    #leagueName {
        width: 300px;
    }
    .time-range {
        margin-top: 0px;
        margin-left: 38%;
        margin-right: 2%;
        margin-bottom: 0px;
    }
    #divGo {
        margin-top: 20px;
    }
    .results .football-result .football-controls fieldset .time-range .form-group .slider-value {
        margin-left: .5%;
    }
}


.mobile-tabs span.toto{
    background: #005192;
    padding: 15px 10px;    
    color: #fff;
    display: block;
    font-size: 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-top:20px;      
}

.mobile-tabs span.lottery{
    background: #005192;
    padding: 15px 10px;    
    color: #fff;
    display: block;
    font-size: 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    margin-top:20px;
	font-weight:bold;
	font-family:'Titillium Web';
}

a{
    text-decoration: none!important;
}