@media(min-width: 768px) {
  /* when the screen is 768px or wider,
  turn it into a flexbox */
  .row {
    display: flex;
  }
  .col {
    flex-grow: 1;
  }  
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%;  width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 654px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}



#tip-box {
    color: #fff;
    display: block;
    background-color: #2e5889;
	border-radius: 4px;
	margin-bottom:15px;
}

#tip-box a:link,
#tip-box a:visited,
#tip-box a:hover {
   color: #000;
    text-decoration: none;
}

.tip-area {
    padding: 8px;
    position: relative;
}

.tip-silks {
    display: inline-flex;
}



.tip-horse {
    background: #fff;
    color: #000;
    display: table-cell;
    width: 100%;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: left;
    padding: 9px;
    vertical-align: middle;
}

.tip-odds {
    background: #fad802;
    color: #000;
    display: table-cell;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 9px 14px;
    vertical-align: middle;
}

.tip-horse-tri {
    background: #fff;
    color: #000;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    /* text-align: left; */
    padding: 4px;
    text-align: center;
}
 
.tip-odds-tri {
    background: #0e243e;
    color: #f9cf00;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 3px 4px;
}

.tip-betnow {
    padding: 0 10px;
	color:#fff !important;
}

.tip-link {
    text-decoration: none !important;
	}

#noanimsb {
    background-color: #f9cf00;
    border: none;
    border-radius: 3px;
    color: #000;
    padding: 0.3rem 0.4rem;
    letter-spacing: 0.5px;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 8px auto 0px auto;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
    font-weight: 700;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

#noanimsb:hover {
    background: #ffe800;
    transition: 0.2s;
}

.nbabg {
    position: relative;
    background: #2e5889;
    overflow: hidden;
	margin-bottom:15px;
}
.nbabg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('https://www.sportsnews.com.au/wp-content/uploads/2019/11/NBA-Basketball-Tips-and-Odds.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nbabg h1 {
    padding: 14px 30px 10px 30px;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 6px #000000;
} 
.nbabg span {
    padding: 30px 30px 0px 30px;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #fff;
} 


.prev_content_team {
    font-family: 'Roboto' ,sans-serif;
    font-size: 20px;
    margin: 0 3px 5px;
    font-weight: 700;
	}

#prev_content_odds {
    font-family: 'Roboto' ,sans-serif;
    font-size: 24px;
    background-color: #fad802;
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 10px 15px;
    padding: 10px 0px;
	color:#000;
	}

#prev_content_odds:hover {
    background-color: #facd02;
	}

.prev_head_time {
    padding: 2px 12px;
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: center;
    font-size: 11px;
    background: #ffffff;
    font-family: 'Roboto' ,sans-serif;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: fit-content;
    color: #000;
	}

.prev_head_odds {
    font-family: 'Roboto' ,sans-serif;
    font-size: 24px;
    border-radius: 2px;
    background-color: #fad802;
    border: 0px solid rgba(0, 0, 0, 0);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    position: relative;
    width: fit-content;
    margin: 11px 10px 15px;
    padding: 10px 19px;
    color: #000;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
	}

	h1.prev-vs {
	font-size:44px;
	}

/* FLEXBOX RELATED */
.flexgrid {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
    margin: 10px 0;
	-webkit-hyphens:manual;
-moz-hyphens:manual;
hyphens:manual;
}
.flexblock {
  flex: 1;
  display: flex;
}
.flexcontainer {
  display: flex;
  flex: 0 0 100%; /* Let it fill the entire space horizontally */
  flex-direction: column; /* new */
  /* flex-flow: row wrap; */
  /* align-items: flex-start; */
}
.flexlogo {
  /* flex: 0 100%; */
}
.flextitle {
  /* flex: 0 100%; */
}
.flexdesc {
  /* flex: 0 100%; */
}
.flexbutton {
  margin-top: auto; /* new */
  /* flex: 0 100%; */
  /* align-self: flex-end; */
}


