/* html reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

pre {
    display: table;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* common styles */

body {
    font: .75em/1.3em Arial, Helvetica, sans-serif;
    color: #333;
    /*line-height:1;*/
}

a {
    text-decoration: none;
    color: #06c;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #06C;
}

a img {
    border: none;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    padding: 0 0 8px 0;
}

h1 {
    font-size: 1.66em;
    line-height: 1.1em;
}

h2 {
    font-size: 1.33em;
    line-height: 1.3em;
}

h3 {
    font-size: 1.11em;
}

h4 {
    font-size: 1em;
}

p {
    padding: 0 0 8px 0;
}

.contentWidth {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    clear: both;
}

.to-be-printed {
    display: none;
}

.ageWarning {
    display: inline;
    float: none;
    font-size: 11px;
    margin: 0 auto;
    clear: both;
    text-align: justify;
    color: #fff;
}

.ageWarningImg {
    display: inline;
    float: left;
    width: 35px;
}

.ageWarningBG {
    width: 1096px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    margin: 0 auto;
    height: 35px;
    background-color: #666;
}

.ageWarningBGContainer {
    width: 100%;
    min-width: 1280px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
    margin: 0 auto;
    height: 35px;
    background-color: #666;
}

.ageWarning img {
    vertical-align: middle;
    margin-right: 5px;
}

/* buttons */

a.blueButton,
input.blueButton,
button.blueButton,
a.whiteButton,
input.whiteButton,
button.whiteButton {
    position: relative;
    display: inline-block;
    background: #0066CC url(../img/spriteButtons.png) repeat-x 0 -76px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 8px 0px 8px;
    height: 20px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 1px #333;
    -webkit-box-shadow: 1px 1px 1px #333;
    -moz-box-shadow: 1px 1px 1px #333;
    border: 0;
    font: bold 1em Arial, Helvetica, sans-serif;
    overflow: visible;
}

.mainContentArea a.blueButton,
.mainContentArea input.blueButton,
.mainContentArea button.blueButton,
.mainContentArea a.whiteButton,
.mainContentArea input.whiteButton,
.mainContentArea button.whiteButton {
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    outline: none;
}

.mainContentArea #iframeContent {
    background-color: #FFFFFF;
    min-height: 900px;
    padding: 0 0;
    position: relative;
    z-index: 0;
    left: -8px;
    overflow-x: hidden;
    overflow-y: auto;
}

a.whiteButton,
input.whiteButton,
button.whiteButton {
    background-position: 0 -128px;
    color: #333 !important;
    background-color: #eee;
    border: 1px solid #b7b7b7;
    height: 18px;
    padding: 5px 7px 0px 7px;
    margin: 0 auto;
}

a.whiteButton:disabled,
input.whiteButton:disabled,
button.whiteButton:disabled {
    color: grey !important;
    background: none;
}

a.whiteButton:disabled:hover,
input.whiteButton:disabled:hover,
button.whiteButton:disabled:hover {
    color: grey !important;
    background: none;
}


a:hover.blueButton,
input:hover.blueButton,
button:hover.blueButton {
    background-position: 0 -101px;
}

a:hover.whiteButton,
input:hover.whiteButton,
button:hover.whiteButton {
    background-position: 0 -128px;
    color: #06c !important;
}

input.blueButton,
button.blueButton {
    height: 25px;
    padding: 0 8px;
    cursor: pointer;
}

input.whiteButton,
button.whiteButton {
    height: 25px;
    padding: 0 7px;
    cursor: pointer;
}

a:active.blueButton,
input:active.blueButton,
button:active.blueButton,
a:active.whiteButton,
input:active.whiteButton,
button:active.whiteButton {
    background-image: none;
}

a.whiteButtonSelected,
a:hover.whiteButtonSelected,
button.whiteButtonSelected,
button:hover.whiteButtonSelected {
    color: #fff !important;
    background-position: 0 -76px;
}

/*--------- Lottery --------*/

.lotteryButton {
    width: 48px;
    margin: 0 auto;
}

.lotteryBalls ul {
    position: relative;
    float: left;
    padding: 5px 0px 5px 8px;
}

.lotteryBalls span {
    position: relative;
    padding: 5px 0;
    width: 100%;
    float: left;
}

.lotteryBalls li {
    position: relative;
    float: left;
    list-style-type: none;
    background-image: url(../img/lottoball.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 43px;
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #333;
    font-size: 140%;
    line-height: 40px;
}

.lotteryBalls li.bonusBall {
    background-image: url(../img/lottobonusball.png);
}

.lotteryBalls strong {
    position: relative;
    float: left;
    text-align: center;
    font-weight: normal;
    font-size: 110%;
    width: 100%;
    color: #333;
    padding: 7px 0px 7px 0px;
    background: #ebebeb url(../img/bgTableHead.png) repeat-x 0 0;
    border-bottom: 1px solid #ccc;
}

.nobutton {
    position: relative;
    float: left;
    width: 50px;
    display: block;
    color: #999;
}

.oddsTable table .lotteryhead {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    font-weight: bold;
    color: #FFF;
    padding: 8px 8px 2px;
    background: #007dfb url(../img/bgLotteryHead.png) repeat-x 0 0;
}

.oddsTable table .lotteryhead a {
    color: #fff;
}

.oddsTable table .moveToTop {
    float: right;
    width: 20px;
    height: 20px;
    background: url("../img/up.png") no-repeat scroll 0 0 transparent;
}

.oddsTable table tr.trlottery td {
    background: #fff;
}

tr.datesTimes td {
    font-size: 110%;
    width: 72px;
    border-right: 1px dotted #ccc;
}

tr.datesTimes td:last-child {
    border-right: none;
}

tr.datesTimes last-child:td {
    font-size: 110%;
    width: 72px;
    border-left: 0px dotted #ccc;
}

tr.datesTimes td strong {
    font-weight: bold;
}

.oddsTable table tr.trNorm td.lottery {
    background: #ebebeb;
    padding: 0px 0px 0px 0px;
    background: none;
    font-weight: bold;
}

/* Event Buttons */

a.eventButton,
button.eventButton {
    position: relative;
    float: left;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -128px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*padding:5px 0px 0px 0px*/

    width: 100%;
    border: 1px solid #b7b7b7;
    height: 18px;
    color: #333 !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    margin: 0 auto;
    font: bold 1em Arial, Helvetica, sans-serif;
    overflow: visible;
}

button.eventButton {
    height: 25px;
    cursor: pointer;
    min-width: 30px;
}

button.eventButton:focus {
    outline: none;
}

.emptyEventButton {
    height: 15px;
    min-width: 35px;
}

button.eventButton.lowPrice {
    font-weight: normal;
}

a:hover.eventButton,
button:hover.eventButton {
    background-position: 0 -128px;
    color: #06c !important;
}

a:active.eventButton,
button:active.eventButton {
    background-image: none;
}

a.eventButtonSelected,
button.eventButtonSelected {
    color: #fff !important;
    background-position: 0 -76px;
}

.no-bottom-border {
    border-bottom: none !important;
}

/* Markets */

.marketSelections {
    width: 100%
}

.marketSelections th {
    border-left: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}

.marketSelections th:first-child {
    border-left: 0px solid #ddd;
    color: #000 !important;
    text-align: left;
    padding: 5px 0px 5px 8px;
    width: 40%;
}

.marketSelections td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    padding: 5px 8px 5px 6px !important;
    width: 15%;
}

.marketSelections td:first-child {
    border-left: 0px solid #eee;
    text-align: left;
    color: #000;
}

.oddsTableCombo {
    overflow: auto;
    max-height: 500px !important;
}

.marketSelectionsCombo {
    width: 100%;
    height: 100%;
}

.marketSelectionsCombo th {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
}

.marketSelectionsCombo th:first-child {
    border-left: 0px solid #ddd;
    text-align: center;
}

.marketSelectionsCombo th.marketDescription {
    color: #000 !important;
    min-width: 80px;
}

.marketSelectionsCombo th.selectionDescription {
    color: #666 !important;
    min-width: 70px;
    vertical-align: middle;
}

.marketSelectionsCombo .topBorder {
    border-top: 1px solid #ccc !important;
}

.marketSelectionsCombo .leftBorder {
    border-left: 1px solid #ccc !important;
}

.marketSelectionsCombo td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.marketSelectionsCombo td:first-child {
    border-left: 0px solid #eee;
    text-align: center;
    color: #000;
}

.comboSGMethodTypes {
    width: 100px;
    vertical-align: top !important;
}

.comboSGMarkets {
    width: 100px;
    vertical-align: top !important;
}

.comboSGSelections {
    width: 100px;
    vertical-align: top !important;
}

.supergoalMethodType {
    width: 90%;
    margin-bottom: 10px !important;
    line-height: 1 !important;
}

.supergoalMarket {
    width: 90%;
    margin-bottom: 10px !important;
    line-height: 1 !important;
}

.supergoalSelection {
    width: 90%;
    margin-bottom: 10px !important;
    line-height: 1 !important;
    display: none;
}

.marketMultipleCombo td.comboOddContent #supergoalComboOdd {
    font-weight: bold;
}

.marketVertical td:first-child {
    width: 80%
}

/* Market with 2 Selections */

td.Selections2 {
    width: 30%;
}

/* Market with 3 Selections */

td.Selections3 {
    width: 20%;
}

/* Market with 4 Selections */

td.Selections4 {
    width: 15%;
}

/* Vertical Market */

.marketVertical th:first-child {
    width: 80%;
}

.marketVertical th {
    border-left: 0px solid #CCC;
}

.marketVertical td {
    width: 20%;
}

/* Vertical Market with Ref number*/

.marketVerticalRef th {
    border-left: 0px solid #CCC;
}

.marketVerticalRef td:first-child {
    width: 6%;
    text-align: center;
}

.marketVerticalRef td {
    width: 20%;
}

.marketVertRefTitle {
    width: 72% !important;
    text-align: left !important;
}

/* Multiple Market */

.marketMultiple th:first-child {
    width: 20%;
}

.marketMultiple th {
    border-left: 0px solid #CCC;
}

.marketMultiple td {
    text-align: center !important;
    padding: 4px 2px !important;
    width: inherit;
}

.marketMultipleCombo td {
    text-align: center !important;
    padding: 4px 2px !important;
    width: inherit;
    max-width: 30px;
}

.marketMultipleCombo td.comboOddContent {
    width: 15%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    vertical-align: top;
}

.marketMultipleCombo td.comboOddContent #correctScoreComboOdd {
    font-weight: bold;
}

.marketMultipleCombo .addToBetslipButton {
    font-size: 0.88em !important;
    width: 90%;
    height: 40px;
    text-align: center;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -150px;
}

.marketMultipleCombo .addToBetslipButton:hover {
    font-size: 0.88em !important;
    height: 40px;
    text-align: center;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -150px;
}

.marketMultipleCombo .clearComboSelections {
    font-size: 0.88em !important;
    width: 90%;
    margin-top: 10px;
    height: 40px;
    text-align: center;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -150px;
}

