@charset "utf-8";
/* CSS Document */

.showFeed {
	display: block;
	float: left;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 20px;
}
p.boxScoreDate {
	font-weight: bold;
	width: 100%;
	clear: left;
	margin-bottom:10px;
}
.boxScore {
		-webkit-box-shadow: 0 0 2px 2px#f1f1f1;
		box-shadow: 0 0 2px 2px #f1f1f1;
		border: 1px solid #ccc;
		width: 49%;
		display: table;
		float: left;
		margin: 0px 3px 20px 3px;
		font-size: 14px;
	}

.boxScore .draw {
  text-align: center;
	border-top: 1px solid #ccc;
}

	.boxScore p{
		margin: 0px;
		padding: 0px;
	}
	.boxScore .leftSide{
		width: 150px;
		float: left;
		border-right: 1px solid #ccc;
		background-image:url("/images/team-logos/leagues/versus-icon-png.png");
		background-position: center 52px;
		background-repeat: no-repeat;
	}
	.boxScore .rightSide{
		width: calc(100% - 151px);
		float: left;
	}
	.boxScore .leftSide .boxScoreHeader, .boxScore .rightSide .boxScoreHeader{
		width: 100%;
		float: left;
		border-bottom: 1px solid #ccc;
		padding-bottom: 1px;
	}
	
	.boxScore .leftSide .boxScoreHeader p{
		margin-left: 10px;
		float: left;
	}
	.boxScore .rightSide .boxScoreHeader p, .boxScore .rightSide .odds p{
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		text-align: center;
		float: left;
	}
	.boxScore .rightSide .odds p{
		font-size: 13px;
	}

	.boxScore .leftSide .team{
		width: 100%;
		float: left;
		vertical-align: middle;
		margin-top: 5px;
		margin-bottom: 3px;
	}
	.boxScore .leftSide .team img.teamLogo{
		width: 50px !important;
		padding: 2px 10px;
		vertical-align: middle;
	}

	.boxScore .rightSide .odds{
		width: 100%;
		float: left;
		border-bottom: none;
		margin-top: 11px;
		margin-bottom: 10px;
		
	}

@media only screen and (max-width: 1075px) {
.boxScore {
		width: 98%;
	}
}

@media only screen and (max-width: 400px) {
.odds p:nth-child(2), .odds p:nth-child(3), .boxScoreHeader p:nth-child(2), .boxScoreHeader p:nth-child(3){
		display:none;
	}
.boxScore .rightSide .boxScoreHeader p, .boxScore .rightSide .odds p{
		width: 98%;
	}
}

.feedwrapper {
  margin: 0 auto;

}

p.horse-race-details {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.feedtable {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  font-size: 14px;
}
@media screen and (max-width: 580px) {
  .feedtable {
    display: block;
  }
}

.feedrow {
  display: table-row;
  background: #f6f6f6;
}
.feedrow .text-center {
	text-align: center;
}
.feedrow:nth-of-type(odd) {
  background: #fff;
}
.feedrow.feedrow-header {
  font-weight: bold;
  color: #ffffff;
  background: #333;
}
@media screen and (max-width: 580px) {
  .feedrow {
    padding: 14px 0 7px;
    display: block;
  }
  .feedrow.feedrow-header {
    padding: 0;
    height: 6px;
  }
  .feedrow.feedrow-header .cell {
    display: none;
  }
  .feedrow .cell {
    margin-bottom: 10px;
  }
  .feedrow .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
  
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
  .cell.text-center {
    text-align: left;
  }
}

.horse-position, .horse-odds, .horse-weight {
		width: 70px;
	}
.horse-jockey {
		width: 250px;
	}


 .feed-accordion {
    box-sizing: border-box;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    width: 100%;
}

.accordion-select {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.accordion-title {
    position: relative;
}

.accordion-title:not(:nth-last-child(2))::after {
    border: 1px solid transparent;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion-title span {
    bottom: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.accordion-content {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    transition: margin 0.3s ease 0.1s;
}

.accordion-select:checked + .accordion-title + .accordion-content {
    margin-bottom: 0;
    margin-right: 0;
}

/* Generated styles starts here */

.feed-accordion {
    border-color: #dedede;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    flex-direction: column;
    height: auto;
} 

.accordion-title,
.accordion-select  {
    background-color: #ffffff;
    color: #7f8787;
    width: 100%;
    height: 55px;
    font-size: 15px;
}

.accordion-select {
    margin-bottom: -55px;
    margin-right: 0;
}

.accordion-title:not(:nth-last-child(2))::after {
    border-bottom-color: rgb(234, 234, 234);
    border-right-color: transparent;
} 

.accordion-select:hover + .accordion-title,
.accordion-select:checked + .accordion-title {
    background-color: #ffffff;
} 

 .accordion-title span  {	
    transform: rotate(0deg);
    -ms-writing-mode: lr-tb;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    padding-left: 23px;
    padding-right: 33px;
    line-height: 55px;
} 

.accordion-content {
    background-color: #f7f7f7;
    color: #7f8787;
    height: 280px;
    margin-bottom: -280px;
    margin-right: 0;
    padding: 30px;
    width: 100%;
} 