/* NO FLEXBOX RELATED */
.flexblock {
    border-right: 1px solid #fff;
}
.flextitle {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5rem;
  text-align: center;
}
.flexdesc {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
    padding: 8px 4px 4px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

div.column_ribbon {
    background: #fed32f;
    color: #000
}

div.column_ribbon::before {
    border-color: #fed32f #fed32f #fed32f transparent
}

div.column_ribbon::after {
    border-color: #fed32f transparent #fed32f #fed32f
}

div.column_ribbon {
    z-index: 1;
    padding: 1px 0px 1px 0px;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    width: 90%;
	margin-top:-3px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
}

.flexcontainer .column_ribbon {
    position: relative;
    margin: -10px 0 0 0;
    z-index: 1;
    padding: 0px;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.flexcontainer .column_ribbon::before {
    position: absolute;
    top: 2px;
    left: -11px;
    content: "";
    z-index: -1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    width: 0;
}

.flexcontainer .column_ribbon::after {
    position: absolute;
    top: 2px;
    right: -11px;
    content: "";
    z-index: -1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0
}


.flexblock .sportsbet {
    background: #3e9ac1;
	}

.flexblock .sportsbet .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/sportsbet.png) 50% 50% no-repeat #0187c1;
	}

.flexblock .ladbrokes {
    background: #e83e3e;
	}

.flexblock .ladbrokes .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/ladbrokes.png) 50% 50% no-repeat #ec1a23;
	}

.flexblock .beteasy {
    background: #652f9c;
	}

.flexblock .beteasy .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/beteasylrg.png) 50% 50% no-repeat #8935c0;
	}

.flexblock .neds {
    background: #ff9600;
	}

.flexblock .neds .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/neds.png) 50% 50% no-repeat #ff7800;
	}

.flexblock .tab {
    background: #008542;
	}

.flexblock .tab .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.justhorseracing.com.au/wp-content/themes/sportpress/images/retina/tab2.png) 50% 50% no-repeat #006030;
	}

.flexblock .palmerbet {
    background: #6e7fb5;
	}

.flexblock .palmerbet .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/retina/palmerbet.png) 50% 50% no-repeat #8090c1;
	}

.flexblock .swiftbet {
    background: #273b5f;
	}

.flexblock .swiftbet .flexlogo {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/retina/swiftbet.png) 50% 50% no-repeat #13274b;
	}

.flexblock .recommended .flexlogo {
    background-position-y: 30%;
	}

.flexblock .beteasy .recommended .flexlogo {
    background-position-y: 0%;
	}

.flexbutton {
    background: #fad802;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
	}
.flexbutton:hover {
background:#ffe64a;
	}

.bigtips-sb {
    margin-bottom: 0px;
}

.bigtips-sbtitle {
    border-bottom: 2px solid #32830a;
    margin: 5px 0px 0px 0px;
}

.bigtips-sbtitle h2 {
    padding: 7px 14px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
	text-transform:uppercase;
    float: left;
    margin: 0 0 -2px 0;
    font-weight: bold;
    background: #32830a;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.bigtips-bb {    
	padding: 9px 6px 10px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    float: left;
    margin: 4px 5px 6px 0;
    font-weight: bold;
    background-color: #f9cf00;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-bd {
    padding: 9px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    float: left;
    margin: 4px 5px 6px 0;
    font-weight: bold;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.07);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-ls {
    padding: 9px 6px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    float: left;
    margin: 4px 5px 6px 0;
    font-weight: bold;
    background-color: #e4e4e4;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.07);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-claimbut {
    padding: 6px 10px 7px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 13px;
    text-transform: uppercase;
    /* width: 75px; */
    text-align: center;
    float: right;
    margin: 4px 5px 0px 0;
    font-weight: bold;
    background-color: #f9cf00;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
}