.marketMultipleCombo .clearComboSelections:hover {
    font-size: 0.88em !important;
    height: 40px;
    text-align: center;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -150px;
}
.multiSelectionLabel {
    font-weight: normal;
    text-align: left;
    float: left;
    max-width: 55px;
}

.multiSelectionPrice {
    text-align: right;
    float: right;
    white-space: nowrap;
}

.multiSelection {
    font-weight: normal;
    padding-right: 10px;
    white-space: nowrap;
}

a.redButton {
    position: relative;
    float: left;
    background: #95001A url(../img/spriteButtons.png) repeat-x 0 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 8px 0px 8px;
    height: 38px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    border: 0;
    font: bold 1.11em Arial, Helvetica, sans-serif;
    overflow: visible;
    margin: 0;
    line-height: 38px;
    text-align: center;
}

a:hover.redButton {
    background-position: 0 -38px;
}

a:active.redButton {
    background-image: none;
}

/* page header */

.pageHeader {
    position: relative;
    float: left;
    width: 100%;
    min-width: 1280px;
    height: 113px;
    border-bottom: 1px solid #333;
    background: #c40029 url(../img/bgPageHeader.png) repeat-x 0 0;
}

.pageHeader a.logo {
    position: relative;
    float: left;
    text-indent: -1000px;
    overflow: hidden;
    background: url(../img/spriteLogo.png) no-repeat 0 0;
    width: 216px;
    height: 35px;
    margin: 24px 0 0 0;
    opacity: 0.95;
}

.pageHeader a:hover.logo {
    opacity: 1;
}

.pageHeader .topNavigation {
    position: relative;
    float: right;
}

.pageHeader .topNavigation ul {
    position: relative;
    float: left;
    background: url(../img/bgTopNavigation.png) repeat-x 0 0;
    height: 36px;
    padding: 0 8px;
}

.pageHeader .topNavigation ul li {
    position: relative;
    float: left;
    display: inline;
    padding: 8px 8px 0 8px;
}

.pageHeader .topNavigation ul li a {
    position: relative;
    float: left;
    color: #fff;
}

.pageHeader .topNavigation ul li.selected a {
    font-weight: bold;
}

.pageHeader .searchArea {
    position: relative;
    float: right;
    /* clear:right; */
    margin: 8px 0 0 0;
}

.pageHeader .searchArea form {
    position: relative;
    float: left;
    clear: none;
}

.pageHeader .searchArea form label {
    position: relative;
    float: left;
    color: #fff;
    line-height: 25px;
    padding: 0 10px 0 0;
}

.pageHeader .searchArea select {
    position: relative;
    float: left;
    border: 1px solid #900;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    margin: 0 8px 0 0;
}

.pageHeader .searchArea input[type="text"] {
    position: relative;
    float: left;
    border: 1px solid #900;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    margin: 0 8px 0 0;
    width: 136px;
}

.pageHeader .searchArea select {
    padding: 4px;
}

.pageHeader .extralogoArea {
    position: relative;
    float: right;
    clear: right;
    margin: 0;
}

.pageHeader .site_slogan {
    color: #fff;
    font-size: .9em;
    left: 36px;
    position: absolute;
    top: 60px;
}

/* main navigation tabs */

.pageHeader .mainNavigation {
    position: absolute;
    left: 0px;
    top: 83px;
    z-index: 100;
}

.pageHeader .mainNavigation ul {
    position: relative;
    float: left;
}

.pageHeader .mainNavigation ul li {
    position: relative;
    float: left;
    display: inline;
}

.pageHeader .mainNavigation ul li a {
    position: relative;
    float: left;
    color: #ccc;
    text-align: center;
    padding: 8px 8px 0 21px;
    height: 23px;
    font-size: 1.11em;
    background: url(../img/spriteMainNavigation.png) no-repeat -291px -86px;
    margin-right: 13px;
    text-align: center;
}

.pageHeader .mainNavigation ul li a:hover {
    color: #fff;
    -webkit-transition: color .4s linear;
    -moz-transition: color .4s linear;
    -o-transition: color .4s linear;
    -ms-transition: color .4s linear;
    transition: color .4s linear;
    text-decoration: none;
}

.pageHeader .mainNavigation ul li a span.closeTab {
    background: url(../img/spriteMainNavigation.png) no-repeat -278px -86px;
    display: inline-block;
    height: 31px;
    position: absolute;
    right: -13px;
    top: 0;
    width: 13px;
    z-index: 100;
}

.pageHeader .mainNavigation ul li.firstChild a {
    background-position: 0px -86px;
    padding: 8px 8px 0 29px;
}

.pageHeader .mainNavigation ul li.lastChild a span.closeTab {
    background-position: -554px -43px;
    right: -26px;
    width: 26px;
}

