/* Highlight Colours */
/* Highlight Colours */
/* NEW STUFFF --------------- */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.tip-of-the-day {
  margin-bottom: 20px;
}
.tip-of-the-day .tip {
  margin: 0 10px 10px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.tip-of-the-day .tip:before,
.tip-of-the-day .tip:after {
  display: table;
  content: "";
  line-height: 0;
}
.tip-of-the-day .tip:after {
  clear: both;
}
.tip-of-the-day .tip__icon {
  float: left;
  width: 90px;
}
.tip-of-the-day .tip__details {
  float: left;
  width: 80%;
}
.tip-of-the-day .tip__odds {
  margin: 10px 0;
}
