
.injury-table-wrap {
	background-color: var( --e-global-color-e67e194 );
	/*border: 8px solid var( --e-global-color-e67e194 );*/
	padding: 8px;
	border-bottom-width: 15px;
	border-radius: 15px;
}

table.injury-table-v2 {
	background-color: var( --e-global-color-9d542bd );
	font-size: 14px;
	margin-block-end: 0;
	border-radius: 10px;
	overflow: hidden;
}

table.injury-table-v2 td, table.injury-table-v2 th {
	border: none;
	padding: 7px;
}

table.injury-table-v2 tbody tr:hover>td, table.injury-table-v2 tbody tr:hover>th {
    background-color: initial;
}
    
table.injury-table-v2 tr.sub-head {
	background-color: var( --e-global-color-primary);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: var( --e-global-color-e67e194 );
	border-bottom: 5px solid var( --e-global-color-e67e194 );
}

table.injury-table-v2 tr.player-row:not(:last-child) {
    background-color: none;
    /*border-bottom: 1px solid var( --e-global-color-primary);*/
    border-bottom: 5px solid var( --e-global-color-e67e194 );
}



table.injury-table.injury-table-player tr.sub-head, table.injury-table.injury-table-player-hist tr.sub-head, table.injury-table.injury-table-player tr.player-row, table.injury-table.injury-table-player-hist tr.player-row {
	display: table-row;
}

table.injury-table.injury-table-player tr td, table.injury-table.injury-table-player-hist tr td {
	width: initial;
}

table.injury-table-v2 td:nth-child(1){
	font-weight: 700;
}

.injury-table-player-hist td:nth-child(1) {
	text-align: center;
}

.injury-table-player-hist td:nth-child(2) {
}

.injury-table-player-hist td:nth-child(3) {
	width: 180px;
}

.injury-table-player-hist td:nth-child(4) {
}

.injury-table-player-hist td:nth-child(5) {
	text-align: center;
}

.inj-duration-short {
	display: inline-block;
	color: #fff;
	border-radius: 15px;
	padding: 0 8px;
	background-color: #fd0;
	width: 40%;
}
.inj-duration-medium {
	display: inline-block;
	color: #fff;
	border-radius: 15px;
	padding: 0 8px;
	background-color: #f80;
	width: 70%;
}
.inj-duration-long {
	display: inline-block;
	color: #fff;
	border-radius: 15px;
	padding: 0 8px;
	background-color: #c00;
	width: 100%;
}
.inj_detail_name {
	margin-bottom: 10px;
}
.inj_detail_datestamp:nth-of-type(n + 3) {
	margin-top: 5px;
}

table.injury-table-v2 .mob-title {
	display: none;
}


.pi-injury-details {
	max-height: 200px;
	overflow-y: auto;
}



@media only screen and (max-width: 767px) {

	table.injury-table-v2 tr.sub-head {
		display: none;
	}
	
	table.injury-table-v2 .mob-title {
		display: block;
		font-weight: 700;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	table.injury-table-v2 tr td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		clear: both;
		border-bottom: 0;
		padding: 5px;
		border-bottom: 5px solid var( --e-global-color-e67e194 );
	}
	
	table.injury-table-v2 tr.player-row td:nth-child(1){
		background-color: var( --e-global-color-primary);
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 700;
		color: var( --e-global-color-e67e194 );
		text-align: center;
	}
	
	table.injury-table-v2 tr.player-row td:last-child {
		padding-bottom: 15px;
	}
	
	.injury-table-player-hist td:nth-child(5) {
		text-align: initial;
	}
	
}