.pageHeader .mainNavigation ul li.tabSelected a {
    background-position: -291px 0px;
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.pageHeader .mainNavigation ul li.tabSelected a span.closeTab {
    background-position: -279px -43px;
}

.pageHeader .mainNavigation ul li.tabBeforeSelected a span.closeTab {
    background-position: -278px 0px;
}

.pageHeader .mainNavigation ul li.tabAfterSelected a {
    background-position: -292px -43px;
}

.pageHeader .mainNavigation ul li.tabFirstSelected a {
    background-position: 0 -43px;
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.pageHeader .mainNavigation ul li.tabFirstSelected a span.closeTab {
    background-position: -279px -43px;
}

.pageHeader .mainNavigation ul li.tabLastSelected a {
    background-position: -291px 0px;
    color: #333333;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.pageHeader .mainNavigation ul li.tabLastSelected a span.closeTab {
    background-position: -554px 0px;
}

.subWhiteSection {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
    height: 1px;
}

/* sub navigation */

.subNavigation {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background: #fff;
    background-color: #fff;
    height: 40px;
    z-index: 110;
}

.subNavigation .breadcrumb {
    position: relative;
    float: left;
    margin-left: 5px;
}

.subNavigation .breadcrumb li {
    position: relative;
    float: left;
    display: inline;
    margin: 12px 4px 0 0;
}

.subNavigation .breadcrumb li:not(:last-child) {
    border-right: 1px solid #333;
    padding-right: 4px;
}

.subNavigation .breadcrumb li a {
    position: relative;
    float: left;
    color: #333;
}

.subNavigation .breadcrumb li strong {
    font-weight: bold;
}

.subNavigation .breadcrumb li.noBorder {
    border: none;
}

.subNavigation .breadcrumb li.goBack {
    padding: 8px 4px 0 0;
    margin: 0;
    display: none;
}

.subNavigation .breadcrumb li .goBackButton {
    background-color: #f1f1f1;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    padding: 5px;
    text-align: center;
    font-size: 20px;
}

.subNavigation .breadcrumb li .goBackButton:hover {
    background-color: #ddd;
    color: black;
}

.subNavigation .socialLinks {
    position: relative;
    float: right;
    margin-right: 5px;
}

.subNavigation .socialLinks li {
    position: relative;
    float: left;
    display: inline;
    margin: 8px 0 0 8px;
}

.subNavigation .socialLinks li a {
    position: relative;
    float: left;
    background: url(../img/spriteIcons.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 22px;
}

.subNavigation .socialLinks li a.iconFacebook {
    background-position: 0 -30px
}

.subNavigation .socialLinks li a.iconTwitter {
    background-position: 0 -60px
}

.subNavigation .socialLinks li a:hover.iconStar {
    background-position: 0 -90px
}

.subNavigation .socialLinks li a:hover.iconFacebook {
    background-position: 0 -120px
}

.subNavigation .socialLinks li a:hover.iconTwitter {
    background-position: 0 -150px
}

/* promotion */

.promotionArea {
    font-family: "Helvetica Neue" !important;
    font-style: oblique;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background-color: #000;
    box-shadow: 0px 0px 12px #333;
    -webkit-box-shadow: 0px 0px 12px #333;
    -moz-box-shadow: 0px 0px 12px #333;
    z-index: 100;
}

.promotionArea .promotionImg {
    position: relative;
    float: left;
    width: 100%;
    height: 220px;
    clear: both;
    background-size: cover !important;
}

.promotionArea .promotionEventName {
    padding: 10px;
    font-weight: bold;
    font-size: 28px;
    white-space: nowrap;
    text-align: center;
}

/* .promotionArea .promotionEventName.promotionEventHome {
    text-align: left;
}

.promotionArea .promotionEventName.promotionEventAway {
    text-align: right;
} */

/* Promo Buttons (Vertical Display) */

.promotionArea .bannerCaption {
    vertical-align: middle;
    position: absolute;
    right: 120px;
    top: -10px;
    width: 40%;
    height: 220px;

}

.promotionArea .promotionOdds {
    position: relative;
    top: 135px;
    left: 120px;
}

.promotionArea .promotionOdds span {
    font-size: 23px;
    font-weight: bold;
    margin-left: 22px;
}

.promotionArea .promotionOdds span:not(:last-child) {
    margin-right: 60px;
}

.promotionArea .promotionOdds.odds12 {
    margin-left: 116px;
}

.promotionArea .promotionOdds.odds12 span {
    margin-left: 30px;
}

.promotionArea .promotionOdds.odds12 span:not(:last-child) {
    margin-right: 68px;
}

/* .promotionArea .promotionButtons li a {
    position: relative;
    float: left;
    background: #95001A url(../img/spriteButtons.png) repeat-x 0 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 8px 0px 8px;
    height: 38px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 1px #333;
    -webkit-box-shadow: 1px 1px 1px #333;
    -moz-box-shadow: 1px 1px 1px #333;
    border: 0;
    font: bold 1.6em Arial, Helvetica, sans-serif;
    overflow: visible;
    width: 84px;
    margin: 7px 8px 0 0;
    line-height: 38px;
}

.promotionArea .promotionButtons li:last-child a {
    margin: 7px 0px 0 0;
}

.promotionArea .promotionButtons li a:hover {
    background-position: 0 -38px;
}

.promotionArea .promotionButtons li a:active {
    background-image: none;
}

.promotionArea .promotionButtons li a span.buttonOdds {
    position: absolute;
    right: 8px;
    top: 0px;
    cursor: pointer;
} */

/* Promo Buttons (Horizontal Display) */

/* .promotionArea .promotionButtons li.vertical {
    position: relative;
    float: left;
    display: block;
    clear: both;
}

.promotionArea .promotionButtons li.vertical a {
    position: relative;
    float: left;
    background: #95001A url(../img/spriteButtons.png) repeat-x 0 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 8px 0px 8px;
    height: 38px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 1px #333;
    -webkit-box-shadow: 1px 1px 1px #333;
    -moz-box-shadow: 1px 1px 1px #333;
    border: 0;
    font: bold 1.11em Arial, Helvetica, sans-serif;
    overflow: visible;
    width: 304px;
    margin: 8px 0 0 0;
    line-height: 38px;
}

.promotionArea .promotionButtons li.vertical a:hover {
    background-position: 0 -38px;
}

.promotionArea .promotionButtons li.vertical a:active {
    background-image: none;
}

.promotionArea .promotionButtons li.vertical a span.buttonOdds {
    position: absolute;
    right: 8px;
    top: 0px;
    cursor: pointer;
} */

/* .promotionArea .promotionSwitch,
.promotionArea .nivo-controlNav {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.promotionArea .promotionSwitch li {
    position: relative;
    float: left;
    display: inline;
}

.promotionArea .promotionSwitch li a,
.promotionArea .nivo-controlNav a {
    position: relative;
    float: left;
    overflow: hidden;
    text-indent: -1000px;
    background: url(../img/spriteIcons.png) no-repeat 0 -230px;
    width: 22px;
    height: 22px;
}

.promotionArea .promotionSwitch li a:hover {
    background-position: 0 -250px;
}

.promotionArea .promotionSwitch li a.activePromotion,
.promotionArea .nivo-controlNav a.active {
    background-position: 0 -270px;
}

.nivo-slider,
.sivo-slice {
    background-size: cover !important;
}

/* content */

.mainContentArea {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    background: #697B85 url(../img/bgContent.jpg) repeat-x 0 0;
    z-index: 0;
}

.mainContentArea .mainContent {
    position: relative;
    float: left;
    background-color: #fff;
    min-height: 500px;
    width: 100%;
    z-index: 0;
}

.mainContentArea .mainContent .leftColumn {
    position: relative;
    float: left;
    width: 180px;
    margin: 0 0 0 5px;
}

.mainContentArea .mainContent .centreColumn {
    position: relative;
    float: left;
    width: 870px;
    margin: 0 5px;
}

.mainContentArea .mainContent .centreColumnAll {
    position: relative;
    float: left;
    width: 100%;
}

.mainContentArea .mainContent .rightColumn {
    position: relative;
    float: left;
    width: 210px;
    margin: 0 5px 0 0;
}

/* left column */

.leftColumn .lotteryContainer {
    top: 0;
    position: absolute;
}

.leftColumn .sideNavigation {
    position: relative;
    float: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    width: 172px;
    background: #fff;
}

.leftColumn .sideNavigation .sideNavigationHeading {
    position: relative;
    float: left;
    padding: 8px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #eee;
}

.leftColumn .sideNavigation #searchBetsForm {
    position: relative;
    float: left;
    background: #000;
    width: 156px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    padding: 8px;
}

.leftColumn .sideNavigation input[type="text"] {
    position: relative;
    float: left;
    border: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    width: 99px;
    margin: 0 8px 0 0;
}

.leftColumn .sideNavigation .whiteButton {
    box-shadow: 1px 1px 1px #333;
    -webkit-box-shadow: 1px 1px 1px #333;
    -moz-box-shadow: 1px 1px 1px #333;
}

.leftColumn .sideNavigation ul {
    position: relative;
    float: left;
    width: 172px;
}

.leftColumn .sideNavigation ul li {
    position: relative;
    float: left;
    background: url(../img/bgSideNavigation.png) repeat-x 0 0 #f4f4f4;
    margin: 1px 0 0 0;
    border-top: 1px solid #ddd;
}

.leftColumn .sideNavigation ul li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.leftColumn .sideNavigation ul li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.leftColumn .sideNavigation ul li a {
    position: relative;
    float: left;
    width: 156px;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    line-height: 15px;
    padding: 0 8px;
    cursor: pointer;
    min-height: 15px;
    overflow: hidden;
    padding: 8px 8px 6px 8px;
    text-overflow: ellipsis;
}

.leftColumn .sideNavigation ul li a:hover {
    color: #06c;
    text-decoration: none;
}

.leftColumn .sideNavigation ul li.selected a {
    background: #06c none;
    color: #fff;
    text-shadow: 1px 1px 1px #003366;
}

.leftColumn .sideNavigation ul li span {
    position: relative;
    float: left;
    width: 156px;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    line-height: 15px;
    min-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 8px 4px;
    cursor: pointer;
}

.leftColumn .sideNavigation ul li span:hover {
    color: #06c;
    text-decoration: none;
}

.leftColumn .sideNavigation ul li.selected span {
    background: none repeat scroll 0 0 #0066CC;
    color: #FFF;
    text-shadow: 1px 1px 1px #003366;
}

.leftColumn .sideNavigation ul li.selected span.noCompetitions {
    color: #999;
    text-shadow: none;
    background: #f2f2f2 none;
}

.leftColumn .sideNavigation ul li.selected ul {}

.leftColumn .sideNavigation ul li.selected ul li {
    background: none;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    border-top: 0px solid #ddd;
}

.leftColumn .sideNavigation ul li.selected ul li a {
    background: #f2f2f2 none;
    color: #06c;
    text-shadow: 1px 1px 1px #fff;
    padding: 8px 8px 8px 16px;
    width: 148px;
    line-height: 14px;
}

.leftColumn .sideNavigation ul li.selected ul.competitions_accordion li a {
    padding-left: 20px;
}

.leftColumn .sideNavigation ul li.selected ul li a:hover {
    text-decoration: underline;
}

.leftColumn .sideNavigation ul li.selected ul li.selected {
    border-bottom: 1px solid #ccc;
}

.leftColumn .sideNavigation ul li.selected ul li.selected a {
    background: #007DFB none;
    color: #fff;
    text-shadow: 1px 1px 1px #003366;
}

.leftColumn .sideNavigation ul li.selected ul li.selected a:hover {
    text-decoration: none;
}

/* Third Level Navigation*/

.leftColumn .sideNavigation ul li.selected ul li.selected ul li {
    background: none;
    margin: 0;
    border-bottom: 1px dotted #ccc;
    border-top: 0px solid #ddd;
}

.leftColumn .sideNavigation ul li.selected ul li.selected ul li:last-child {
    background: none;
    margin: 0;
    border-bottom: 0px solid #ccc;
    border-top: 0px solid #ddd;
}

.leftColumn .sideNavigation ul li.selected ul li.selected ul li a {
    background: #eaeaea none;
    color: #333;
    text-shadow: 1px 1px 1px #fff;
    padding: 8px 8px 8px 24px;
    width: 140px;
    line-height: 14px;
}

.leftColumn .sideNavigation ul li.selected ul li.selected ul li a:hover {
    text-decoration: underline;
}

.leftColumn .sideNavigation ul li.selected ul li.selected ul li.selected a {
    background: #53A2FB none;
    color: #fff;
    text-shadow: 1px 1px 1px #003366;
}

.leftColumn .sideNavigation ul li.selected ul li.selected ul li.selected a:hover {
    text-decoration: none;
}

/* centre column */

.centreColumn .mainHeading,
.centreColumnAll .mainHeading {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 0 8px;
}

.centreColumn .mainHeading h1,
.centreColumnAll .mainHeading h1 {
    position: relative;
    float: left;
    margin-left: 5px;
}

.centreColumn .mainHeading a.blueButton,
.centreColumnAll .mainHeading a.blueButton {
    float: right;
    margin-right: 5px;
}

.centreColumn .mainHeading a.blueButton span.iconPrint,
.centreColumnAll .mainHeading a.blueButton span.iconPrint {
    background: url(../img/spriteIcons.png) no-repeat 0 -181px;
    padding: 1px 0 0 26px;
    height: 22px;
    display: inline-block;
}

/* odds table */

.oddsTable,
.marketSelection {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 16px;
    clear: both;
}

.oddsTable table {
    width: 100%;
}

.oddsTable table caption {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    background: #ebebeb url(../img/bgTableHead.png) repeat-x 0 0;
}

.oddsTable table th.captionCenter {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    text-align: center;
    font-weight: bold;
    color: #333 !important;
    font-size: 1em !important;
    padding: 8px 8px 8px 8px;
    background: #ebebeb url(../img/bgTableHead.png) repeat-x 0 0;
    min-width: 35px;
}

.oddsTable table th {
    background: #ebebeb;
    font-weight: bold;
    /* border-bottom: 1px solid #ccc; */
    font-size: .88em;
    color: #666;
}

.oddsTable table th.topBottomBorder {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.oddsTable table th.caption {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
    color: #333 !important;
    font-size: 1em !important;
    padding: 8px 8px 8px 8px;
    background: #ebebeb url(../img/bgTableHead.png) repeat-x 0 0;
}


.oddsTable table th.extraPadding {
    /* width: 1.1%; */
    padding: 4px 8px;
}

.oddsTable table th.padding {
    padding: 0 4px 2px;
    line-height: 14px;
}

.oddsTable table th.leftBorder {
    border-left: 1px solid #ddd;
}

.rightBorder {
    border-right: 12px solid transparent;
}

.oddsTable table .alignLeft {
    text-align: left !important;
}

.oddsTable table .marketType {
    text-align: left !important;
    padding: 0px 0px 0px 8px;
}

.oddsTable table .fullWidth {
    width: 99%;
}

.oddsTable table .eventName {
    width: 40%;
}

.oddsTable table .eventNameFullWidth {
    width: 100%;
}

.oddsTable table .marketHeader {
    width: 6%;
}

.oddsTable table td {
    text-align: center;
    padding: 4px 2px;
    vertical-align: middle;
    font-size: .88em;
    min-width: 30px;
}

.oddsTable table td table td {
    font-size: 1em;
}

.oddsTable table tr.trEven {
    background: #eee;
}

.oddsTable table tr.trEven td {
    border-top: 1px dotted #ccc;
}

.oddsTable table td.extraPadding {
    padding: 4px 9px;
}

.oddsTable table tr.trNorm td {
    background: #ebebeb;
    padding: 8px 5px 8px 5px;
    background: #ebebeb url(../img/bgTableHead.png) repeat-x 0 0;
    font-weight: bold;
}

.oddsTable button.whiteButtonSelected,
.marketSelection button:active.whiteButton {
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -197px;
    color: #FFF !important;
}

.w28 {
    width: 28%;
    text-align: left !important;
}

.w8 {
    width: 8%;
    text-align: center !important;
}

.oddsTopTitle {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    background: #ebebeb url(../img/bgTableHead.png) repeat-x 0 0;
    width: 100%;
}

.buttonFull {
    font-size: 0.88em;
    width: 100%;
    text-align: center;
}

span.iconStatsDisabled {
    display: inline-block;
    background: url(../img/spriteIcons.png) no-repeat 0 -289px;
    width: 22px;
    height: 22px;
}

a.iconStats {
    display: inline-block;
    background: url(../img/spriteIcons.png) no-repeat 0 -319px;
    width: 22px;
    height: 22px;
}

a:hover.iconStats {
    text-decoration: none;
}

a.iconPlus {
    font-size: 1.22em;
}

p.moreMarkets {
    border-top: 1px solid #e5e5e5;
    padding: 6px;
}

/* market selection */

.marketSelection {
    margin: 0 0 24px 0;
}

.marketSelection h4 {
    position: relative;
    float: left;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #eee;
    width: 99%;
    padding: 5px;
}

.marketSelection ul {
    position: relative;
    float: left;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #eee;
    width: 98%;
    padding: 0 6px 8px 12px;
}

.marketSelection ul li {
    position: relative;
    float: left;
    padding: 4px 4px 0 0;
    height: 40px;
}

.marketSelection ul li a {
    font-size: 0.88em;
    width: 110px;
    text-align: center;
}

.marketSelection button,
.marketSelection button:hover {
    font-size: 0.88em !important;
    width: 138px;
    height: 40px;
    text-align: center;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -150px;
}

.marketSelection button.whiteButtonSelected,
.marketSelection button:active.whiteButton {
    font-size: 0.88em;
    width: 138px;
    height: 40px;
    text-align: center;
    background: #eee url(../img/spriteButtons.png) repeat-x 0 -189px;
    outline: none;
}

/* right column */

.rightColumn .sidePromotion {
    position: relative;
    float: left;
    margin-bottom: 24px;
}

.rightColumn .sidePromotion a:hover {
    opacity: 0.95;
}

/* page footer */

.pageFooter {
    float: left;
    width: 100%;
    min-width: 1280px;
    z-index: 100;
    background: #394556 url(../img/bgPageFooter.jpg) repeat-x 0 0;
    color: #D4DADE;
}

.pageFooter a.logo {
    position: relative;
    float: left;
    text-indent: -1000px;
    overflow: hidden;
    background: url(../img/spriteLogo.png) no-repeat 0 -45px;
    width: 170px;
    height: 28px;
    margin: 15px 0 0 30px;
    opacity: 0.95;
}

.pageFooter a:hover.logo {
    opacity: 1;
}

.pageFooter .logoGroup {
    text-align: center;
    margin: 15px 0 0 0;
}

.pageFooter ul.footerContent {
    width: 100%;
    display: flex;
    flex-direction: row;
    place-content: stretch space-evenly;
    align-items: stretch;
}

.pageFooter ul.footerContent li {
    width: 260px;
    padding: 15px 0;
}

.pageFooter ul.footerContent li .footerElement {
    text-align: justify;
}

.pageFooter ul.footerContent li .footerElement a {
    color: #fff;
}

.pageFooter ul.footerContent li strong {
    position: relative;
    float: left;
    color: #fff;
    padding: 0 0 16px 0;
    width: 100%;
}

.pageFooter ul.footerContent li ul {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.pageFooter ul.footerContent li ul li {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 0px;
    height: auto;
    background: none;
}

.pageFooter ul.footerContent li ul li a {
    position: relative;
    float: left;
    color: #D4DADE
}

.pageFooter ul.footerContent li ul li a:hover {
    color: #fff;
}

.pageFooter .logosAccreditation {
    position: relative;
    float: left;
}

.pageFooter .logosAccreditation li {
    position: relative;
    float: left;
    display: inline;
    padding: 0 8px 0 0 !important;
    width: 30px !important;
    clear: none !important;
}

.pageFooter .logosAccreditation li a {
    position: relative;
    float: left;
    width: 30px;
    height: 20px;
    background: #eee;
}

/* css lifted drop shadow */

.drop-shadow {}

.drop-shadow:before,
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

/* home promotion */

.homePromotionFull {
    margin-left: 25px;
    width: 100%;

}

.subPromotionFull {
    margin-left: 25px;
    width: 100%;
}

.mainPromotion {
    float: left;
    width: 24%;
    padding: 15px 5px 20px 5px;
}

.mainPromotion h1 {
    padding: 0 0 16px 0;
    display: none;
}

.mainPromotion h2 {
    font-weight: normal;
    padding: 0 0 24px 0;
}

.mainPromotion a.mainPageButton {
    float: left;
    background: #95001A url(../img/TEXTURED_BUTTON.png) repeat-x 0 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 1px 1px 1px #ccc;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    -moz-box-shadow: 1px 1px 1px #ccc;
    font: bold 1.11em Arial, Helvetica, sans-serif;
    line-height: 38px;
    text-align: center;
    /* width: 258px;
    margin-left: 8px; */
    width: 269px;
    /* margin-left: 8px; */
}

.mainPromotion a:hover.mainPageButton {
    background-position: 0 -38px;
}

.mainPromotion a:active.mainPageButton {
    background-image: none;
}

a.homePromotionalImage {
    float: left;
    left: -5px;
    z-index: 100;
}

a:hover.homePromotionalImage {
    opacity: 0.9;
}

.subPromotionFull .subPromotion {
    /* min-height: ; */
    float: left;
    width: 24%;
    padding: 15px 5px 20px 5px;
}

.subPromotionFull .subPromotion .subTextArea {
    width: 269px;
    text-align: justify;
}

.subPromotionFull .subPromotion h2,
.subPromotionFull .subPromotion h3 {
    padding: 0 0 16px 0;
}

.subPromotionFull .subPromotion a {
    font-weight: 900;
}

.homePromotionFull a.homeSubPromotionalImage {
    margin: 24px 0;
    clear: both;
    position: relative;
    float: left;
    height: 72px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.homePromotionFull a:hover.homeSubPromotionalImage {
    opacity: 0.9;
}

/* Lifted corners */

.lifted {
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lifted:before,
.lifted:after {
    bottom: 15px;
    left: 8px;
    width: 70%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.lifted:after {
    right: 8px;
    left: auto;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.centreColumn .lifted:before,
.centreColumn .lifted:after {
    bottom: 12px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.centreColumn .lifted:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

/* no promotion divider */

.noPromotion {
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
    background: #eee;
    z-index: 105;
    box-shadow: 0px 0px 12px #333;
    -webkit-box-shadow: 0px 0px 12px #333;
    -moz-box-shadow: 0px 0px 12px #333;
}

/* article page */

.articlePage .mainHeading {
    position: relative;
    float: left;
    border-bottom: 1px solid #ddd;
    margin: 0 0 24px;
}

.articlePage p,
.articlePage h2,
.articlePage h3,
.articlePage ul,
.articlePage ol,
.articlePage ol,
.articlePage .tripleImageContainer {
    padding: 0 0 16px;
    clear: both;
}

.articlePage strong,
.articlePage b {
    font-weight: bold !important;
}

.articlePage em,
.articlePage i {
    font-style: italic !important;
}

.articleFullImage {
    position: relative;
    float: left;
    width: 518px;
    height: 150px;
    margin: 0 0 16px;
    background-color: #eee;
}

.articleTripleImage {
    position: relative;
    float: left;
    width: 162px;
    height: 162px;
    margin: 0 16px 32px 0;
    background-color: #eee;
}

.lastImage {
    margin-right: 0px;
}

.articleTripleImage .imgCaption {
    position: absolute;
    top: 166px;
    left: 0px;
    font-size: .88em;
}

.articleCaption {
    position: relative;
    float: right;
    background-color: #eee;
    width: 200px;
    padding: 16px;
    margin: 0 16px 16px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.articleCaption p,
.articleCaption h3,
.articleCaption ul {
    padding: 0 0 8px 0;
}

.articlePage ul {
    margin: 0 0 0 16px;
    list-style-type: disc;
}

.articlePage ol {
    margin: 0 0 0 16px;
    list-style-type: decimal;
}

.articlePage table {
    position: relative;
    float: left;
    width: 514px;
    border-bottom: 1px solid #ddd;
    padding: 1px;
    margin: 0 0 16px;
    clear: both;
}

.articlePage table thead {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.articlePage table th {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #666;
    padding: 8px;
    text-align: left;
    font-weight: bold;
    background: #ebebeb;
}

.articlePage table th:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

.articlePage table th:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.articlePage table td {
    text-align: center;
    padding: 4px 2px;
    vertical-align: middle;
    text-align: left;
    padding: 8px;
}

.articlePage table tr.trEven td {
    background: #eee;
    border-top: 1px dotted #ccc;
}

/* full page article template */

.fullArticlePage {
    margin: 0 !important;
    width: 100% !important;
}

/* .fullArticlePage .mainHeading {
    width: 928px;
} */

.fullArticlePage table {
    width: 100%;
}

/* no left colomn article page */

.noLeftColumnArticlePage {
    width: 1050px !important;
}

.noLeftColumnArticlePage .mainHeading {
    width: 100%;
}

.noLeftColumnArticlePage table {
    width: 100%;
}

/* no right colomn article page */

.noRightColumnArticlePage {
    margin: 0 !important;
    width: 870px !important;
}

.noRightColumnArticlePage .mainHeading {
    width: 870px;
}

.noRightColumnArticlePage table {
    width: 870px;
}

/* contact form */

.contactForm {
    width: 870px;
}

.locatorForm {
    width: 1280px;
}

.contactForm .requiredMessage {
    position: absolute;
    right: 16px;
    top: 50px;
    z-index: 100;
}

.locatorForm .requiredMessage {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 100;
}

.contactForm fieldset {
    position: relative;
    float: left;
    width: 100%;
    margin: 16px 0 24px;
}

.contactForm fieldset legend,
.locatorForm fieldset legend {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 1.11em;
    padding: 0 0 16px;
}

.contactForm fieldset .formRow {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 16px;
}

.contactForm fieldset .formRow label {
    position: relative;
    float: left;
    width: 30%;
    text-align: right;
    padding: 10px 0 0 0;
    margin: 0 3% 0 0;
}

.contactForm fieldset .formRow input,
.contactForm fieldset .formRow select,
.contactForm fieldset .formRow textarea {
    position: relative;
    float: left;
    width: 65%;
    text-align: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.contactForm fieldset .formRow input:focus,
.contactForm fieldset .formRow select:focus,
.contactForm fieldset .formRow textarea:focus,
.locatorForm fieldset .formRow input:focus,
.locatorForm fieldset .formRow select:focus,
.locatorForm fieldset .formRow textarea:focus {
    border: 1px solid #06c;
    box-shadow: 0 0 5px #7caccc;
}

.contactForm fieldset .error input,
.contactForm fieldset .error select,
.contactForm fieldset .error textarea,
.locatorForm fieldset .error input,
.locatorForm fieldset .error select,
.locatorForm fieldset .error textarea {
    border: 1px solid #f00;
}

.contactForm fieldset .errorMessage,
.locatorForm fieldset .errorMessage {
    display: none;
}

.contactForm fieldset .error .errorMessage,
.locatorForm fieldset .error .errorMessage,
.contactForm .formSentError {
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 8px 0;
    margin: 16px 0 0 0;
    text-align: center;
    color: #f00;
    background: #fcc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contactForm .formSuccess,
.locatorForm .formSuccess {
    position: relative;
    float: left;
    clear: both;
    width: 536px;
    padding: 8px 0;
    margin: 0 0 16px 0;
    text-align: center;
    color: #fff;
    background: #9c0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contactForm .whiteButton {
    float: right;
    min-width: 120px;
    right: 16px;
    margin-bottom: 16px;
}

.contactForm #recaptcha_area,
#recaptcha_table {
    float: right;
    right: -2px;
}

.contactForm input#formSend.alignRight {
    float: right;
    width: 85px;
}

/* Store Locator Form */

.locatorForm fieldset {
    position: relative;
    margin: 0 8px;
    padding: 0px 8px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.locatorForm fieldset legend {
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 1.11em;
    padding: 8px 0px 8px 0px;
}

.locatorForm fieldset .formRow {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 8px 0px;
    border-top: 1px dotted #e5e5e5;
}

.locatorForm fieldset .formRow label {
    position: relative;
    float: left;
    width: 250px;
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0px;
}

.locatorForm fieldset .formRow input,
.locatorForm fieldset .formRow select,
.locatorForm fieldset .formRow textarea {
    position: relative;
    float: left;
    width: 200px;
    text-align: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 4px;
    margin: 0 15px 0 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.locatorForm fieldset .formRow input.blueButton {
    float: right;
    min-width: 120px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    border: 0px;
}

.locationMap {
    position: relative;
    float: left;
    width: 770px;
    height: 770px;
    margin: 20px 0px 0px 8px;
    border: 1px solid #ccc;
    background-color: #e5e5e5;
}

.locationResults {
    position: relative;
    float: right;
    width: 470px;
    margin: 20px 8px 0px 0px;
}

.locationResults H2 {
    padding: 0px 0px 8px 0px;
}

.storeResult {}

.storeResult ul {
    position: relative;
    float: left;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.storeResult ul .selected {
    position: relative;
    float: left;
    padding: 8px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.storeResult li {
    position: relative;
    float: left;
    border-bottom: 1px dotted #e5e5e5;
    list-style-type: none;
    padding: 4px 0px 4px 0px;
    width: 100%;
}

.storeResult li:first-child {
    padding: 4px 0px 8px 0px;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    color: #06C;
}

.storeResult li:last-child {
    border-bottom: 0px dotted #e5e5e5;
    padding: 4px 0px 0px 0px;
    font-size: 1.0em;
    font-weight: bold;
}

#disambiguate {}

#disambiguate .addressResult {
    padding: 6px 0;
    position: relative;
    float: left;
    clear: both;
    border-top: 1px dotted #CCCCCC;
    width: 100%;
}

#disambiguate .addressResult input[type=radio] {
    position: relative;
    float: left;
    width: 14px;
    vertical-align: middle;
    height: 14px;
    border: none;
    margin: 2px 0 0 0;
    padding: 0;
}

#disambiguate .addressResult label {
    position: relative;
    float: left;
    width: auto;
    width: 420px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 8px;
}

#selectAddressResult {
    position: relative;
    float: left;
    clear: both;
    margin: 16px 0 16px 0;
    white-space: nowrap;
}

.markets {
    width: 100%;
    float: left;
}

.market {
    width: 100%;
    float: left;
    min-height: 35px;
    margin-bottom: 10px;
}

.market_description {
    width: 26%;
    float: left;
}

.selections_description {
    width: auto;
    max-width: 540px;
    float: right;
}

.selection_description {
    width: 48px;
    float: left;
    text-align: center;
}

.selections_description_empty {
    width: 48px;
    float: left;
    text-align: center;
}

.selections_price {
    width: auto;
    max-width: 540px;
    float: right;
    clear: both;
}

.selection_price {
    width: 48px;
    float: left;
    text-align: center;
}

.selections_descriptionprice {
    width: auto;
    max-width: 540px;
    float: right;
    clear: both;
}

.selection_descriptionprice {
    width: 108px;
    float: left;
    text-align: center;
}

.buttons_market {
    width: 100%;
    float: left;
    min-height: 100px;
}

.button_market_container {
    float: left;
    padding: 3.3px;
}

.button_market {
    width: 103px;
    height: 45px;
    font-size: 10px;
}

.leftColumn .sideNavigation ul.ui-sortable li a {
    cursor: move;
}

.ui-menu .ui-menu-item a.ui-state-hover {
    padding: 2px 0.3em;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    background: #FFF0A5 !important;
    width: 100%;
}

.socialActions {
    margin-top: 10px;
    margin-bottom: 20px;
}

#sql_dump {
    clear: both;
}

.millionaireBanner {
    position: relative;
    float: left;
    background: url(../img/millionaire.png) no-repeat 0 0;
    width: 180px;
    height: 40px;
    margin-top: 16px;
}

/* disclaimer */

.disclaimer {
    background: #F4F4F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #999;
    float: left;
    font-size: .88em;
    margin: 10px 0 0;
    padding: 10px;
    position: relative;
    width: 98%;
}

.disclaimer p:last-child {
    padding: 0 !important;
}

/* SUPERGOAL */

.playerSelect .searchArea form {
    position: relative;
    float: left;
    clear: none;
}

.playerSelect .playerSelector {
    padding: 0px 0px 0px 0px;
    line-height: 34px;
    width: 320px;
    position: relative;
    float: left;
}

.playerSelect label {
    padding: 0px 10px 0px 0px;
    line-height: 34px;
}

.playerSelect .radioButtons {
    padding: 0px 0px 0px 0px;
    line-height: 34px;
    width: 205px;
    position: relative;
    float: left;
    display: block;
}

.playerSelect .radioButt {
    padding: 0px 10px 0px 0px;
    line-height: 34px;
    width: 20px;
}

.playerSelect select,
.playerSelect input {
    /*position:relative;
	float:left;*/
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font: 1em/1.3em Arial, Helvetica, sans-serif;
    margin: 0 8px 0 0;
    width: 250px;
}

/*-----------First Goal / Last Goal / Striker / Super Striker /-----------*/

.marketSupergoal2 th {
    border-left: 0px solid #CCC;
    width: 12%;
    color: #666;
}

.marketSupergoal2 th:first-child {
    width: 5%;
    color: #666;
}

.marketSupergoal2 th:last-child {
    width: 12%;
}

.marketSupergoal2 td {
    width: 12%;
    text-align: center;
}

.marketSupergoal2 td.expand {
    width: 47%;
    text-align: left;
    font-weight: bold;
}

.marketSupergoal2 td:first-child {
    width: 5%;
    text-align: center;
}

.marketSupergoal2 td:last-child {
    width: 12%;
}

.unbold {
    font-weight: normal;
    color: #666;
}

/* END SUPERGOAL*/

/* AUTO COMPLETE SEARCH OFFER */

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

.ui-autocomplete-loading {
    background: url("../img/ui-anim_basic_16x16.gif") no-repeat scroll center center white;
}

/* BETCHECKER */

.rightColumn .betchecker {
    position: relative;
    float: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    width: 210px;
    background: #fff;
    margin-bottom: 10px;
}

.rightColumn .betchecker .betcheckerHeading {
    position: relative;
    float: left;
    padding: 8px;
    width: 194px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-bottom: 1px solid #fff;
    background: url(../img/bs_header_red.png) repeat-x 0 0 #61040F;
}

.rightColumn .betchecker .betcheckerHeading .infoIcon {
    float: right;
    margin: 0 auto;
}

.rightColumn .betchecker .betcheckerInputs li {
    position: relative;
    float: left;
    padding: 2px 8px 2px 8px;
    width: 194px;
    border-bottom: none;
    background: #f3f3f3;
    list-style-type: none;
    font-weight: normal;
    font-size: 1.0em;
}

.rightColumn .betchecker .betcheckerInputs div.codeInputs {
    width: max-content;
}

.rightColumn .betchecker .betcheckerInputs input.betnobox {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
    color: #06c;
    margin: 0px;
    width: 80px;
}

.rightColumn .betchecker .betcheckerInputs input.betnobox::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.8em;
}

.rightColumn .betchecker .betcheckerInputs input.betnobox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.8em;
}

.rightColumn .betchecker .betcheckerInputs input.betnobox:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.8em;
}

.rightColumn .betchecker .betcheckerInputs input.betnobox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.8em;
}

.rightColumn .betchecker input.betnobox.highlight {
    border: 1px solid #FF0000;
}

.rightColumn .betchecker input.checkButton {
    width: 100%;
}

.rightColumn .betchecker input.checkButton:disabled {
    color: #ccc !important;
    cursor: default;
}

/* LOGIN */

.rightColumn .login {
    position: relative;
    float: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    width: 210px;
    background: #fff;
    margin-bottom: 10px;
}

.rightColumn .login .loginHeading {
    position: relative;
    float: left;
    padding: 8px;
    width: 194px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-bottom: 1px solid #fff;
    background: url(../img/bs_header_red.png) repeat-x 0 0 #61040F;
}

.rightColumn .login .loginHeading .infoIcon {
    float: right;
    margin: 0 auto;
}

.rightColumn .login .loginInputs li {
    position: relative;
    float: left;
    padding: 2px 8px 2px 8px;
    width: 194px;
    border-bottom: none;
    background: #f3f3f3;
    list-style-type: none;
    font-weight: normal;
    font-size: 1.0em;
}

.rightColumn .login .loginInputs div.codeInputs {
    width: max-content;
}

.rightColumn .login .loginInputs input.betnobox {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
    color: #06c;
    margin: 0px;
    width: 185px;
}

.rightColumn .login .loginInputs input.betnobox::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 0.8em;
}

.rightColumn .login .loginInputs input.betnobox::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 0.8em;
}

.rightColumn .login .loginInputs input.betnobox:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 0.8em;
}

.rightColumn .login .loginInputs input.betnobox:-moz-placeholder {
    /* Firefox 18- */
    font-size: 0.8em;
}

.rightColumn .login input.betnobox.highlight {
    border: 1px solid #FF0000;
}

.rightColumn .login input.checkButton {
    width: 100%;
}

.rightColumn .login input.checkButton:disabled {
    color: #ccc !important;
    cursor: default;
}

/* BETSLIP */

.rightColumn .betslip {
    position: relative;
    float: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;
    width: 210px;
    background: #fff;
    margin-bottom: 15px;
}

.rightColumn #betslipModal {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.90;
    display: none;
}

.rightColumn .betslip .betslipHeading {
    position: relative;
    float: left;
    padding: 8px;
    width: 194px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-bottom: 1px solid #fff;
    background: url(../img/bs_header.png) repeat-x 0 0 #333;
}

.rightColumn .betslip .betslipSubheading {
    position: relative;
    float: left;
    padding: 5px;
    width: 200px;
    color: #fff;
    line-height: 22px;
    text-shadow: 1px 1px 1px #004c97;
    border-bottom: 1px solid #004c97;
    background: url(../img/bs_sheader.png) repeat-x 0 0 #06c;
}

.rightColumn .betslip .betslipAddall {
    position: relative;
    float: left;
    padding: 3px 8px 3px 8px;
    width: 194px;
    border-bottom: 1px solid #ccc;
    background: #dcdcdc;
    font-size: 0.9em;
    font-weight: bold;
    /*line-height:22px;*/
    font-size: 10px;
}

.rightColumn .betslip .betslipAddall .betslipAddallBlock {
    display: inline-block;
    max-width: 100px;
}

.rightColumn .betslip .betslipAddall .betslipAddallBlock div {
    display: inline-block;
    vertical-align: middle;
    max-width: 72px;
}

.rightColumn .betslip .betslipStake div {
    position: relative;
    float: left;
    width: 100%;
}

.rightColumn .betslip .acordian {
    position: relative;
    float: right;
    padding: 0px 0px 0px 0px;
    width: auto;
    text-align: right;
    height: 22px;
    line-height: 22px;
}

.rightColumn .betslip .leftMargin {
    margin: 0px 0px 0px 4px;
}

/* Betslip Icons / Buttons*/

.iconBankerOff {
    background: url(../img/spriteIcons.png) no-repeat 0 -340px;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 22px;
    /*margin-top:20px;*/
    cursor: pointer;
}

.iconBankerOn {
    background: url(../img/spriteIcons.png) no-repeat 0 -362px;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 22px;
    /*margin-top:20px;*/
    cursor: pointer;
}

.iconAccordianClose {
    position: relative;
    float: right;
    background: url(../img/spriteIcons.png) no-repeat 0 -428px;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 19px;
    cursor: pointer;
}

.iconAccordianOpen {
    position: relative;
    float: right;
    background: url(../img/spriteIcons.png) no-repeat 0 -450px;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 19px;
}

.iconDelete {
    /* position: relative;
    float: right; */
    background: url(../img/spriteIcons.png) no-repeat 0 -384px;
    overflow: hidden;
    text-indent: -1000px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.iconDeleteHover {
    background-position: 0 -406px
}

.rightColumn .betslip .betslipAddallBlock {
    display: inline-flex;
}

.rightColumn .betslip .betslipSelection li {
    position: relative;
    float: left;
    padding: 5px;
    border-bottom: none;
    background: url(../img/bs_perf.png) no-repeat bottom #f3f3f3;
    list-style-type: none;
}

.rightColumn .betslip .betslipSelection li:last-child {
    background: none #f3f3f3;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent {
    display: flex;
    flex-direction: column;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipEventContainer {
    display: flex;
    flex-direction: row;
    place-content: space-between stretch;
    align-items: center;
    padding: 0;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipEventContainer .betslipEventDescription {
    color: #06c;
    font-weight: bold;
    flex: 1 80%;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipEventContainer .betslipEventBanker {
    flex: 1;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer {
    display: flex;
    flex-direction: column;
    place-content: space-between stretch;
    align-items: center;
    padding: 0 0 5px 0;
    font-size: 12px !important;
    font-weight: bold;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipSelectionRow {
    width: 100%;
    display: flex;
    flex-direction: row;
    place-content: space-between stretch;
    align-items: center;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipSelectionClear {
    flex: 1;
    min-width: 22px;
    max-width: 22px;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipMarketDescription {
    flex: 1;
    min-width: 155px;
    max-width: 155px;
    color: #777;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipMarketComboDescription {
    flex: 1;
    min-width: 148px;
    max-width: 148px;
    color: #c40029;
    font-weight: bold;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipMarketDescriptionFull {
    flex: 1;
    color: #777;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipSelectionDescription {
    flex: 1;
    min-width: 148px;
    max-width: 148px;
    color: #000;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.rightColumn .betslip .betslipSelection .betslipSelectionContent .betslipSelectionContainer .betslipPrice {
    flex: 1;
    min-width: 30px;
    max-width: 30px;
    color: #06c;
    text-align: right;
}

.rightColumn .betslip .betslipSelectionLeft {
    position: relative;
    float: left;
    padding: 0px 5px 0px 0px;
    width: 19px;
    text-align: left;
}

.rightColumn .betslip .betslipSelectionRight {
    position: relative;
    float: right;
    padding: 0px 0px 0px 5px;
    width: 19px;
}

.rightColumn .betslip .betslipSelectionContent {
    position: relative;
    float: left;
    padding: 0px;
    width: 200px;
}

/*.rightColumn .betslip .betslipBanker 
{
position:relative;
float:left;
padding:0px;
}*/

.rightColumn .betslip .betslipSelectionRef,
.rightColumn .betslip .betslipSelectionEventdate {
    position: relative;
    float: left;
    padding: 0px;
    max-width: 146px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-weight: normal;
    clear: both
}

.rightColumn .betslip .betslipSelectionTitle {
    position: relative;
    padding: 0px;
    clear: both;
}

.rightColumn .betslip .betslipSelectionTitle div {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}

.rightColumn .betslip .betslipSelectionTitleAdd {
    padding-right: 5px;
    min-width: 20px;
}

.rightColumn .betslip .betslipSelectionTitlePrice {
    padding-right: 5px;
    font-weight: bold;
    color: #06c;
    font-size: 12px !important;
}

.rightColumn .betslip .betslipSelectionTitleDescription {
    font-weight: bold;
    height: auto;
    max-width: 160px
}

/* .rightColumn .betslip .betslipSelectionDescription {
    max-width: 112px;
    color: #777;
    font-size: 12px !important;
} */

.rightColumn .betslip .betslipSelectionTitleDelete {
    float: right;
}

.rightColumn .betslip .betslipSelectionMarketTitle {
    clear: both;
    color: #333;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    max-width: 146px;
    padding: 5px 0 0;
    position: relative;
}

.rightColumn .betslip .betslipSelectionEventname {
    position: relative;
    padding: 0;
    max-width: 160px;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    color: #06c;
    font-weight: bold;
    clear: both;
}

.rightColumn .betslip .betslipMultiple li {
    position: relative;
    float: left;
    padding: 4px 8px;
    width: 194px;
    border-bottom: 1px dotted #aaa;
    background: #f3f3f3;
    list-style-type: none;
    font-weight: bold;
    font-size: 0.9em;
}

.rightColumn .betslip .betslipMultiple li:last-child {
    border-bottom: none;
}

.rightColumn .betslip .combinations {
    /*position:relative;
float:right; 
padding:0px;
font-weight:normal; 
font-size:0.8em;
width:52px;
text-align:right;*/
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 16px;
    min-width: 18px;
    padding: 0 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
}

.rightColumn .betslip .betslipStake li {
    position: relative;
    float: left;
    padding: 2px 8px 2px 8px;
    width: 194px;
    border-bottom: none;
    background: #f3f3f3;
    list-style-type: none;
    font-weight: normal;
    font-size: 1.0em;
}

.rightColumn .betslip .betslipStake li:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    padding: 6px 8px 6px 8px;
    font-weight: bold;
    font-size: 1.1em;
}

.rightColumn .betslip .betslipStake li:last-child {
    padding: 2px 8px 8px 8px;
}

.rightColumn .betslip .betslipStake li.tax {
    color: #999;
    font-weight: normal;
    font-size: 0.7em;
}

.rightColumn .betslip .prices {
    position: relative;
    float: right;
    padding: 0px;
    font-weight: bold;
    font-size: 1.0em;
    color: #06c;
    width: auto;
    text-align: right;
}

.rightColumn .betslip label.totalStakeLabel {
    position: relative;
    float: left;
    padding: 8px 0 0 0;
}

.rightColumn .betslip input.stakebox {
    position: relative;
    float: right;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
    color: #06c;
    text-align: right;
    margin: 0px;
    width: 115px;
}

.rightColumn .betslip .errorStake {
    background: none repeat scroll 0 0 #CC0000;
    border: none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    float: left;
    font-size: 0.8em;
    margin: 8px 0 0;
    padding: 5px 8px;
    position: relative;
    width: 180px;
    text-align: center;
}

.rightColumn .login .betslipPin li {
    position: relative;
    float: left;
    padding: 2px 8px 2px 8px;
    width: 194px;
    border-bottom: none;
    background: #f3f3f3;
    list-style-type: none;
    font-weight: normal;
    font-size: 1.0em;
}

.rightColumn .login .betslipPin li:first-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    padding: 6px 8px 6px 8px;
    font-weight: bold;
    font-size: 1.1em;
}

.rightColumn .login .betslipPin li:last-child {
    padding: 2px 8px 8px 8px;
}

.rightColumn .login label.pinLabel {
    position: relative;
    float: left;
    padding: 8px 0 0 0;
}

.rightColumn .login input.pinBox {
    position: relative;
    float: right;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    font-size: 1.0em;
    font-weight: bold;
    color: #06c;
    text-align: right;
    margin: 0px;
    width: 115px;
}

.rightColumn .login .betslipButton {
    position: relative;
    float: left;
    background: url(../img/bs_header.png) none 0 0;
    padding: 0px;
    border: 0px;
    margin: 0px;
}

.rightColumn .betslip .betslipCalculate {
    position: relative;
    float: left;
    padding: 12px 8px 12px 8px;
    width: 194px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-bottom: 1px solid #fff;
    background: url(../img/bs_header.png) repeat-x 0 0 #333;
}

span.loginButton,
button.loginButton {
    background: url("../img/spriteButtons.png") repeat-x scroll 0 0 #EEEEEE;
    border: 1px solid #990000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    height: 18px;
    margin: 10px 0 5px;
    overflow: visible;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #660000;
    width: 100%;
}

button.loginButton {
    height: 25px;
    padding: 0 7px;
    cursor: pointer;
}

span.loginButton:hover,
button.loginButton:hover {
    color: #fff !important;
    background-position: 0 -38px;
}

span:active.loginButton,
button:active.loginButton {
    background-image: none;
}

span.calcButton,
button.calcButton {
    background: url("../img/spriteButtons.png") repeat-x scroll 0 0 #EEEEEE;
    border: 1px solid #990000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    height: 18px;
    margin: 10px 0 5px;
    overflow: visible;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #660000;
    width: 100%;
}

button.calcButton {
    height: 25px;
    padding: 0 7px;
    cursor: pointer;
}

span.calcButton:hover,
button.calcButton:hover {
    color: #fff !important;
    background-position: 0 -38px;
}

span:active.calcButton,
button:active.calcButton {
    background-image: none;
}

span.ebbButton,
button.ebbButton {
    /* background: url("../img/spriteButtons.png") repeat-x scroll 0 0 #EEEEEE; */
    background-color: #378a05;
    background-image: linear-gradient(0deg, rgba(26, 219, 0, 0) 0%, rgba(26, 219, 0, 0) 50%, rgba(113,182,7,255) 51%);
    border: 1px solid #568c0c;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    height: 18px;
    margin: 10px 0 5px;
    overflow: visible;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #568c0c;
    width: 100%;
}

button.ebbButton {
    height: 25px;
    padding: 0 7px;
    cursor: pointer;
}

span.ebbButton:hover,
button.ebbButton:hover {
    color: #fff !important;
    background-position: 0 -38px;
    background-color: rgba(51,143,0,0.95);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(113,182,7,0.95) 51%);
}

span:active.ebbButton,
button:active.ebbButton {
    background-color: transparent;
    background-image: none;
}

.rightColumn .betslip .betslipReturn li {
    position: relative;
    float: left;
    padding: 6px 8px 6px 8px;
    width: 194px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1px;
    background: #f3f3f3;
    list-style-type: none;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.6em;
}

.rightColumn .betslip .betslipReturn li:last-child {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 6px 8px 6px 8px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.rightColumn .betslip .betslipReturn strong {
    font-weight: bold;
    font-size: 10px;
}

.rightColumn .betslip .returnMin {
    position: relative;
    float: right;
    padding: 0px;
    width: auto;
    text-align: right;
}

.rightColumn .betslip .blue {
    color: #06c;
    font-weight: bold;
    font-size: 1.1em;
}

.rightColumn .betslip .betslipEmpty {
    position: relative;
    float: left;
    padding: 13px 8px 13px 8px;
    width: 194px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid #bbb;
    background: #ececec;
    color: #333;
    font-size: 1.0em;
    text-align: center;
    font-weight: normal;
}

.rightColumn .betslip .betslipEmptyLoading {
    position: relative;
    float: left;
    padding: 13px 8px 13px 8px;
    width: 194px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 1px solid #bbb;
    background: url("../img/ui-anim_basic_16x16.gif") no-repeat scroll center center #ececec;
    color: #333;
    font-size: 1.0em;
    text-align: center;
    font-weight: normal;
}

.rightColumn .betslip.fixed {
    position: fixed;
    top: 2px;
}

/* END BETSLIP */

/* START BETSLIP PRINT */

.betslipprintcontainer {
    width: 100%;
    background-color: #FFF;
    margin: 0 auto;
}

.betslipprintcontent {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    width: 800px
}
.betslipprintcontent div table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.betslipprintheader {
    background: url("../img/logo_black.png") no-repeat scroll 0 transparent;
    height: 42px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
}

.betslipprintdatePrint {
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    font-weight: bold;
}

.betslipprintdate {
    width: auto;
}

.betslipprintdatePrint form {
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.betslipprintdatePrint a {
    float: right;
    position: relative;
    color: #FFF !important;
    padding: 10px 15px 10px 15px;
    background-color: #000;
    text-decoration: none;
}

.betslipprintticketCode {
    padding-top: 20px;
}

.betslipprintticketCode H1 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font: 340% Arial, Helvetica, sans-serif;
}

.betslipprinttables {
    width: 100%;
}

.betslipprinttables .caption {
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    color: #fff;
    background-color: #666;
    text-align: left;
}

.betslipprinttables table {
    width: 100%;
    border-spacing: 1px;
    border-collapse: inherit;
}

.betslipprinttables th {
    color: #000;
    background-color: #ddd;
    text-align: center;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
}

.betslipprinttables td {
    color: #000;
    background-color: #eee;
    font-weight: normal;
    padding: 8px 8px 8px 8px;
}

.betslipprinttables td.centre {
    text-align: center;
    font-weight: bold;
}

.betslipprintsystem {
    margin-top: 30px;
    width: 100%;
}

.betslipprintsystem table {
    border-top: 1px solid #333;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.betslipprintsystem th {
    color: #000;
    background-color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid #ccc;
}

.betslipprintsystem th.left-border {
    border-left: 1px solid #ccc;
    padding-left: 8px;
}

.betslipprintsystem td {
    color: #000;
    background-color: #fff;
    font-weight: normal;
    padding: 8px 8px 8px 0px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.betslipprintwinpanel {
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    background-color: #ddd;
}

.betslipprintwinpanel .bonus {
    color: #FF0000;
    font-size: 18px;
}

.betslipprintwinpanel .winning {
    color: #008000;
    font-size: 25px;
}

.betslipprintwinpanel .inline {
    padding: 0 15px;
}

.betslipprintwinpanel .bold {
    font-weight: bold;
}

.betslipprintright {
    text-align: right !important;
}

.betslipprintmax {
    font: 100%/1.1 Arial, Helvetica, sans-serif;
}

.betslipprintfooter {
    float: left;
    position: relative;
    color: #000;
    background-color: #eee;
    font-weight: bold;
    font: 100%/1.4 Arial, Helvetica, sans-serif;
    border-top: 1px solid #ccc;
    padding: 20px 0px 20px 0px;
    margin-bottom: 20px;
}

.betslipprintfooter p {
    padding: 3px 0px 3px 0px;
}

.betslipprintsendEmails {
    float: right;
    position: relative;
    width: 40%;
    padding: 0px 20px 0px 0px;
}

.betslipprintsendEmails .textbox {
    color: #333;
    padding: 8px 8px 8px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.betslipprintsendEmails .button {
    color: #fff;
    padding: 8px 15px 8px 15px;
    background-color: #000;
    border: 0px;
}

.betslipprintnotes {
    float: left;
    position: relative;
    /*width:40%*/
    ;
    width: auto;
    padding: 0 20px;
}

.betslipprintbarcode {
    width: 100%;
    text-align: center;
    float: left;
}

.betslipprintbarcode H1 {
    padding: 10px 0px 0px 0px;
    font: 340% Arial, Helvetica, sans-serif;
}

.betslipprintcentre {
    text-align: center;
    vertical-align: middle;
}

.betslipprintcontent .settlingStatusLabel {
    text-transform: uppercase;
}

.betslipprintcontent .selectionWon {
    color: #008000;
    font-weight: bold;
}

.betslipprintcontent .selectionLost {
    color: #FF0000;
    font-weight: bold;
}

.betslipprintcontent .selectionVoid {
    color: #000;
    font-weight: bold;
}

.betslipprintcontent .selectionPending {
    color: #ff8700;
    font-weight: bold;
}

/* END BETSLIP PRINT */

/* START MILLIONAIRE */

#millionaireData {
    width: 100%;
}

#millionaireModal {
    background: url(../img/millionaireBackground.jpg) no-repeat 0 0;
}

.millionaireBanner2 {
    position: relative;
    float: left;
    background: url(../img/millionaireLogo.png) no-repeat 0 0;
    width: 100%;
    height: 120px;
    margin-top: 16px;
    border: none;
}

.millionTable {
    position: relative;
    float: left;
    width: 90%;
    margin: 16px 5% 16px 5%;
    background: #06C url(../img/millionaireBlockBack.png) repeat-x 0 0;
    border: 1px solid #039;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    clear: both;
}

.millionTable table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 5px !important;
}

.millionTable table caption {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    text-align: left;
    font-weight: normal;
    font-size: 1.5em;
    padding: 12px 12px 12px 12px;
    background-color: #039;
    background-image: none;
    text-shadow: 1px 1px 1px #036;
    color: #fff;
    font-family: 'Open Sans Condensed Bold', Arial, sans-serif;
    text-transform: uppercase;
    border-left: 1px solid #006;
    border-top: 1px solid #006;
    border-right: 1px solid #06C;
    border-bottom: 1px solid #06C;
}

.millionTable table th {
    background: none;
    font-weight: normal;
    border-bottom: none;
    font-size: 1.1em;
    color: #FF0;
    text-shadow: 1px 1px 1px #036;
    font-family: 'Open Sans Condensed Bold ', Arial, sans-serif;
    text-transform: uppercase;
}

.millionTable table th.extraPadding {
    padding: 4px 8px;
}

.millionTable table th.padding {
    padding: 0 4px 2px;
    line-height: 14px;
}

.millionTable table th.leftBorder {
    border-left: 0px solid #ddd;
}

.millionTable table .alignLeft {
    text-align: left !important;
}

.millionTable table .marketType {
    text-align: left !important;
    padding: 0px 0px 0px 8px;
}

.millionTable table .fullWidth {
    width: 99%;
    font-size: 1.6em;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
}

.millionTable table td {
    text-align: center;
    padding: 5px 6px;
    vertical-align: middle;
    font-size: 1.2em;
    font-weight: normal;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    text-transform: uppercase;
}

.millionTable table td table td {
    font-size: 1em;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Open Sans Condensed Bold', Arial, sans-serif;
    text-transform: uppercase;
}

.millionTable table td.extraPadding {
    padding: 4px 8px;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    text-transform: uppercase;
}

#printSection {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* END MILLIONAIRE */

/* START PRINT BUTTONS */

.click-nav {
    margin: 0px;
    width: 200px;
    float: right;
    z-index: 2;
}

.click-nav ul {
    font-weight: 900;
    z-index: 2;
}

.click-nav ul .clicker {
    background: #06c url(../img/backSprite.png) no-repeat 0 0;
    color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.click-nav ul .clicker:hover {
    background: #0048ae url(../img/backSprite.png) no-repeat 0 -30px;
}

.click-nav ul .active {
    background: #0048ae url(../img/backSprite.png) no-repeat 0 -30px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.click-nav ul .active:hover {
    background: #0048ae url(../img/backSprite.png) no-repeat 0 -30px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.click-nav img {
    position: absolute;
    top: 4px;
    left: 12px;
}

.click-nav ul li {
    position: relative;
    list-style: none;
    cursor: pointer;
}

.click-nav a.lastA {
    border-radius: 0 0 8px 8px;
}

.click-nav ul li a {
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    display: block;
    padding: 9px 10px 9px 45px;
    background: #09F;
    color: #fff;
    text-decoration: none;
}

.click-nav ul li a:hover {
    background: #08E;
}

.click-nav ul li ul {
    position: absolute;
    left: 0;
    right: 0;
}

.click-nav ul li ul .clicker2 {
    background: #06c;
    color: #FFF;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.click-nav ul li ul .clicker2:hover {
    background: #08e;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.click-nav ul li ul .active2 {
    background: #08e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.click-nav ul li ul .active2:hover {
    background: #08e;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.click-nav ul li ul li a {
    background: #06c;
}

.click-nav ul li ul li ul li a {
    background: #06C;
    padding: 9px 10px 9px 60px;
}

.click-nav ul li ul li ul li a img {
    position: absolute;
    top: 4px;
    left: 27px;
}

.click-nav ul li ul li ul li:last-child a {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #06c;
}

.click-nav ul li ul li ul li:last-child a:hover {
    background: #08e;
}

/* Fallbacks */

.click-nav .no-js ul {
    display: none;
}

.click-nav .no-js:hover ul {
    display: block;
}

/* END PRINT BUTTONS */

/* NEWS PAGE*/

a.pdfDownload {
    display: inline-block;
    background: url(../img/pdf.gif);
    background-repeat: no-repeat;
    border-radius: 4px;
    padding: 5px 8px 0px 8px;
    height: 24px;
    text-decoration: none !important;
    border: 0;
    color: black;
    padding-left: 25px;
    font: bold 1em Arial, Helvetica, sans-serif;
    overflow: visible;
}

/* LEAGUE TABLES */

.leagueTablesColumn {
    width: 1085px !important;
}

.leagueTablesColumn .leagueSelection {
    width: 1069px;
}

.leagueTablesColumn .leagueSelection h4 {
    font-family: arial, san-serif;
    width: 1060px;
}

.leagueTablesColumn .leagueSelection ul {
    width: 1052px;
}

.leagueTable {
    width: 1078px;
}

.leagueTable .comments {
    text-align: left;
    padding-left: 10px;
}

.leagueTable .closeTable {
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
}

.leagueTable .foldTable {
    float: right;
    width: 20px;
    height: 20px;
    background: url("../img/fold_close.png") no-repeat scroll 0 0 transparent;
}

.leagueTable .foldTable.closed {
    background: url("../img/fold_open.png") no-repeat scroll 0 0 transparent;
}

.leagueTable .gotopTable {
    float: right;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/go_top.png") no-repeat scroll 0 0 transparent;
}

.leagueTable .trOdd.promotion1 {
    background-color: #DAE5F0;
}

.leagueTable .trEven.promotion1 {
    background-color: #C6DCF1;
}

.leagueTable .trOdd.promotion2 {
    background-color: #FFFFE5;
}

.leagueTable .trEven.promotion2 {
    background-color: #F0F0D6;
}

.leagueTable .trOdd.promotion4 {
    background-color: #ACF3E1;
}

.leagueTable .trEven.promotion4 {
    background-color: #96EFD9;
}

.leagueTable .trOdd.promotion5 {
    background-color: #F2DDCA;
}

.leagueTable .trEven.promotion5 {
    background-color: #E8CAAE;
}

.leagueTable .trOdd.promotion6 {
    background-color: #E5F7F7;
}

.leagueTable .trEven.promotion6 {
    background-color: #C3E3E2;
}

.leagueTable .trOdd.promotion7 {
    background-color: #FFE5E6;
}

.leagueTable .trEven.promotion7 {
    background-color: #F0D6D7;
}

.leagueTable .trOdd.promotion8 {
    background-color: #E5BEBF;
}

.leagueTable .trEven.promotion8 {
    background-color: #DCA9A8;
}

.leagueTable .trOdd.promotion9 {
    background-color: #F5FFDC;
}

.leagueTable .trEven.promotion9 {
    background-color: #E7F1CE;
}

.leagueTable .trOdd.promotion10 {
    background-color: #DBC3E3;
}

.leagueTable .trEven.promotion10 {
    background-color: #D0AADD;
}

.leagueTable .trOdd.promotion11 {
    background-color: #D8E2E3;
}

.leagueTable .trEven.promotion11 {
    background-color: #C0D4D3;
}

.leagueTable .trOdd.promotion14 {
    background-color: #B0BEE5;
}

.leagueTable .trEven.promotion14 {
    background-color: #98ABE3;
}

.leagueTable .trOdd.promotion15 {
    background-color: #DCDCC0;
}

.leagueTable .trEven.promotion15 {
    background-color: #CCCC98;
}

.leagueTable .trOdd.promotion16 {
    background-color: #A7C2CB;
}

.leagueTable .trEven.promotion16 {
    background-color: #91B1BC;
}

.leagueTable .trOdd.promotion17 {
    background-color: #E7E6AD;
}

.leagueTable .trEven.promotion17 {
    background-color: #DDDC8C;
}

.leagueTable .trOdd.promotion18 {
    background-color: #AEC4DB;
}

.leagueTable .trEven.promotion18 {
    background-color: #8BACCB;
}

.leagueTable .trOdd.promotion19 {
    background-color: #67B6A1;
}

.leagueTable .trEven.promotion19 {
    background-color: #45A991;
}

.leagueTable .trOdd.promotion23 {
    background-color: #FFE6B5;
}

.leagueTable .trEven.promotion23 {
    background-color: #FFDB96;
}

.leagueTable .trOdd.promotion24 {
    background-color: #C9B8FE;
}

.leagueTable .trEven.promotion24 {
    background-color: #BDA6FF;
}

.leagueTable .trOdd.promotion27 {
    background-color: #BDEFF8;
}

.leagueTable .trEven.promotion27 {
    background-color: #9CEFFF;
}

.leagueTable .trOdd.promotion28 {
    background-color: #DBDAA1;
}

.leagueTable .trEven.promotion28 {
    background-color: #D4D383;
}

.leagueTable .trOdd.promotion30 {
    background-color: #CEA7E0;
}

.leagueTable .trEven.promotion30 {
    background-color: #C08BDB;
}

.leagueTable .trOdd.promotion31 {
    background-color: #F68887;
}

.leagueTable .trEven.promotion31 {
    background-color: #F86A69;
}

.leagueTable .trOdd.promotion33 {
    background-color: #F4E194;
}

.leagueTable .trEven.promotion33 {
    background-color: #F8D95C;
}

.leagueTable .trOdd.promotion35 {
    background-color: #EBC9BD;
}

.leagueTable .trEven.promotion35 {
    background-color: #E5BAAA;
}

.leagueTable .trOdd.promotion38 {
    background-color: #CACBB9;
}

.leagueTable .trEven.promotion38 {
    background-color: #B5B59B;
}

.leagueTable .trOdd.promotion39 {
    background-color: #A9C59D;
}

.leagueTable .trEven.promotion39 {
    background-color: #95B989;
}

.leagueTable .trOdd.promotion40 {
    background-color: #F5F0FB;
}

.leagueTable .trEven.promotion40 {
    background-color: #E9E2EF;
}

.league_tabs {
    position: relative;
    float: left;
    width: 99%;
}

.league_tabs ul li a {
    padding: 0.2em 0.64em !important;
}

.league_tabs .ui-widget-header {
    border: 0;
    background: none;
}

.league_tabs ul li.ui-state-active a {
    background: url("../img/spriteButtons.png") repeat-x scroll 0 -197px #EEEEEE;
    color: #FFFFFF !important;
}

.leagues_selection_container {
    width: 100%;
    padding: 1px !important;
}

.leagues_selection_container .whiteButton {
    width: 208px !important;
    font-size: 0.9em !important
}

.leagues_selection_container .whiteButton:hover {
    font-size: 0.9em !important
}

.leagueSelection {
    margin: 0 !important;
}

.league_tabs.ui-tabs .ui-tabs-nav {
    padding: 5px 5px;
    margin: 3px 0 5px 4px;
}

.league_tabs.ui-tabs .ui-tabs-nav li {
    border-radius: 6px 6px 6px 6px;
    width: 170px;
    min-height: 30px;
    margin: 2px 2px;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}

.league_tabs.ui-tabs .ui-tabs-nav li a img {
    vertical-align: sub;
}

.league_tabs.ui-tabs .ui-tabs-nav li a {
    border-radius: 5px 5px 5px 5px;
    font-family: arial, san-serif;
    font-size: 1em;
    text-align: left;
    line-height: 25px;
    min-height: 22px;
    width: 155px;
}

/* TOOTIP */

.toolTipRight,
.toolTipLeft,
.toolTipBottom,
.toolTipTop {
    background-color: #FFFFFF;
    border: 1px solid #0066CC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 3px #999999;
    color: #0066CC;
    display: none;
    left: 25px;
    padding: 8px;
    position: absolute;
    top: -5px;
    width: 150px;
    z-index: 100;
}

.infoIcon {
    background: url("../img/info_icon.png") no-repeat scroll 0 0 transparent;
    cursor: help;
    display: block;
    float: left;
    height: 20px;
    margin: 4px 0 0 5px;
    position: relative;
    width: 20px;
}

/* DATE TABS */

#date_tabs {
    float: left;
    padding: 0 0 8px;
    position: relative;
    width: 100%;
}

#date_tabs div.sport_box {
    padding: 1em 0;
}

#date_tabs ul {
    /*list-style: none;
	overflow: hidden;
	margin: 0;*/
    background: none;
    border: none;
    border-radius: 0px;
    display: table;
    width: 100%
}

#date_tabs li {
    list-style-type: none;
    display: table-cell;
    padding: 0;
    margin: 0;
    float: none;
    line-height: 150%;
    margin-right: -1px;
    box-sizing: border-box;
    border: 1px solid #444;
}

#date_tabs li a {
    display: block;
    text-decoration: none;
    color: #eee;
    margin: 0;
    padding: 5px 6px;
    box-sizing: border-box;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #999;
    border-bottom: 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #555;
    text-align: center;
    background-image: -webkit-linear-gradient(top, #777, #333);
    background-image: -moz-linear-gradient(top, #777, #333);
    background-image: -o-linear-gradient(top, #777, #333);
    background-image: linear-gradient(to bottom, #777, #333);
    background-image: linear-gradient(#777, #333);
    width: 100%;
}

#date_tabs li.ui-tabs-selected {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #bbb);
    background-image: -moz-linear-gradient(top, #eee, #bbb);
    background-image: -o-linear-gradient(top, #eee, #bbb);
    background-image: linear-gradient(to bottom, #eee, #bbb);
    background-image: linear-gradient(#eee, #bbb);
    border: 1px solid #ccc;
    margin-right: 0px;
    display: table-cell;
}

#date_tabs li.ui-tabs-selected a {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #bbb);
    background-image: -moz-linear-gradient(top, #eee, #bbb);
    background-image: -o-linear-gradient(top, #eee, #bbb);
    background-image: linear-gradient(to bottom, #eee, #bbb);
    background-image: linear-gradient(#eee, #bbb);
    color: #000;
    cursor: default;
    box-sizing: border-box;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #fff;
}

#date_tabs li:hover {
    background-color: #fff;
    color: #000;
}

#date_tabs .tab-pane {
    display: none;
}

.wordwrap {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}

.left {
    float: left;
}

.right {
    float: right;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.successButton {
    color: #fff !important;
    background: none !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.successButton:hover {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #398439 !important;
    text-decoration: none !important;
}

.successButton:active {
    color: #fff;
    background-color: #398439 !important;
    border-color: #255625 !important;
}

.successButton:focus {
    color: #fff !important;
    background-color: #449d44 !important;
    border-color: #255625 !important;
}

.errorButton {
    color: #fff !important;
    background: none !important;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

.errorButton:hover {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    text-decoration: none !important;
}

.errorButton:active {
    color: #fff;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.errorButton:focus {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #761c19 !important;
}

.ui-widget-overlay.ageRestriction {
    opacity: 0.9;
    background: #000;
}

.switch {
    position: relative;
    height: 32px;
    width: 68px;
    /* margin: 20px auto; */
    background: rgb(238, 238, 238);
    border-radius: 3px;
    background-color: #555;
    text-align: center;
    background-image: -webkit-linear-gradient(top, #777, #333);
    background-image: -moz-linear-gradient(top, #777, #333);
    background-image: -o-linear-gradient(top, #777, #333);
    background-image: linear-gradient(to bottom, #777, #333);
    background-image: linear-gradient(#777, #333);
    top: 2px;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 32px;
    line-height: 32px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.switch-label:active {
    font-weight: bold;
}

.switch-label-off {
    padding-left: 2px;
}

.switch-label-on {
    padding-right: 2px;
}

.switch-input {
    display: none;
}

.switch-input:checked+.switch-label {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -ms-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: color, text-shadow;
    -moz-transition-property: color, text-shadow;
    -ms-transition-property: color, text-shadow;
    -o-transition-property: color, text-shadow;
    transition-property: color, text-shadow;
}

.switch-input:checked+.switch-label-on~.switch-selection {
    left: 35px;
    /* Note: left: 50%; doesn't transition in WebKit */
}

.switch-selection {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;
    display: block;
    width: 31px;
    height: 28px;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #bbb);
    background-image: -moz-linear-gradient(top, #eee, #bbb);
    background-image: -o-linear-gradient(top, #eee, #bbb);
    background-image: linear-gradient(to bottom, #eee, #bbb);
    background-image: linear-gradient(#eee, #bbb);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5),
        0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -ms-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
}

.starIcon {
    background: url("../img/star_icon.png") no-repeat scroll 0 0 transparent;
    background-size: 20px 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 6px auto;
    display: block;
}

.timeIcon {
    background: url("../img/time_icon.png") no-repeat scroll 0 0 transparent;
    background-size: 20px 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 6px auto;
    display: block;
}

.supergoalDualType {
    background: #0066CC url(../img/spriteButtons.png) repeat-x 0 -150px !important;
}

.supergoalDualType.whiteButtonSelected {
    background: #0066CC url(../img/spriteButtons.png) repeat-x 0 -189px !important;
}