.bigtips-desc {
    padding: 8px 76px 6px 130px;
    font-size: 15px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.bigtips-descclaim {
    padding: 30px 6px 0px 16px;
    font-size: 8px;
    letter-spacing: 1px;
    float: left;
    /* text-align: center; */
    /* line-height: 15px; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    /* font-weight: 500; */
	}

#bigtips-sportsbet {
    width: 100%;
    color: #fff;
    height: auto;
	min-height: 34px;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/sportsbet.png) 10px 50% no-repeat #20a5e0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-ladbrokes {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/ladbrokes.png) 10px 50% no-repeat #ee1617;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betfair {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/betfair.png) 24px 50% no-repeat #ffb80c;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-classicbet {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/classicbet.png) 28px 50% no-repeat #1c1c1c;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-neds {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/neds.png) 24px 50% no-repeat #ff7900;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-beteasy {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/beteasymed.png) 34px 49% no-repeat #8935c0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-beteasy {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/beteasymed.png) 34px 49% no-repeat #8935c0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bookmaker {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/bookmaker.png) 10px 50% no-repeat #231f20;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-unibet {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/unibet.png) 10px 50% no-repeat #4e9743;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betstar {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/betstar.png) 10px 50% no-repeat #0651a0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bet365 {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/bet365.png) 10px 50% no-repeat #007b5d;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-palmerbet {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/palmerbet.png) 10px 50% no-repeat #8391c0;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-madbookie {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/madbookie-long.png) 10px 50% no-repeat #282828;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-tab {
    width: 100%;
    color: #fff;
    height: auto;
    background: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/retina/tab.png) 32px 50% no-repeat #008542;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-sportsbet:hover {
    opacity: .9
}

#bigtips-ladbrokes:hover {
    opacity: .9
}

#bigtips-betfair:hover {
    opacity: .9
}

#bigtips-classicbet:hover {
    opacity: .9
}

#bigtips-neds:hover {
    opacity: .9
}

#bigtips-beteasy:hover {
    opacity: .9
}

#bigtips-bookmaker:hover {
    opacity: .9
}

#bigtips-unibet:hover {
    opacity: .9
}

#bigtips-betstar:hover {
    opacity: .9
}

#bigtips-bet365:hover {
    opacity: .9
}

#bigtips-palmerbet:hover {
    opacity: .9
}

#bigtips-madbookie:hover {
    opacity: .9
}

#bigtips-tab:hover {
    opacity: .9
}

@media only screen and (min-width:220px) and (max-width:980px) {

#bigtips-sportsbet {
    width: 100%;
    color: #fff;
    height: auto;
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/sportsbet.png);
    background-color: #20a5e0;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px;
}

#bigtips-ladbrokes {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/ladbrokes.png);
    background-color: #ee1617;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betfair {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/betfair.png);
    background-color: #ffb80c;
    background-position: right 14px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-classicbet {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/classicbet.png);
    background-color: #1c1c1c;
    background-position: right 14px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-neds {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/neds.png);
    background-color: #ff7900;
    background-position: right 29px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-beteasy {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/beteasymed.png);
    background-color: #8935c0;
    background-position: right 30px top 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bookmaker {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/bookmaker.png);
    background-color: #231f20;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-unibet {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/unibet.png);
    background-color: #4e9743;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-betstar {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/betstar.png);
    background-color: #0651a0;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-bet365 {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/bet365.png);
    background-color: #007b5d;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-palmerbet {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/palmerbet.png);
    background-color: #8391c0;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-madbookie {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/madbookie-long.png);
    background-color: #282828;
    background-position: right 10px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}

#bigtips-tab {
    width: 100%;
    color: #fff;
    height: auto;	
    min-height: 44px;
    background-image: url(https://www.sportsnews.com.au/wp-content/themes/sportsnews/images/logos/tab.png);
    background-color: #008542;
    background-position:right 32px top 10%;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 6px
}
	
.bigtips-claimbut {
    display: none
}

.bigtips-desc {
    padding: 8px 130px 6px 6px;
    font-size: 13px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
}

.bigtips-descclaim {
    padding: 24px 14px 0px 6px;
    font-size: 8px;
    letter-spacing: 1px;
    float: right;
    /* text-align: center; */
    /* line-height: 15px; */
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
    /* font-weight: 500; */
}
}



@media only screen and (min-width:224px) and (max-width:604px) {
#wpadminbar {
    position: fixed !important;
}
}