
.wp-block-table.is-style-stripes .matches-table {
	border: none;
	padding: 0;
	margin: 0;
}

.wp-block-table.is-style-stripes .matches-table th {
	background: transparent;
	padding: 0;
	border: none;
	border-bottom: none;
	border-top: none;
	border-right: none;
	margin: 0;
	text-align: center;
}

.wp-block-table.is-style-stripes .matches-table td {
	background: transparent;
	padding: 0;
	border: none;
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: none;
	border-left: none;
	margin: 0;
	text-align: center;
}

.wp-block-table.is-style-stripes .matches-table p {
	margin-bottom: 0;
}

.wp-block-table.is-style-stripes .matches-table a {
	text-decoration: none;
}


.wp-block-table.is-style-stripes .matches-table tr:nth-child(odd) {
	background: transparent;
}

.wp-block-table.is-style-stripes .matches-table .match-score {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
}

.wp-block-table.is-style-stripes .matches-table .match-score-cell {
	align-items: center;
	border-right: none;
}

.wp-block-table.is-style-stripes .matches-table .match-score td {
	border: none;
}

.wp-block-table.is-style-stripes .matches-table .match-score .left {
	text-align:right;
	width: 45%;
}

.wp-block-table.is-style-stripes .matches-table .match-score .center {
	text-align:center;
	width: 10%;
}
.wp-block-table.is-style-stripes .matches-table .match-score .right {
	text-align:left;
	width: 45%;
}


/* Style the buttons that are used to open and close the accordion panel */
.wp-block-table.is-style-stripes .accordion {
	background-color: #eee;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: black thin solid;
	outline: none;
	overflow: auto;
	margin: 0;
	padding: 8px;
	border-radius: 15px;
  }

  .wp-block-table.is-style-stripes .accordion.active {
	background-color: #dbdbdb;
  }


  .wp-block-table.is-style-stripes .accordion button {
	padding: 0.5em;
	background: transparent;
	color: blue;
	text-decoration: none;
  }

  .wp-block-table.is-style-stripes .accordion .tba-play-button {
  	border-radius: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: red;
	color: white;
  }

  .wp-block-table.is-style-stripes .accordion .tba-play-button.active {
	background-color: pink;
  }


  .wp-block-table.is-style-stripes .accordion.control .label{
		cursor: pointer;
		font-size: xx-large;

		border: none;
		vertical-align: middle;

	}
	.wp-block-table.is-style-stripes .accordion.control .label::before{
		display: inline-block;
		border: none;
		width: 40px;
		text-align: center;

		content:"\025b6";

	}
	.wp-block-table.is-style-stripes .accordion.active.control .label::before{
		display: inline-block;
		border: none;
		width: 40px;
		text-align: center;
		padding-right: 1px;
		content: "\025bc";
	  }


  
  /* Style the accordion panel. Note: hidden by default */
  .wp-block-table.is-style-stripes .accordion .panel {
	padding: 0;
	max-height: 0;
	transition:max-height 0.5s;
	background-color: #eee;
	border-radius: 8px;
	border: thin black solid;
	overflow: hidden;
  }


  
  .wp-block-table.is-style-stripes .accordion.active .panel  {
	max-height: 2000px;
	transition: max-height 0.5s;
  }


  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .wp-block-table.is-style-stripes .accordion.control:hover {
	background-color: #ccc;
	text-decoration: none;
  }

  .wp-block-table.is-style-stripes .accordion .panel .tba-video-row .tba-video-div {
	min-width: 100%;
	max-height: 0;
	padding: 0;
	transition: max-height 0.5s;
	display: block;
	border: none;
	border: none
  }


  .wp-block-table.is-style-stripes .accordion .panel .tba-video-row.active .tba-video-div {
	max-height: 2000px;
	min-width: 100%;
	padding: 0;
	overflow: visible;
	transition: max-height 0.50s ease-in-out;
	display: block;
	border: thick black solid;
  }
