.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Highlight Colours */
/* Highlight Colours */
/* NEW STUFFF --------------- */
/* Standard across all sites and platforms */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.highcharts-container {
  overflow: visible !important;
}
.custom-highchart-tooltip {
  position: relative;
  z-index: 50;
  border: 0px;
  background-color: #2b2b2b;
  padding: 5px 5px 8px 8px;
  color: #fff;
  font-weight: bold;
  line-height: 17px;
  font-size: 11px;
}
.custom-highchart-tooltip > div {
  color: #4cb64e;
}
.custom-highchart-tooltip:after {
  content: ' ';
  height: 0;
  top: 100%;
  left: 38%;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  border-top-color: #2b2b2b;
}
/* FACEBOXs */
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483647;
  text-align: left;
  border: 6px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.facebox_hide {
  z-index: -100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
.login-container-style {
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 5px;
  z-index: 100;
  box-shadow: 2px 12px 13px 0 rgba(79, 77, 79, 0.1);
}
.login-container-style:after {
  content: '';
  width: 0;
  height: 0;
  left: 260px;
  margin-top: -361px;
  position: absolute;
  border-bottom: 18px solid rgba(0, 0, 0, 0);
  border-right: 14px solid #ffffff;
  border-top: 18px solid rgba(0, 0, 0, 0);
  z-index: 6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.login-container-style .header {
  color: #ffffff;
  position: relative;
}
.login-container-style .header:after {
  content: '';
  width: 0;
  height: 0;
  left: 260px;
  margin-top: -35px;
  position: absolute;
  border-bottom: 18px solid rgba(0, 0, 0, 0);
  border-top: 18px solid rgba(0, 0, 0, 0);
  z-index: 6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.login-container-style .closeFace {
  float: right;
  display: inline-block;
  background: url('//dnu5embx6omws.cloudfront.net/sprites/allsites_69.png') no-repeat -34px -125px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
}
#facebox .popup {
  position: relative;
  background: url("//dnu5embx6omws.cloudfront.net/background/noise.gif") repeat scroll -70% 0 #ffffff;
  border: 1px solid #dadada;
  border: 0;
  padding: 0;
  -moz-box-shadow: 0px 0px;
  -webkit-box-shadow: 0px 0px;
  box-shadow: 0px 0px;
}
#facebox .popup > .loading {
  top: 43px;
  position: relative;
  left: 50%;
  padding: 40px;
}
#facebox .popup > .header {
  border: 1px solid #9dd866;
  border-bottom: 0px;
  background-color: #76c131;
  padding: 7px 0px 7px 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  display: block;
  height: 18px;
}
#facebox .popup > .content {
  padding: 15px 20px 20px 20px;
}
#facebox .popup > .image {
  text-align: center;
}
#facebox .popup > .content.limited {
  overflow: auto;
  height: 300px;
}
#facebox .popup > .content.noFooter {
  border-bottom: 1px solid #333333;
  overflow: auto;
  height: 300px;
}
#facebox .popup > .footer {
  border: 1px solid #dadada;
  text-align: right;
  background-color: #f9f9f9;
  padding: 7px;
  padding-top: 9px;
  padding-right: 0px;
  width: auto;
}
#facebox .popup.noFooter > .footer {
  padding: 0px;
}
#facebox .popup.noFooter > .footer > .footerL {
  padding: 0px;
}
#facebox .popup > .footer > .footerL {
  float: left;
  width: auto;
  text-align: left;
  padding: 5px 0px 0px 10px;
}
#facebox .popup > .footer > .footerR {
  float: right;
  width: auto;
  text-align: right;
}
#facebox .popup > .footer > .footerR .fbButton {
  float: right;
  width: auto;
  margin-right: 10px;
}
.new-facebox #facebox {
  border: none;
}
.new-facebox #facebox h3 {
  font-size: 15px;
}
.new-facebox #facebox .popup {
  color: #aaaaaa;
  text-align: center;
  margin: auto;
  width: inherit;
  border-radius: 4px;
}
.new-facebox #facebox .popup .new-facebox-header {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #76c131;
  background-color: #ffffff;
  padding-left: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #dadada;
}
.new-facebox #facebox .popup .new-facebox-header .closeFace {
  float: right;
  display: inline-block;
  background: url('//dnu5embx6omws.cloudfront.net/sprites/allsites_69.png') no-repeat -34px -125px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
}
.new-facebox #facebox .popup .new-facebox-content {
  text-align: left;
  padding: 15px;
}
.new-facebox #facebox .popup .new-facebox-content form {
  margin: 0;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 19px;
  background-color: #fff;
  border: 1px solid #fff;
}
.alert.alert-success {
  border-color: #4bb748;
  color: #4bb748;
}
.alert.alert-success .icon {
  border: 2px solid #4bb748;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  float: left;
  margin: 1px 7px 0 0;
  position: relative;
}
.alert.alert-success .icon:before,
.alert.alert-success .icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.alert.alert-success .icon:before {
  border: 1px solid #4bb748;
  top: 5px;
  left: 3px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alert.alert-success .icon:after {
  border: 1px solid #4bb748;
  top: 2px;
  left: 6px;
  height: 6px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.alert.alert-warning {
  border-color: #f4990e;
  color: #f4990e;
}
.alert.alert-warning .icon {
  border: 2px solid #f4990e;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  float: left;
  margin: 1px 7px 0 0;
  position: relative;
}
.alert.alert-warning .icon:before,
.alert.alert-warning .icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.alert.alert-warning .icon:before {
  border: 1px solid #f4990e;
  top: 2px;
  left: 5px;
  height: 3px;
}
.alert.alert-warning .icon:after {
  border: 1px solid #f4990e;
  top: 8px;
  left: 5px;
  height: 0px;
}
.alert.alert-error {
  border-color: #d63733;
  color: #d63733;
}
.alert.alert-error .icon {
  border: 2px solid #d63733;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  float: left;
  margin: 1px 7px 0 0;
  position: relative;
}
.alert.alert-error .icon:before,
.alert.alert-error .icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.alert.alert-error .icon:before {
  border: 1px solid #d63733;
  top: 2px;
  left: 5px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.alert.alert-error .icon:after {
  border: 1px solid #d63733;
  top: 2px;
  left: 5px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.alert.alert-info {
  border-color: #2490c8;
  color: #2490c8;
}
.alert.alert-info .icon {
  border: 2px solid #2490c8;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  float: left;
  margin: 1px 7px 0 0;
  position: relative;
}
.alert.alert-info .icon:before,
.alert.alert-info .icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.alert.alert-info .icon:before {
  border: 1px solid #2490c8;
  top: 2px;
  left: 5px;
  height: 3px;
}
.alert.alert-info .icon:after {
  border: 1px solid #2490c8;
  top: 8px;
  left: 5px;
  height: 0px;
}
/* Mixins that draw the icons */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.label {
  font-size: 10.998px;
  line-height: 14px;
  color: #888888;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #E1E1E1;
}
.label {
  padding: 1px 4px 2px;
  border-radius: 3px 3px 3px 0px;
}
a.label:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-comment {
  padding: 2px 4px 2px 4px;
  background-color: #aaaaaa;
  float: left;
  margin-right: 5px;
  line-height: 11px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  border: none;
  color: #ffffff;
  border-radius: 2px;
}
.label-comment > a {
  color: #ffffff;
}
.label-comment > a:hover {
  text-decoration: none;
}
.label-comment:before {
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-left: 0px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  border-top-color: #aaaaaa;
  /* Can't be included in the shorthand to work */
  bottom: -4px;
  margin-right: -5px;
  position: absolute;
  content: '';
}
.label-comment:hover {
  background-color: #76c131;
  text-decoration: none;
}
.label-comment:hover:before {
  border-top-color: #76c131;
}
.label {
  /* Styling for second triangle (border) */
}
.label-pro {
  background-color: #76c131;
  line-height: 1.1;
  border-radius: 3px;
  padding: 1px 3px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
}
.label-pro a {
  color: #888888;
}
.label-pro[href] {
  background-color: #FF8833;
}
.label-pro:hover {
  background-color: #76c131;
  color: #ffffff;
}
.label-pro:hover a {
  color: #ffffff;
}
.label-pro.active {
  background-color: #FF8833;
  color: #ffffff;
}
.label-pro.active a {
  color: #ffffff;
}
.label-comment-photo {
  text-shadow: 0px 0px 0px #ffffff;
  padding: 5px 9px;
  background-color: #ffffff;
  min-width: 8px;
  float: left;
  margin-right: 5px;
  line-height: 11px;
  position: relative;
  border: none;
  border-radius: 0px;
  font-size: 12px;
  box-shadow: 0px 1px 1px #888888;
  color: #76c131;
}
.label-comment-photo a {
  color: #76c131;
}
.label-comment-photo:after {
  content: '';
  right: 9px;
  margin-left: -5px;
  position: absolute;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  border-top-color: #ffffff;
  bottom: -4px;
  margin-right: -5px;
}
.label-comment-photo:before {
  content: '';
  right: 8px;
  margin-left: -6px;
  position: absolute;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #888888;
  bottom: -6px;
  margin-right: -5px;
  opacity: 0.4;
}
.sprite-allsites {
  background: url('//dnu5embx6omws.cloudfront.net/sprites/allsites_69.png') no-repeat top left;
  float: left;
}
.sprite-allsites-action-success {
  background-position: -5px -275px;
  width: 19px;
  height: 19px;
}
.sprite-allsites-rss-large {
  background-position: -34px -73px;
  width: 32px;
  height: 33px;
}
.sprite-allsites-search-button {
  background-position: -3px -112px;
  float: right;
  height: 22px;
  width: 26px;
}
.sprite-allsites-following {
  background-position: -36px -144px;
  width: 12px;
  height: 12px;
}
.sprite-allsites-follow {
  background-position: -36px -113px;
  width: 12px;
  height: 12px;
}
.sprite-allsites-dot-on {
  background-position: -86px -117px;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.sprite-allsites-dot-off {
  background-position: -105px -117px;
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.sprite-allsites-down-tri {
  background-position: -35px -275px;
  width: 9px;
  height: 6px;
  background-color: #2b2b2b;
}
.sprite-allsites-popout {
  background-position: -128px -143px;
  width: 16px;
  height: 16px;
}
.sprite-allsites-arrow-right {
  background-position: -108px -143px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-left {
  background-position: -87px -143px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-down {
  background-position: -87px -158px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-up {
  background-position: -107px -158px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-white-right {
  background-position: -108px -177px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-white-left {
  background-position: -87px -177px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-white-down {
  background-position: -87px -193px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-arrow-white-up {
  background-position: -107px -193px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-down-toggle {
  background-position: -716px -231px;
  width: 25px;
  height: 25px;
}
.sprite-allsites-horse-medium {
  background-position: -84px -211px;
  width: 41px;
  height: 23px;
}
.sprite-allsites-horse-small {
  background-position: -135px -217px;
  width: 23px;
  height: 14px;
}
.sprite-allsites-horse-grey {
  background-position: -169px -213px;
  width: 28px;
  height: 19px;
}
.sprite-allsites-video-small {
  background-position: -175px -143px;
  height: 44px;
  width: 44px;
}
.sprite-allsites-video-medium {
  background-position: -289px -157px;
  width: 23px;
  height: 14px;
}
.sprite-allsites-info-icon {
  background-position: -123px -119px;
  width: 20px;
  height: 20px;
}
.sprite-allsites-recommended {
  background-position: -1px -605px;
  width: 83px;
  height: 89px;
}
.sprite-allsites-link-out {
  background-position: -4px -147px;
  width: 14px;
  height: 14px;
}
.sprite-allsites-bookie-betfair {
  background-position: 6px -592px;
  width: 124px;
  height: 32px;
}
.sprite-allsites-bookie-sportsbet {
  width: 112px;
  height: 32px;
  background-position: -111px -592px;
}
.sprite-allsites-bookie-ladbrokes {
  background-position: -228px -581px;
  height: 40px;
  width: 140px;
}
.sprite-allsites-bookie-bookmaker {
  width: 112px;
  height: 32px;
  background-position: -499px -592px;
}
.sprite-allsites-featuredactive {
  background-position: -4px -224px;
  height: 18px;
  width: 17px;
}
.sprite-allsites-breakingactive {
  background-position: -32px -224px;
  height: 18px;
  width: 17px;
}
.sprite-allsites-agency-ubet {
  background-position: -139px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-stab {
  background-position: -103px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-nswtab {
  background-position: -69px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-sportsbet {
  background-position: -1px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-williamhill {
  background-position: -608px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-centrebet {
  background-position: -173px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-betfairback {
  background-position: -310px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-betfairlay {
  background-position: -345px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-bigbets {
  background-position: -685px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-bookmaker {
  background-position: -207px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-bet365 {
  background-position: -378px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-ladbrokes {
  background-position: -411px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-tomwaterhouse {
  background-position: -543px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-palmerbet {
  background-position: -510px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-betstar {
  background-position: -477px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-crownbet {
  background-position: -575px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-agency-unibet {
  background-position: -444px -323px;
  width: 30px;
  height: 70px;
}
.sprite-allsites-trophy {
  background-position: -22px -103px !important;
  display: inline-block;
  float: left;
  height: 13px;
  position: relative;
  top: 8px;
  width: 14px;
}
.sprite-allsites-course {
  background-position: -1px -103px !important;
  display: inline-block;
  float: left;
  height: 13px;
  position: relative;
  top: 8px;
  width: 18px;
}
.sprite-allsites-social-facebook {
  background-position: -130px -73px !important;
}
.sprite-allsites-social-twitter {
  background-position: -156px -73px !important;
}
.bookie-ubet-background {
  background-color: #3c3c3c !important;
}
.bookie-ubet-secondary-background {
  background-color: #333333 !important;
}
.bookie-ubet-color {
  color: #3c3c3c !important;
}
.bookie-ubet-secondary-color {
  color: #333333 !important;
}
.bookie-ubet-font {
  color: #2b2b2b !important;
}
.bookie-ubet-secondary-font {
  color: #ffffff !important;
}
.bookie-ubet-border-color {
  border-color: #3c3c3c !important;
}
.bookie-ubet-border-bottom-color {
  border-bottom-color: #3c3c3c !important;
}
.bookie-ubet-secondary-border-color {
  border-color: #333333 !important;
}
.bookie-ubet-button {
  background-color: #3c3c3c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #1d1d1d;
}
.bookie-ubet-button:hover {
  background-color: #2f2f2f;
  border-bottom-color: #090909;
}
.bookie-ubet-spinner[disabled] > span {
  display: none;
}
.bookie-ubet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-ubet-spinner[disabled] .spinner > div {
  background-color: #3c3c3c;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-ubet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-ubet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-ubet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-ubet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-nswtab-background {
  background-color: #008952 !important;
}
.bookie-nswtab-secondary-background {
  background-color: #c3cf21 !important;
}
.bookie-nswtab-color {
  color: #008952 !important;
}
.bookie-nswtab-secondary-color {
  color: #c3cf21 !important;
}
.bookie-nswtab-font {
  color: #2b2b2b !important;
}
.bookie-nswtab-secondary-font {
  color: #2b2b2b !important;
}
.bookie-nswtab-border-color {
  border-color: #008952 !important;
}
.bookie-nswtab-border-bottom-color {
  border-bottom-color: #008952 !important;
}
.bookie-nswtab-secondary-border-color {
  border-color: #c3cf21 !important;
}
.bookie-nswtab-button {
  background-color: #008952;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #004c2d;
}
.bookie-nswtab-button:hover {
  background-color: #007043;
  border-bottom-color: #002315;
}
.bookie-nswtab-spinner[disabled] > span {
  display: none;
}
.bookie-nswtab-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-nswtab-spinner[disabled] .spinner > div {
  background-color: #008952;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-nswtab-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-nswtab-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-nswtab-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-nswtab-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-stab-background {
  background-color: #008952 !important;
}
.bookie-stab-secondary-background {
  background-color: #c3cf21 !important;
}
.bookie-stab-color {
  color: #008952 !important;
}
.bookie-stab-secondary-color {
  color: #c3cf21 !important;
}
.bookie-stab-font {
  color: #2b2b2b !important;
}
.bookie-stab-secondary-font {
  color: #2b2b2b !important;
}
.bookie-stab-border-color {
  border-color: #008952 !important;
}
.bookie-stab-border-bottom-color {
  border-bottom-color: #008952 !important;
}
.bookie-stab-secondary-border-color {
  border-color: #c3cf21 !important;
}
.bookie-stab-button {
  background-color: #008952;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #004c2d;
}
.bookie-stab-button:hover {
  background-color: #007043;
  border-bottom-color: #002315;
}
.bookie-stab-spinner[disabled] > span {
  display: none;
}
.bookie-stab-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-stab-spinner[disabled] .spinner > div {
  background-color: #008952;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-stab-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-stab-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-stab-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-stab-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-ladbrokes-background {
  background-color: #eb1c24 !important;
}
.bookie-ladbrokes-secondary-background {
  background-color: #333333 !important;
}
.bookie-ladbrokes-color {
  color: #eb1c24 !important;
}
.bookie-ladbrokes-secondary-color {
  color: #333333 !important;
}
.bookie-ladbrokes-font {
  color: #ffffff !important;
}
.bookie-ladbrokes-secondary-font {
  color: #ffffff !important;
}
.bookie-ladbrokes-border-color {
  border-color: #eb1c24 !important;
}
.bookie-ladbrokes-border-bottom-color {
  border-bottom-color: #eb1c24 !important;
}
.bookie-ladbrokes-secondary-border-color {
  border-color: #333333 !important;
}
.bookie-ladbrokes-button {
  background-color: #eb1c24;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #b91017;
}
.bookie-ladbrokes-button:hover {
  background-color: #da131b;
  border-bottom-color: #940d12;
}
.bookie-ladbrokes-spinner[disabled] > span {
  display: none;
}
.bookie-ladbrokes-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-ladbrokes-spinner[disabled] .spinner > div {
  background-color: #eb1c24;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-ladbrokes-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-ladbrokes-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-ladbrokes-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-ladbrokes-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-bookmaker-background {
  background-color: #000000 !important;
}
.bookie-bookmaker-secondary-background {
  background-color: #f8d830 !important;
}
.bookie-bookmaker-color {
  color: #000000 !important;
}
.bookie-bookmaker-secondary-color {
  color: #f8d830 !important;
}
.bookie-bookmaker-font {
  color: #ffffff !important;
}
.bookie-bookmaker-secondary-font {
  color: #2b2b2b !important;
}
.bookie-bookmaker-border-color {
  border-color: #000000 !important;
}
.bookie-bookmaker-border-bottom-color {
  border-bottom-color: #000000 !important;
}
.bookie-bookmaker-secondary-border-color {
  border-color: #f8d830 !important;
}
.bookie-bookmaker-button {
  background-color: #000000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #000000;
}
.bookie-bookmaker-button:hover {
  background-color: #000000;
  border-bottom-color: #000000;
}
.bookie-bookmaker-spinner[disabled] > span {
  display: none;
}
.bookie-bookmaker-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-bookmaker-spinner[disabled] .spinner > div {
  background-color: #000000;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-bookmaker-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-bookmaker-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-bookmaker-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-bookmaker-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-sportsbet-background {
  background-color: #30a5dd !important;
}
.bookie-sportsbet-secondary-background {
  background-color: #f8d830 !important;
}
.bookie-sportsbet-color {
  color: #30a5dd !important;
}
.bookie-sportsbet-secondary-color {
  color: #f8d830 !important;
}
.bookie-sportsbet-font {
  color: #ffffff !important;
}
.bookie-sportsbet-secondary-font {
  color: #2b2b2b !important;
}
.bookie-sportsbet-border-color {
  border-color: #30a5dd !important;
}
.bookie-sportsbet-border-bottom-color {
  border-bottom-color: #30a5dd !important;
}
.bookie-sportsbet-secondary-border-color {
  border-color: #f8d830 !important;
}
.bookie-sportsbet-button {
  background-color: #30a5dd;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #1d82b2;
}
.bookie-sportsbet-button:hover {
  background-color: #2299d1;
  border-bottom-color: #18698f;
}
.bookie-sportsbet-spinner[disabled] > span {
  display: none;
}
.bookie-sportsbet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-sportsbet-spinner[disabled] .spinner > div {
  background-color: #30a5dd;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-sportsbet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-sportsbet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-sportsbet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-sportsbet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-williamhill-background {
  background-color: #003056 !important;
}
.bookie-williamhill-secondary-background {
  background-color: #fdd300 !important;
}
.bookie-williamhill-color {
  color: #003056 !important;
}
.bookie-williamhill-secondary-color {
  color: #fdd300 !important;
}
.bookie-williamhill-font {
  color: #ffffff !important;
}
.bookie-williamhill-secondary-font {
  color: #2b2b2b !important;
}
.bookie-williamhill-border-color {
  border-color: #003056 !important;
}
.bookie-williamhill-border-bottom-color {
  border-bottom-color: #003056 !important;
}
.bookie-williamhill-secondary-border-color {
  border-color: #fdd300 !important;
}
.bookie-williamhill-button {
  background-color: #003056;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #000e19;
}
.bookie-williamhill-button:hover {
  background-color: #00223d;
  border-bottom-color: #000000;
}
.bookie-williamhill-spinner[disabled] > span {
  display: none;
}
.bookie-williamhill-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-williamhill-spinner[disabled] .spinner > div {
  background-color: #003056;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-williamhill-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-williamhill-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-williamhill-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-williamhill-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-centrebet-background {
  background-color: #000000 !important;
}
.bookie-centrebet-secondary-background {
  background-color: #ffa200 !important;
}
.bookie-centrebet-color {
  color: #000000 !important;
}
.bookie-centrebet-secondary-color {
  color: #ffa200 !important;
}
.bookie-centrebet-font {
  color: #ffffff !important;
}
.bookie-centrebet-secondary-font {
  color: #2b2b2b !important;
}
.bookie-centrebet-border-color {
  border-color: #000000 !important;
}
.bookie-centrebet-border-bottom-color {
  border-bottom-color: #000000 !important;
}
.bookie-centrebet-secondary-border-color {
  border-color: #ffa200 !important;
}
.bookie-centrebet-button {
  background-color: #000000;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #000000;
}
.bookie-centrebet-button:hover {
  background-color: #000000;
  border-bottom-color: #000000;
}
.bookie-centrebet-spinner[disabled] > span {
  display: none;
}
.bookie-centrebet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-centrebet-spinner[disabled] .spinner > div {
  background-color: #000000;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-centrebet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-centrebet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-centrebet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-centrebet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-bet365-background {
  background-color: #0b7a5d !important;
}
.bookie-bet365-secondary-background {
  background-color: #ffe53b !important;
}
.bookie-bet365-color {
  color: #0b7a5d !important;
}
.bookie-bet365-secondary-color {
  color: #ffe53b !important;
}
.bookie-bet365-font {
  color: #2b2b2b !important;
}
.bookie-bet365-secondary-font {
  color: #2b2b2b !important;
}
.bookie-bet365-border-color {
  border-color: #0b7a5d !important;
}
.bookie-bet365-border-bottom-color {
  border-bottom-color: #0b7a5d !important;
}
.bookie-bet365-secondary-border-color {
  border-color: #ffe53b !important;
}
.bookie-bet365-button {
  background-color: #0b7a5d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #064232;
}
.bookie-bet365-button:hover {
  background-color: #09634b;
  border-bottom-color: #031c16;
}
.bookie-bet365-spinner[disabled] > span {
  display: none;
}
.bookie-bet365-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-bet365-spinner[disabled] .spinner > div {
  background-color: #0b7a5d;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-bet365-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-bet365-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-bet365-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-bet365-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-betfair-background {
  background-color: #ffb80c !important;
}
.bookie-betfair-secondary-background {
  background-color: #1e1e1e !important;
}
.bookie-betfair-color {
  color: #ffb80c !important;
}
.bookie-betfair-secondary-color {
  color: #1e1e1e !important;
}
.bookie-betfair-font {
  color: #2b2b2b !important;
}
.bookie-betfair-secondary-font {
  color: #ffffff !important;
}
.bookie-betfair-border-color {
  border-color: #ffb80c !important;
}
.bookie-betfair-border-bottom-color {
  border-bottom-color: #ffb80c !important;
}
.bookie-betfair-secondary-border-color {
  border-color: #1e1e1e !important;
}
.bookie-betfair-button {
  background-color: #ffb80c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #ce9200;
}
.bookie-betfair-button:hover {
  background-color: #f2ab00;
  border-bottom-color: #a57500;
}
.bookie-betfair-spinner[disabled] > span {
  display: none;
}
.bookie-betfair-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-betfair-spinner[disabled] .spinner > div {
  background-color: #ffb80c;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-betfair-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-betfair-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-betfair-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-betfair-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-betstar-background {
  background-color: #034ea2 !important;
}
.bookie-betstar-secondary-background {
  background-color: #f79421 !important;
}
.bookie-betstar-color {
  color: #034ea2 !important;
}
.bookie-betstar-secondary-color {
  color: #f79421 !important;
}
.bookie-betstar-font {
  color: #ffffff !important;
}
.bookie-betstar-secondary-font {
  color: #2b2b2b !important;
}
.bookie-betstar-border-color {
  border-color: #034ea2 !important;
}
.bookie-betstar-border-bottom-color {
  border-bottom-color: #034ea2 !important;
}
.bookie-betstar-secondary-border-color {
  border-color: #f79421 !important;
}
.bookie-betstar-button {
  background-color: #034ea2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #023166;
}
.bookie-betstar-button:hover {
  background-color: #034289;
  border-bottom-color: #011e3e;
}
.bookie-betstar-spinner[disabled] > span {
  display: none;
}
.bookie-betstar-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-betstar-spinner[disabled] .spinner > div {
  background-color: #034ea2;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-betstar-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-betstar-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-betstar-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-betstar-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-crownbet-background {
  background-color: #943a90 !important;
}
.bookie-crownbet-secondary-background {
  background-color: #253b80 !important;
}
.bookie-crownbet-color {
  color: #943a90 !important;
}
.bookie-crownbet-secondary-color {
  color: #253b80 !important;
}
.bookie-crownbet-font {
  color: #ffffff !important;
}
.bookie-crownbet-secondary-font {
  color: #ffffff !important;
}
.bookie-crownbet-border-color {
  border-color: #943a90 !important;
}
.bookie-crownbet-border-bottom-color {
  border-bottom-color: #943a90 !important;
}
.bookie-crownbet-secondary-border-color {
  border-color: #253b80 !important;
}
.bookie-crownbet-button {
  background-color: #943a90;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #682965;
}
.bookie-crownbet-button:hover {
  background-color: #82337e;
  border-bottom-color: #4b1d49;
}
.bookie-crownbet-spinner[disabled] > span {
  display: none;
}
.bookie-crownbet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-crownbet-spinner[disabled] .spinner > div {
  background-color: #943a90;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-crownbet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-crownbet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-crownbet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-crownbet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-unibet-background {
  background-color: #4b9542 !important;
}
.bookie-unibet-secondary-background {
  background-color: #333333 !important;
}
.bookie-unibet-color {
  color: #4b9542 !important;
}
.bookie-unibet-secondary-color {
  color: #333333 !important;
}
.bookie-unibet-font {
  color: #2b2b2b !important;
}
.bookie-unibet-secondary-font {
  color: #ffffff !important;
}
.bookie-unibet-border-color {
  border-color: #4b9542 !important;
}
.bookie-unibet-border-bottom-color {
  border-bottom-color: #4b9542 !important;
}
.bookie-unibet-secondary-border-color {
  border-color: #333333 !important;
}
.bookie-unibet-button {
  background-color: #4b9542;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #366b2f;
}
.bookie-unibet-button:hover {
  background-color: #42833a;
  border-bottom-color: #274e23;
}
.bookie-unibet-spinner[disabled] > span {
  display: none;
}
.bookie-unibet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-unibet-spinner[disabled] .spinner > div {
  background-color: #4b9542;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-unibet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-unibet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-unibet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-unibet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-palmerbet-background {
  background-color: #8391c0 !important;
}
.bookie-palmerbet-secondary-background {
  background-color: #2e2f34 !important;
}
.bookie-palmerbet-color {
  color: #8391c0 !important;
}
.bookie-palmerbet-secondary-color {
  color: #2e2f34 !important;
}
.bookie-palmerbet-font {
  color: #2b2b2b !important;
}
.bookie-palmerbet-secondary-font {
  color: #ffffff !important;
}
.bookie-palmerbet-border-color {
  border-color: #8391c0 !important;
}
.bookie-palmerbet-border-bottom-color {
  border-bottom-color: #8391c0 !important;
}
.bookie-palmerbet-secondary-border-color {
  border-color: #2e2f34 !important;
}
.bookie-palmerbet-button {
  background-color: #8391c0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #5a6dab;
}
.bookie-palmerbet-button:hover {
  background-color: #7282b7;
  border-bottom-color: #4a5b93;
}
.bookie-palmerbet-spinner[disabled] > span {
  display: none;
}
.bookie-palmerbet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-palmerbet-spinner[disabled] .spinner > div {
  background-color: #8391c0;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-palmerbet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-palmerbet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-palmerbet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-palmerbet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-betfairback-background {
  background-color: #ffb80c !important;
}
.bookie-betfairback-secondary-background {
  background-color: #1e1e1e !important;
}
.bookie-betfairback-color {
  color: #ffb80c !important;
}
.bookie-betfairback-secondary-color {
  color: #1e1e1e !important;
}
.bookie-betfairback-font {
  color: #ffffff !important;
}
.bookie-betfairback-secondary-font {
  color: #ffffff !important;
}
.bookie-betfairback-border-color {
  border-color: #ffb80c !important;
}
.bookie-betfairback-border-bottom-color {
  border-bottom-color: #ffb80c !important;
}
.bookie-betfairback-secondary-border-color {
  border-color: #1e1e1e !important;
}
.bookie-betfairback-button {
  background-color: #ffb80c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #ce9200;
}
.bookie-betfairback-button:hover {
  background-color: #f2ab00;
  border-bottom-color: #a57500;
}
.bookie-betfairback-spinner[disabled] > span {
  display: none;
}
.bookie-betfairback-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-betfairback-spinner[disabled] .spinner > div {
  background-color: #ffb80c;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-betfairback-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-betfairback-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-betfairback-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-betfairback-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-betfairlay-background {
  background-color: #f77ab2 !important;
}
.bookie-betfairlay-secondary-background {
  background-color: #000000 !important;
}
.bookie-betfairlay-color {
  color: #f77ab2 !important;
}
.bookie-betfairlay-secondary-color {
  color: #000000 !important;
}
.bookie-betfairlay-font {
  color: #2b2b2b !important;
}
.bookie-betfairlay-secondary-font {
  color: #ffffff !important;
}
.bookie-betfairlay-border-color {
  border-color: #f77ab2 !important;
}
.bookie-betfairlay-border-bottom-color {
  border-bottom-color: #f77ab2 !important;
}
.bookie-betfairlay-secondary-border-color {
  border-color: #000000 !important;
}
.bookie-betfairlay-button {
  background-color: #f77ab2;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #f44091;
}
.bookie-betfairlay-button:hover {
  background-color: #f662a4;
  border-bottom-color: #f11a7a;
}
.bookie-betfairlay-spinner[disabled] > span {
  display: none;
}
.bookie-betfairlay-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-betfairlay-spinner[disabled] .spinner > div {
  background-color: #f77ab2;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-betfairlay-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-betfairlay-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-betfairlay-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-betfairlay-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.bookie-ubet-background {
  background-color: #3c3c3c !important;
}
.bookie-ubet-secondary-background {
  background-color: #6bb53d !important;
}
.bookie-ubet-color {
  color: #3c3c3c !important;
}
.bookie-ubet-secondary-color {
  color: #6bb53d !important;
}
.bookie-ubet-font {
  color: #ffffff !important;
}
.bookie-ubet-secondary-font {
  color: #ffffff !important;
}
.bookie-ubet-border-color {
  border-color: #3c3c3c !important;
}
.bookie-ubet-border-bottom-color {
  border-bottom-color: #3c3c3c !important;
}
.bookie-ubet-secondary-border-color {
  border-color: #6bb53d !important;
}
.bookie-ubet-button {
  background-color: #3c3c3c;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
  border-bottom-color: #1d1d1d;
}
.bookie-ubet-button:hover {
  background-color: #2f2f2f;
  border-bottom-color: #090909;
}
.bookie-ubet-spinner[disabled] > span {
  display: none;
}
.bookie-ubet-spinner[disabled] .spinner {
  margin: auto auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.bookie-ubet-spinner[disabled] .spinner > div {
  background-color: #3c3c3c;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.bookie-ubet-spinner[disabled] .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.bookie-ubet-spinner[disabled] .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.bookie-ubet-spinner[disabled] .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.bookie-ubet-spinner[disabled] .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* Standard across all sites for desktop */
/* Header, Footer and Grid */
body {
  margin: 0;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", Arial, "Tahoma", "Geneva", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-size: 13px;
  line-height: 19px;
  color: #2b2b2b;
  background-color: #ffffff;
}
a {
  color: #76c131;
  text-decoration: none;
}
a:hover {
  color: #5d9827;
  text-decoration: underline;
}
b a {
  color: #76c131;
}
b a:hover {
  color: #6aad2c;
}
strong a {
  color: #76c131;
}
strong a:hover {
  color: #6aad2c;
}
header a:hover,
header a:focus {
  text-decoration: none;
  outline: 0;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  padding-bottom: 20px;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after:before,
.container:after:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row > div {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.row > div.col-1-1 {
  width: 1024px;
}
.row > div.col-1-2 {
  width: 502px;
}
.row > div.col-1-3 {
  width: 328px;
}
.row > div.col-1-4 {
  width: 241px;
}
.row > div.col-1-6 {
  width: 154px;
}
.row > div.col-2-6 {
  width: 328px;
}
.row > div.col-3-6 {
  width: 502px;
}
.row > div.col-2-3 {
  width: 676px;
}
.row > div.col-3-4 {
  width: 763px;
}
.row > div + div {
  margin-left: 20px;
}
body {
  width: 100%;
  min-width: 20em;
  background-color: #f9f9f9;
}
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1024px;
}
.wrapperfade {
  background: url('//dnu5embx6omws.cloudfront.net/background/big-fade.png') repeat-x scroll -70% 0 rgba(0, 0, 0, 0);
}
#header-wrap {
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
#main {
  clear: both;
  z-index: 3;
  height: auto !important;
  background: url("//dnu5embx6omws.cloudfront.net/background/noise.gif") repeat scroll -70% 0 #f9f9f9;
  border-top: 3px solid #76c131;
}
#main .block {
  padding: 2.625em 1.875em;
}
ul {
  margin: 0px;
}
footer {
  background-size: 4px auto;
  padding-bottom: 0;
}
#pageContent {
  height: auto !important;
  padding-bottom: 0px;
  padding-top: 30px;
  overflow: hidden;
}
#pageContent > .container {
  min-height: 77vh;
}
.login-area-web div.proOff {
  height: 2px;
  float: right;
  margin-top: -2px;
  width: 30px;
}
.hiddenWeb {
  display: none !important;
}
.hiddenMobile {
  display: block !important;
}
.hiddenInlineWeb {
  display: none;
}
.hiddenInlineMobile {
  display: inline;
}
.hiddenInlineBlockWeb {
  display: none;
}
.hiddenInlineBlockMobile {
  display: inline-block;
}
.hiddenTableCellWeb {
  display: none;
}
.hiddenTableCellMobile {
  display: table-cell;
}
p {
  margin: 0 0 20.5px;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", Arial, "Tahoma", "Geneva", sans-serif;
  font-size: 13px;
  line-height: 19px;
}
p small {
  font-size: 11px;
  color: #aaaaaa;
}
.lead {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 200;
  line-height: 28.5px;
}
h1,
h2,
h3,
h4,
span.mimic-h1,
div.mimic-h2,
span.mimic-h2,
span.mimic-h3,
span.mimic-h4 {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  color: #555555;
}
h1,
span.mimic-h1 {
  padding: 0px 0px 20px 0px;
  font-size: 28px;
  line-height: 34px;
}
h2,
span.mimic-h2,
div.mimic-h2 {
  padding: 0px 0px 8px 0px;
  font-size: 22px;
  line-height: 28px;
}
h3,
span.mimic-h3 {
  padding: 0px 0px 8px 0px;
  font-size: 18px;
  line-height: 24px;
}
h4,
span.mimic-h4 {
  padding: 0px 0px 8px 0px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2b2b2b;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9.5px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 19px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 19px;
}
dt,
dd {
  line-height: 19px;
}
dt {
  font-weight: bold;
  line-height: 18px;
}
dd {
  margin-left: 9.5px;
}
.dl-horizontal dt {
  float: left;
  width: 150px;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 160px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 19px;
  font-style: normal;
  line-height: 19px;
}
small {
  font-size: 100%;
}
a {
  outline: 0;
}
form {
  margin: 0 0 19px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
}
input,
button,
select,
textarea {
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", Arial, "Tahoma", "Geneva", sans-serif;
}
input.blur,
textarea.blur {
  color: #999;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #2b2b2b;
  margin-right: 8px;
}
input,
textarea,
select {
  display: inline-block;
  width: 210px;
  height: 19px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 19px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  outline: none;
  border-radius: 4px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0 \9;
  /* IE9 and down */
  border-radius: 0;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
input:disabled {
  background-color: #efefef;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  height: auto;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 23px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -22px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.styled-select {
  height: 25px;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 5px;
  float: left;
  margin-right: 6px;
  margin-bottom: 9px;
  position: relative;
}
.styled-select:before {
  position: absolute;
  right: 8px;
  top: 10px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaaaaa;
}
.styled-select select {
  width: 100%;
  padding: 4px 4px 4px 4px;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 25px !important;
  -webkit-appearance: none;
  cursor: pointer;
  margin-right: -23px;
  border-color: #cccccc;
  background: url('//dnu5embx6omws.cloudfront.net/background/glass-30.png') left top rgba(0, 0, 0, 0);
}
.styled-select:last-child {
  margin-right: 0px;
}
.styled-select:hover {
  border-color: #cccccc;
}
.styled-select select optgroup {
  padding: 4px;
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
}
.styled-select select optgroup option {
  text-transform: none;
  font-size: 12px;
  padding: 4px;
  color: #555555;
}
.styled-select select option {
  padding: 3px;
}
.styled-select select option:hover {
  background-color: #dadada;
}
/* Text inputs */
input,
textarea {
  background-color: #ffffff;
  border: 1px solid #dadada;
  color: #aaaaaa;
  padding-left: 10px;
  transition: all 200ms ease;
}
input[type="text"]:focus,
textarea:focus {
  border: 1px solid #76c131;
  color: #555555;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
.input-xxxlarge {
  width: 412px;
  height: 90px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"] {
  float: none;
  margin-left: 0;
}
.help-block,
.help-inline {
  color: #555555;
  font-size: 11px;
}
.help-block {
  display: block;
  margin-bottom: 9.5px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.help-inline span {
  margin-left: 5px;
  font-size: 13px;
}
.help-inline img {
  margin-top: -9px;
}
form .control-group,
div.pseudo-form .control-group {
  margin-bottom: 5px;
}
form .control-group:before,
div.pseudo-form .control-group:before,
form .control-group:after,
div.pseudo-form .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
form .control-group:after,
div.pseudo-form .control-group:after {
  clear: both;
}
form .control-group .styled-select,
div.pseudo-form .control-group .styled-select,
form .control-group .mobile-styled-select,
div.pseudo-form .control-group .mobile-styled-select {
  margin-bottom: 14px;
  width: 285px;
}
form .control-group .controls,
div.pseudo-form .control-group .controls {
  width: 502px;
  margin-left: 160px;
}
form .control-group .controls .controls-stacked,
div.pseudo-form .control-group .controls .controls-stacked {
  margin-bottom: 14px;
}
form .control-group .controls .controls-stacked:last-child,
div.pseudo-form .control-group .controls .controls-stacked:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
form .control-group .controls .controls-stacked textarea,
div.pseudo-form .control-group .controls .controls-stacked textarea {
  width: 296px;
}
form .control-group .controls label.checkbox,
div.pseudo-form .control-group .controls label.checkbox {
  padding-top: 3px;
}
form .control-group .controls label.split,
div.pseudo-form .control-group .controls label.split {
  width: 20%;
  line-height: 24px;
  margin-right: 0px;
  float: left;
}
form .control-group > label,
div.pseudo-form .control-group > label {
  float: left;
  padding-top: 5px;
  text-align: right;
}
form .help-block,
div.pseudo-form .help-block {
  margin-top: 3px;
  margin-bottom: 0;
  color: #888888;
  width: 500px;
}
form .form-actions,
div.pseudo-form .form-actions {
  padding-left: 160px;
}
/* Standard site-wide tables */
table {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  width: 100%;
  border: 0;
}
table thead tr th,
table thead tr td,
table tfoot tr th {
  font-weight: normal;
  border: 1px solid #dadada;
  color: #2b2b2b;
  padding: 6px;
  font-size: 12px;
}
table tbody tr td,
table tfoot tr td {
  border: 1px solid #dadada;
  padding: 4px;
  font-size: 11px;
  background-color: #ffffff;
}
table thead tr th {
  background-color: #f4f4f4;
}
table tbody tr:nth-child(odd) td,
table tfoot tr:nth-child(odd) td {
  background-color: #fdfdfd;
}
table tbody tr:hover td,
table tfoot tr:hover td {
  background-color: #f9f9f9;
}
table thead tr:hover td:hover,
table tfoot tr:hover td:hover {
  background-color: #f4f4f4;
}
table tbody tr.highlight td {
  background-color: #eef6eb;
}
table thead tr.gutter th:first-of-type,
table tbody tr.gutter td:first-of-type {
  width: 10px;
  max-width: 10px;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  padding: 0px;
}
table thead tr.gutter th:last-of-type,
table tbody tr.gutter td:last-of-type {
  width: 10px;
  max-width: 10px;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  padding: 0px;
}
table tbody tr td.noLeft {
  border-left: 0px;
}
table tbody tr td.noRight {
  border-left: 0px;
}
table tr th p small {
  font-weight: normal;
}
table tr.group-header td {
  background-color: #efefef;
}
table caption {
  color: #555555;
  text-align: left;
  padding: 0px 0px 20px 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-weight: bold;
  text-shadow: none;
  border: none;
  border-bottom: 3px solid #379239;
  line-height: 13px;
  color: #ffffff;
  background-color: #76c131;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
}
.button:hover {
  text-decoration: none;
  background-color: #379239;
  border-bottom-color: #333333;
  color: #ffffff;
}
.button.shell {
  background-color: transparent;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #76c131;
  color: #76c131;
  padding: 4px 12px 4px;
}
.button.shell:hover {
  background-color: #76c131;
  color: #ffffff;
}
.button.mini {
  font-size: 13px;
  background-color: #333333;
  box-shadow: none;
  color: #ffffff;
  border-bottom: 2px solid #379239;
  padding: 6px 15px 5px;
  border-radius: 3px;
}
.button.mini:hover {
  background-color: #379239;
}
.button.normal {
  font-size: 13px;
  padding: 8px 14px;
}
.button.large {
  font-size: 15px;
  padding: 10px 35px;
}
.button.gigantor {
  font-size: 17px;
  padding: 15px 55px;
}
.button.fullwidth {
  display: block;
}
a.button {
  line-height: 12px;
  *line-height: 20px;
}
.button.grey,
.button[disabled] {
  color: #aaaaaa;
  border-color: #dadada;
  background-color: #ededeb;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0px;
}
.button.grey.shell,
.button[disabled].shell {
  background-color: transparent;
  border-radius: 4px;
}
.button.grey.mini,
.button[disabled].mini {
  border-radius: 3px;
}
.button.grey:hover,
.button[disabled]:hover {
  background-color: #dadada;
}
#nav {
  position: relative;
  margin-top: -47px;
  margin-bottom: 2px;
}
#nav > .container .main-navi {
  margin: 10px 0px -2px 0px;
}
#nav > .container > ul > li {
  display: block;
  position: relative;
  float: left;
  margin-right: 4px;
}
#nav > .container > ul > li > a {
  color: #ffffff;
  font-weight: bold;
  background-color: #76c131;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: none;
  padding: 4px 8px 6px;
  display: block;
}
#nav > .container > ul > li > a:hover {
  background-color: #7bc933;
}
#nav > .container > ul > li.active > a {
  background-color: #76c131;
}
.header-button-left > a > div > div.menu-stack-1 {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.header-button-left > a > div > div.menu-stack-2 {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 20px;
}
.header-button-left > a > div > div.menu-stack-3 {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 16px;
  width: 20px;
}
.breadcrumbs {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs a.active {
  color: #888888;
}
.banner-mini-right {
  text-align: center;
  margin-bottom: 20px;
}
/* Modules */
.Module {
  margin-bottom: 25px;
}
/* new modules for when we launch the consolidated home page? */
.Module > h1,
.Module > h2,
.Module > h3,
.Module > .TitleSplit > h1,
.Module > .TitleSplit > h2,
.Module > .TitleSplit > h3 {
  color: #555555;
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 23px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.Module > .TitleSplit {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  line-height: 23px;
}
.Module > .TitleSplit > .right {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
.Module > .TitleSplit > .right a {
  color: #aaaaaa;
  font-size: 13px;
  font-weight: bold;
}
.Module > .TitleSplit > .right a:hover {
  text-decoration: none;
}
.Module > h1 > a,
.Module > .TitleSplit > h1 > a,
.Module > h2 > a,
.Module > .TitleSplit > h2 > a,
.Module > h3 > a,
.Module > .TitleSplit > h3 > a {
  color: #555555;
}
.Module .moduleItem {
  padding: 10px;
  border-bottom: 1px solid #dadada;
  background-color: #ffffff;
  border-top: none;
  border-collapse: collapse;
}
.Module .moduleItem:hover {
  background-color: #f9f9f9;
}
.Module .moduleItem a:hover {
  text-decoration: none;
}
.Module a.moduleItem {
  display: block;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
.Module a.moduleItem:hover,
.Module a.moduleItem.active {
  background-color: #f9f9f9;
  text-decoration: none;
}
.Module > .ModuleContent > ul {
  background-color: #ffffff;
  border: 1px solid #dadada;
}
.Module > .TitleSplit > div.right a.button {
  color: #ffffff;
  font-weight: normal;
  font-size: 11px;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", Arial, "Tahoma", "Geneva", sans-serif;
}
.Module table tbody tr td {
  border: 0px;
  box-shadow: none;
  vertical-align: top;
}
.Module > div.indent {
  padding: 10px;
}
.Module .moduleItem.first {
  border-top: 0px;
}
.Module .moduleItem .avleft {
  float: left;
  width: 37px;
  line-height: 12px;
}
.Module .moduleItem .avleft > img {
  width: 28px;
  height: 28px;
}
.Module .moduleItem .bvleft {
  float: left;
  width: 42px;
  line-height: 12px;
  padding-right: 5px;
  text-align: center;
}
.Module .moduleItem .bvleft .sprite-theme-calendar {
  width: 39px;
  height: 39px;
}
.Module .moduleItem .bvleft .sprite-theme-calendar > .calendar-day {
  color: black;
  font-family: Arial;
  line-height: 25px;
  font-size: 18px;
}
.Module .moduleItem .bvleft .sprite-theme-calendar > .calendar-month {
  color: #ffffff;
  font-family: Arial;
  line-height: 11px;
  font-size: 9px;
}
.Module .moduleItem .avcontent {
  float: left;
  width: 222px;
  font-size: 11px;
  color: #2b2b2b;
  line-height: 12px;
}
.Module .moduleItem .avcontent > div.title {
  font-size: 12px;
  line-height: 18px;
  margin-top: -2px;
}
.Module .moduleItem .avcontent > div.title a {
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding-left: 20px;
}
.Module .moduleItem .avcontent > div.info {
  line-height: 15px;
}
.Module .smallLight {
  color: #888888;
  font-size: 11px;
}
.Module .moduleSection {
  color: #2b2b2b;
  font-size: 11px;
  background-color: transparent;
  padding: 3px 3px 3px 0;
  border: none;
}
.Module .moduleSection:first-child {
  margin-top: -3px;
  padding: 0px 3px 3px 0;
}
.Module div.runner-container div.csRunner {
  padding-top: 12px;
  padding-bottom: 12px;
}
.Module div.runner-container div.csRunner:first-child {
  border-top: 1px solid #dadada;
}
.Module div.runner-container div.csRunner:nth-child(odd) {
  background-color: #ffffff;
}
.Module .moduleItem.zeb:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.95);
}
.Module .moduleItem.zebrev {
  background-color: rgba(255, 255, 255, 0.95);
}
.Module .moduleItem.zebrev:nth-child(odd) {
  background-color: #ffffff;
}
/* Module slats for recent forum discussions */
.Module .ForumPosts div.boundslats div.moduleItem {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
}
.Module .ForumPosts div.boundslats div.moduleItem:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.Module .ForumPosts div.boundslats div.moduleItem a > img {
  /* avatars */
  margin: 0 3px 0 0;
  float: left;
  border-radius: 13px;
}
.Module .ForumPosts div.boundslats div.moduleItem > div {
  line-height: 1.4;
  margin: 0 0 0 36px;
}
.Module .ForumPosts div.boundslats div.moduleItem > div.head {
  white-space: nowrap;
  overflow: hidden;
  height: 19px;
  font-size: 12px;
}
/* Module slats for the live blog */
.Module .LiveBlogPosts {
  overflow: hidden;
  height: 300px;
}
.Module .LiveBlogPosts .boundslats .moduleItem {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
}
.Module .LiveBlogPosts .boundslats .moduleItem:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}
.Module .LiveBlogPosts .boundslats .moduleItem a > img {
  /* avatars */
  margin: 0 3px 0 0;
  float: left;
  border-radius: 13px;
}
.Module .LiveBlogPosts .boundslats .moduleItem > div {
  line-height: 1.4;
  margin: 0 0 0 36px;
}
.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
  /* &.in     { .opacity(@tooltip-opacity); }*/
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 1px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.pager {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pager ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
.pager ul:before,
.pager ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager ul:after {
  clear: both;
}
.pager ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
.pager ul li a {
  padding: 4px 9px;
  border-radius: 0px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  border-right: 1px solid transparent;
  color: #aaaaaa;
  margin: 0;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}
.pager ul li a:hover {
  text-decoration: none;
}
.pager ul li:not(.disabled) a:hover {
  border-color: #76c131;
  color: #76c131;
  text-decoration: none;
}
.pager ul li:first-child a {
  border-radius: 2px 0px 0px 2px;
}
.pager ul li:last-child a {
  border-radius: 0px 2px 2px 0px;
  border-right: 1px solid #dadada;
}
.pager ul li:last-child a:hover {
  border-color: #76c131;
}
.pager ul li.active a {
  border-color: #76c131;
  color: #76c131;
  text-decoration: none;
}
.pager ul li.disabled a {
  background-color: #f9f9f9;
}
.pager ul li.disabled a:hover {
  cursor: not-allowed;
}
.nav-tabs {
  margin-left: 0;
  list-style: none;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
.nav-tabs:before,
.nav-tabs:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
  cursor: default;
}
.nav-tabs > li > a {
  display: block;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  color: #aaaaaa;
  margin-right: 24px;
  padding-top: 0px;
  padding-bottom: 6px;
  font-size: 14px;
  margin-bottom: -1px;
  line-height: 19px;
}
.nav-tabs > li > a:hover {
  color: #2b2b2b;
  text-decoration: none;
  border-bottom: 3px solid #dadada;
}
.nav-tabs .active > a {
  color: #76c131;
  border-bottom: 3px solid #76c131;
}
.nav-tabs .active > a:hover {
  color: #379239;
  border-bottom: 3px solid #76c131;
}
.nav-tabs-mini {
  list-style: none;
  margin: 0px;
}
.nav-tabs-mini:before,
.nav-tabs-mini:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs-mini:after {
  clear: both;
}
.nav-tabs-mini > li {
  float: right;
  cursor: default;
}
.nav-tabs-mini > li > a {
  display: block;
  color: #aaaaaa;
  margin-right: 5px;
  padding: 0px 2px 0px 2px;
  margin-bottom: -1px;
}
.nav-tabs-mini > li > a:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.nav-tabs-mini .active > a {
  color: #76c131;
  border-bottom: 1px solid #76c131;
}
.nav-tabs-mini .active > a:hover {
  color: #379239;
}
/* Punters specific elements */
.way2bet-top-nav {
  margin-top: 0px;
  width: 100%;
}
.way2bet-top-nav ul {
  list-style: none;
  width: 100%;
  margin-left: 0px;
  height: 45px;
  margin-bottom: 20px;
}
.way2bet-top-nav ul li {
  float: left;
  border-right: 1px solid #fff;
  display: inline-block;
  height: 30px;
  width: 168px;
}
.way2bet-top-nav ul li a {
  padding: 8px 0;
  background-color: #347ecb;
  display: block;
  height: 100%;
  width: 100%;
}
.way2bet-top-nav ul li img {
  margin: 4px 0 0 14px;
  max-height: 20px;
  max-width: 20px;
  float: left;
}
.way2bet-top-nav .nav-item {
  margin: 6px 0 0 14px;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: bold;
}
.bookie-strip {
  width: 100%;
  display: block;
  margin-top: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}
.bookie-strip .bookie-signup {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.bookie-strip .bookie-signup__offer {
  float: left;
  width: 14%;
  /* 100% divided by 7 bookies */
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
  opacity: 0.95;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  min-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bookie-strip .bookie-signup__offer:last-child {
  margin-right: 0;
}
.bookie-strip .bookie-signup__link {
  padding-top: 0px;
  display: block;
  text-decoration: none;
  margin: auto;
  width: 71px;
}
.bookie-strip .bookie-signup__link span {
  font-weight: normal;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", Arial, "Tahoma", "Geneva", sans-serif;
}
.bookie-strip .bookie-signup__link span.promo-offer {
  color: #006aaa;
  font-size: 22px;
  line-height: 27px;
}
.bookie-strip .bookie-signup__link span.promo-type {
  color: #4d4d4d;
  font-size: 12px;
  padding-bottom: 5px;
}
.bookie-strip .bookie-signup__link:hover {
  text-decoration: none;
}
.bookie-strip .featured {
  margin-top: -10px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  width: 78px;
  opacity: 1;
}
.bookie-strip .featured:hover {
  opacity: 1;
}
.bookie-strip .featured:hover img {
  opacity: 1;
}
.bookie-strip .featured .bookie-signup__logo {
  margin-bottom: 0;
}
.bookie-strip .featured .bookie-signup__recommended {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  font-weight: normal;
  margin-top: -7px;
}
.betting-betbox {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
.betting-betbox .betbox {
  height: 198px;
  border: 0px;
  float: left;
  text-align: center;
  display: block;
  width: 19.5%;
  color: #555555;
  box-shadow: 0 2px 0px 0px #cdcdcd;
  overflow: hidden;
  background-color: #f4f4f4;
}
.betting-betbox .betbox .betbox-inner {
  border: 1px solid #dadada;
  border-left: 0px solid #dadada;
  height: 100%;
}
.betting-betbox .betbox:hover {
  background-color: #ffffff;
  text-decoration: none;
}
.betting-betbox .betbox:first-child {
  border-radius: 8px 0px 0px 8px;
}
.betting-betbox .betbox:first-child .betbox-inner {
  border-left: 1px solid #dadada;
}
.betting-betbox .betbox:last-child {
  border-radius: 0px 8px 8px 0px;
}
.betting-betbox .betbox .betbox-head {
  height: 37px;
  padding: 0px 12px;
  text-align: center;
}
.betting-betbox .betbox .betbox-head > img {
  margin-top: 2px;
}
.betting-betbox .betbox .betbox-body {
  font-size: 11px;
  line-height: 15px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  color: #aaaaaa;
  padding: 14px 0 10px;
}
.betting-betbox .betbox .betbox-dollars {
  font-size: 39px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  margin-left: -8px;
}
.betting-betbox .betbox .betbox-type {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #aaaaaa;
}
.betting-betbox .betbox .betbox-link {
  margin-top: 10px;
}
.betting-betbox .betbox .betbox-link span.button {
  width: 80px;
  padding: 4px 12px;
  font-size: 12px;
}
.betting-betbox .betbox .betbox-link span.button:hover {
  text-decoation: none;
}
.betting-betbox .betbox.featured {
  width: 22%;
  top: -12px;
  position: relative;
  height: 220px;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: visible;
}
.betting-betbox .betbox.featured .betbox-inner {
  border-radius: 8px;
}
.betting-betbox .betbox.featured .betbox-head {
  border-radius: 8px 8px 0px 0px;
}
.betting-betbox .betbox.featured .betbox-body {
  padding: 7px 0 5px;
}
.betting-betbox .betbox.featured .betbox-dollars {
  font-size: 45px;
  font-weight: bold;
  padding: 10px 0 12px 0;
}
.betting-betbox .betbox.featured .recommended-sash {
  background-color: #fada00;
  color: #000;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 11px;
  padding: 3px;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
  box-shadow: 0px 1px 1px #e5e5e5;
}
.betting-betbox .betbox.featured .recommended-sash:before {
  float: left;
  position: absolute;
  left: 0px;
  bottom: -6px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid rgba(0, 0, 0, 0);
  border-right: 7px solid #b79f00;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
}
.betting-betbox .betbox.featured .recommended-sash:after {
  float: right;
  position: absolute;
  right: 0px;
  bottom: -6px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #b79f00;
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
}
.betting-betbox .betbox.featured .betbox-link {
  margin-top: 3px;
}
.betting-betbox .betbox.featured .betbox-link span.button {
  font-size: 14px;
  padding: 8px 10px 8px 10px;
  width: 110px;
}
.noShow {
  display: none;
  visibility: hidden;
}
.button {
  background-color: #333333;
  border-bottom: none;
}
.button:hover {
  background-color: #76c131;
}
.button.normal {
  padding: 7px 14px;
}
body {
  margin: 0;
}
#wrapper header {
  width: 100%;
  margin-bottom: 0px;
  height: 100px;
  text-align: center;
  background-color: #333333;
}
#wrapper header h2 {
  display: block;
  margin: 10px 0 8px 10px;
  color: #fff;
  font-size: 15px;
  padding: 0px;
}
#wrapper header a {
  text-decoration: none;
  outline: 0;
}
#wrapper header {
  overflow: hidden;
}
#wrapper header #header {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  padding-bottom: 20px;
}
#wrapper header #header .brand {
  float: left;
  margin-top: 27px;
}
#wrapper header #header .advert {
  margin-top: 5px;
  float: right;
}
#wrapper footer {
  background-color: #333333;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 0px;
}
#wrapper footer .footerinside {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  padding-bottom: 10px;
  position: relative;
}
#wrapper footer .footerinside .footermenu {
  margin-left: 50px;
}
#wrapper footer .footerinside .footermenu .footer-links-container {
  padding: 25px;
  line-height: 18px;
}
#wrapper footer .footerinside .footermenu .footer-links-container .links {
  float: left;
  margin-left: 32px;
}
#wrapper footer a {
  text-decoration: none;
  color: white;
  font-size: 13px;
}
.main-menu a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.main-menu a.active {
  background-color: #76c131;
}
.main-menu > div {
  background-color: #333333;
  color: white;
  margin-bottom: 7px;
  font-size: 13px;
}
.main-menu > div > a {
  padding-bottom: 7px;
  padding-top: 7px;
  padding-left: 7px;
  display: block;
  font-weight: bold;
}
.main-menu > div:hover {
  background-color: #76c131;
}
.bookie-offers a .offer {
  background-color: #fafafa;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #dadada;
  width: 120px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #555555;
  float: right;
  margin-right: 18px;
}
.bookie-offers a .offer .header {
  height: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bookie-offers a .offer .header > img {
  width: 80px;
  margin-top: 3px;
}
.bookie-offers a .offer .amount {
  font-size: 35px;
  font-weight: bold;
  margin-top: 15px;
}
.bookie-offers a .offer .detail {
  font-size: 11px;
  color: #aaaaaa;
  margin-top: 10px;
}
.bookie-offers a .offer .join-button {
  margin-top: 7px;
}
.bookie-offers a .offer .recommended-sash {
  background-color: #fada00;
  color: #000;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 11px;
  padding: 3px;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
  box-shadow: 0px 1px 1px #e5e5e5;
}
.bookie-offers a .offer .recommended-sash:before {
  float: left;
  position: absolute;
  left: 0px;
  bottom: -6px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 0px solid rgba(0, 0, 0, 0);
  border-right: 7px solid #b79f00;
  border-bottom: 6px solid rgba(0, 0, 0, 0);
}
.bookie-offers a .offer .recommended-sash:after {
  float: right;
  position: absolute;
  right: 0px;
  bottom: -6px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #b79f00;
  border-right: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
}
.bookie-offers a:hover {
  text-decoration: none;
}
.bookie-offers a:hover .offer {
  background-color: #fff;
}
.bookie-offers a:hover .join-button .button {
  background-color: #76c131;
}
.moduleItem.popout div.free-bet-amount {
  float: left;
  width: 35px;
  color: #76c131;
  margin-left: -4px;
}
.formIndexOuter .name {
  font-size: 14px;
  line-height: 22px;
}
