<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*css for match-div block*/
.match-banner-container {
	width: 100%;
	min-width: 560px;
	position: relative;
}
#match-div {
  position: relative;
  width: 100%;
  height: 218px;
  cursor: grab;
  /*box-sizing: border-box;*/
  padding-bottom: 6px;
  /*background-color: #575858;*/
}
.owl-stage-outer {
	/*background-color: #474747;*/
	padding: 14px 0;
	margin: 0 5px;
}
.adv-info-binder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
}
.adv-info-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
  z-index: 10;
}
.adv-info-container {
  position: absolute;
  z-index: 100000000;
  width: 100%;
  color: #EEE;
  padding: 5px 0px 5px 0px;
}
.adv-odd-box {
  float: left;
  width: 80px;
  font-size: 15px;
}
.adv-odd-odd {
  margin: 5px auto;
  height: 30px;
  line-height: 30px;
  background: #068dbc;
  cursor: pointer;
  border: 1px solid #2f3c42;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.adv-odd-odd:hover {
  background: #047da7;
}
.oddSelections3 { /*width: 90px; */ width:93%; }
.oddSelections2 { /*width: 140px;*/ width:95%; }
.oddSelections1 { /*width: 185px;*/ width:70%; }
.adv-odds-binder {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
.adv-teams-row {
  font-size: 15px;
  color: #ffffff;
  font-family: Verdana;
  font-weight: 600;
  width:97%;
  margin: 0 auto;
}
.adv-odds-row {
  margin-top: 10px;
}
.adv-odd-label {
  font-size: 12px;
  text-align: center;
}
#match-div &gt; .owl-nav &gt; .owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 20px;
  color: #adadad;
  /*height: 100%;*/
  width: 70px;
}
#match-div &gt; .owl-nav &gt; .owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 20px;
  color: #adadad;
  /*height: 100%;*/
  width: 70px;

}
.navigationArrow {
	position: absolute;
	top: 50%;
	opacity: 0.7;
	z-index: 10;
	cursor: pointer;
	padding: 15px 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 120ms;
	transition-duration: 120ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background-color: #000000;
}
#navigationLeft {
/*	height: 100%;
	width: 100%;
	background: linear-gradient(to right, #0e0e0e, #ffffff00);*/
	left: 14px;
	padding-right: 18px;
	border-radius: 0 22px 22px 0;
	-webkit-box-shadow: 5px 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: 5px 0 6px 0 rgba(0,0,0,0.2);
}
#navigationRight {
/*	height: 100%;
	width: 100%;
	background: linear-gradient(to left, #0e0e0e, #ffffff00);*/
	right: 14px;
	padding-left: 18px;
	border-radius: 22px 0 0 22px;
	-webkit-box-shadow: -5px 0 6px 0 rgba(0,0,0,0.2);
	box-shadow: -5px 0 6px 0 rgba(0,0,0,0.2);
}
#navigationLeft, #navigationRight {
	display: none;
	z-index: 100;
}
#navigationLeft:hover { color: #ffffff; }
#navigationRight:hover { color: #ffffff; }
#navigationLeft &gt; .fa-chevron-left { margin-right: 6px; }
#navigationRight &gt; .fa-chevron-right { margin-left: 6px; }
#navigationLeft &gt; .fa-chevron-left, #navigationRight &gt; .fa-chevron-right {
	/*line-height: 220px;*/
	width: 55%;
}

.cropText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1250px) {
  #match-div{ width: 100%; }
  #liveSB {
    display:none;
  }
  #last_minute_matches{
    margin-top: 295px;
  }
}

.owl-item {
	width: 294px;
	height: 190px;
}
.owl-nav-disabled {
	opacity: 0.3;
}
.owl-nav-hidden {
	display: none;
}

/*End of match-div css*/



.matchBannerWrapper{
	width: 100%;
	height: 218px;
	padding: 14px;
	box-sizing: border-box;
	background: #303030;
}
.matchBannerHolder{
	width: 100%;
	height: 190px;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	cursor: grab;
}
.matchBannerItem{
	width: 294px;
	min-width: 294px;
	height: 190px;
	background: #F5B925;
	/*margin: 0 5px;*/
	border-radius: 	0px;
}
.matchBannerImages{
	float: left;
	width: 100%;
	height: 190px;
	border-radius: 0px;
}
.matchBannerImage{
	float: left;
	width: 100%;
	height: 80px;
	/*border-radius: 5px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.matchBannerEventContainer {
	position: fixed;
	top: 81px;
	height: 109px;
	background-color: #3a3a3a;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.matchBannerInfo{
	float: left;
	width: 100%;
	height: 61px;
	padding: 14px;
	box-sizing: border-box;
	font-size: 13px;
	color: #fff;
	line-height: 17px;
}
.matchBannerInfoTeams{
	float: left;
	width: 50%;
	height: 100%;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgb(255, 255, 255);
}
.matchBannerInfoDates{
	float: left;
	width: 50%;
	height: 100%;
	text-align: right;
	color: #ffffff;
}
.matchBannerOdds{
	float: left;
	width: 100%;
	height: 44px;
	padding: 3px 6px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;

}
.matchBannerOdd{
	width: 100%;
	height: auto;
	margin: 0 3px;
	padding: 9px 12px 13px 12px;
	background: #545454;
	border-radius: 0px;
	color: #F5B925;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}
.matchBannerOdd:hover{
	background: #676767;
/*	color: #fff;*/
}
.matchBannerOddPoint{
	float: left;
	text-align: left;
	color: white;
}
.matchBannerOddNum{
	float: right;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 16px);
}

.matchBannerInfo.home_team {
	height: 61px;
	margin-bottom: unset;
	text-indent: unset;
}

.matchBannerImages.home_team {
	width: 100%;
	height: 190px;
	margin-bottom: unset;
	text-indent: unset;
	color: unset;
}

</pre></body></html>