.inline {
	display: inline;
}

.flt {
	float: left;
}

.flr {
	float: right;
}

.schedule .schedule_table ._row .vs {
	/* background-color: #cccabe; */
    width: 70px;
    height: 27px;
    border-radius: 54px;
	    padding: 2px 0;
}

.slideMenuList .specialPointers .pointer{
  font-weight: bold;
  font-size: 22px;
  color: #eee;
}

.schedule {
  position: relative;
  background-color: #C92627;
  padding-bottom: 30px;
  max-width: 1920px;
  margin: 0 auto;
  /* padding-top: 6%; */
}

.schedule > div{
  position: relative;
}

.schedule .schedule_header{
  padding: 30px 0 50px 0;
  display: none;
}


.schedule .schedule_header img{
  margin: 0 auto;
  width: 30%;
  max-width: 158px;
  max-height: 55px;
  display: block;
}

.schedule .schedule_bg{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-position: 50% 0;
  background-size: 1920px;
  background-repeat: no-repeat;
}
.schedule .schedule_table {
  width: 1000px;
  margin: 0 auto;
}

.schedule .schedule_table ._row{
  text-align: center;
  font-weight: bold;
  height: 52px;
  width: 100%;
}

.schedule .schedule_table ._row:not(.title){
/*   opacity: 0.5;
 */  }

.schedule .schedule_table .date{
  width: 100%; 
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  display: none;
}
@media( max-width: 640px ){

  .schedule .schedule_table ._row .wrapper img{ 
    width: 34px;
    height: 34px;
  }

  .schedule .schedule_table .date{
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 60px; }
}

.schedule .schedule_table ._row.title{
  background-color: #000;
  height: 55px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
/*   border-bottom: 3px solid #000;
 */}

.schedule .schedule_table ._row.title > div:nth-child(odd){
  flex-basis: 20%;}
.schedule .schedule_table ._row.title > div:nth-child(even){
  flex-basis: 60%;}
  .schedule .schedule_table ._row.dim {
      opacity: 0.5;
}
.schedule .schedule_table ._row.suggest{
/*   background-color: #ffe5e6;
 */  position: relative; }
.schedule .schedule_table ._row.odd {
	background-color: #e2ded2;
}
.schedule .schedule_table ._row.even{
	background-color: #f9f6ed;
}

.schedule .schedule_table ._row .wrapper{
  display: flex;
  padding: 0 50px;
  align-items: center;
  height: 100%;   
  color: #564613;
}

.mobile.epl {
	display: none !important;
}

.desktop.epl {
	display: block !important;
}

.img.inline {
		margin: 0 8px;
	}
	
	.name.inline {
		    margin-top: 10px;
	}
	
.daytime-label {
	text-align: right;
}

.hkjc-link {
  opacity: 0;
	position: absolute;
	left: calc(50% - 350px);
  bottom: 17%;
	overflow: hidden;
}

.hkjc-link img {
	width: 155px;
}

@media( max-width: 1080px ){

.hkjc-link {
    left: 11px;
    bottom: 13%;
    overflow: hidden;
}

.schedule {
  margin-top: -2px;
  padding-top: 3%;
  }

  .schedule .schedule_bg {
    background-size: 540px;
  }

  .schedule .schedule_table {
    width: 90%;
  }
  .schedule .schedule_header{
    display: block;
  }
  
}

@media( max-width: 640px ){
  .schedule .schedule_header{
    display: none;
  }
  .schedule .schedule_table {
    width: 96%;
    font-size: 14px;
  }
  
  .schedule .schedule_table ._row.title.title{
	display: none
  }
	.schedule .schedule_bg {
      background-size: calc(1117/1220 * 100%);
  }
}

@media( max-width: 1080px ){
.hkjc-link img {
width: 257px;
}
.desktop.epl {
		display: none !important;
	}
	
	.mobile.epl {
		display: block !important;
	}
.img.inline {
		margin: 0 8px;
	}
	
	.name.inline {
		    margin-top: 10px;
	}
	
  .schedule .schedule_table ._row .wrapper{
    padding: 0 10px;
  }
}

.schedule .schedule_table ._row .wrapper img{
  width: 40px;
  height: 40px;
}

.schedule .schedule_table ._row .wrapper > div {
  flex: 1 1 0px;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(1){
  flex-basis: 200px;
}

@media( max-width: 640px ){

.schedule .schedule_table ._row .wrapper > div:nth-child(2){
  flex-basis: 70px;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(4){
  flex-basis: 200px;
}

.hkjc-link {
	    bottom: 12%;
    left: 0px;
}

.hkjc-link img {
width: 180px;
}
.schedule .schedule_table ._row .vs {
    padding: 5px 0;
    font-size: 12px;
}
	.desktop.epl {
		display: none !important;
	}
	
	.mobile.epl {
		display: block !important;
	}
	
	.img.inline {
		margin: 0 8px;
	}
	
	.name.inline {
		    margin-top: 10px;
	}

  /* .schedule .schedule_table ._row .wrapper > div:nth-child(1){
    display: none;
  } */

  .schedule .schedule_table ._row.empty{
    display: none;
  }

  .schedule .schedule_table ._row.suggest:before{
	content: "";
	position: absolute;
	top: -12.5px;
	left: calc( 50% - 26px);
	width: 54px;
	height: 21px;
	background-image: url(../king/img/see.png);
	background-size: contain;
	background-repeat: no-repeat;
  }

  .schedule .schedule_table ._row .wrapper > div:nth-child(5){
    display: none;
  }





}

@media( max-width: 440px ){
	.name.inline {
		max-width: 60px;
	}
}

.schedule .schedule_table ._row .wrapper > div:nth-child(2){
  flex-basis: 140px;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(4){
  flex-basis: 200px;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(2){
  
  display: flex;
  align-items: center;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(2) > div{
  flex: 1;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(4) > div:nth-child(2){
  flex: 2 0 40px; }

.schedule .schedule_table ._row .wrapper > div:nth-child(4) > div:nth-child(1){
  flex: 1 1 70px; }

.schedule .schedule_table ._row .wrapper > div:nth-child(3){
  flex-basis: 200px;
  min-width: 80px;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(3).time > div{
  border-radius: 20px;
  padding: 5px 15px;
  width: 80px;
  margin: 0 auto;
  color: #fff;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(5){
  flex-basis: 100px;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(5) img{
  width: 68px;
  height: 25px; }

.schedule .schedule_table ._row.odd .wrapper > div:nth-child(3).time > div{
  background-color: #5f626b; }
.schedule .schedule_table ._row.even .wrapper > div:nth-child(3).time > div{
  background-color: #787878; }

.schedule .schedule_table ._row .wrapper > div:nth-child(3).result{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.schedule .schedule_table ._row .wrapper > div:nth-child(3).result > div:nth-child(odd){
  font-weight: bold; }

.schedule .schedule_table .footer {
  font-size: 14px;
  padding: 10px 0;
  color: #ffffff;
  line-height: 1.5em;
  margin-top: 20px;
}

@media( max-width: 340px ){

  .img.inline {
    margin: 0 5px;
}

  .schedule .schedule_table ._row .wrapper img {
    width: 34px;
    height: 34px;
  }

  .name.inline {
		max-width: 57px;
  }

  .schedule .schedule_table ._row .wrapper > div:nth-child(2){
    flex-basis: 166px;
  }

}