#joomsport-container {
	font-family: Roboto, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #555;
}
.shrtMdNav {
	margin-bottom: 25px;
}
#joomsport-container .shrtMdMatches a {
	box-shadow: none;
}
#joomsport-container .shrtMdMatches table {
	border: none;
	table-layout: auto;
}
#joomsport-container .shrtMdMatches table td {
	border: none;
}
#joomsport-container .shrtMdMatches table td:not([colspan="5"]) {
	padding: 10px 5px;
}
#joomsport-container .shrtMdMatches table tr:not(:last-child) td {
	border-bottom: 1px solid #e0e0e0;
}
.shrtMdMatches table td.jsseason-container {
	display: none;
}
.shrtMdMatches table td.tdminwdt {
	width: 35%;
}
.shrtMdMatches table td.jsmatchtime > span {
	display: inline-block;
	min-width: 35px;
	text-align: center;
}
.shrtMdMatches .jsmatchcont .jsmatchdate {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #31404b;
	background-color: #f5f5f5; 
}
.shrtMdMatches table .tdminwdt .js_div_particName {
	display: inline-block;
	padding: 5px 0 0;
}
.shrtMdMatches .jsmainscroll table .jsScoreDiv {
	width: auto;
	min-width: 36px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	word-spacing: 5px;
}
.shrtMdMatches .jsmatchvenue {
	min-width: 28px;
}
.shrtMdMatches .jsmatchvenue > div {
	display: table;
	text-align: right;
}
.shrtMdMatches .jsmatchvenue a > span {
	display: none;
}
#joomsport-container .shrtMdMatches .jsmatchvenue a {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.shrtMdMatches .jsmatchvenue img {
	min-width: 18px;
}
@media screen and (max-width: 767px) {
	.shrtMdMatches table .tdminwdt > div {
		text-align: center;
	}
	#joomsport-container .shrtMdMatches .jsmatchvenue {
		max-width: 28px;
	}
	#joomsport-container .shrtMdMatches .jsmatchvenue img {
		margin: 0 auto;
	}
}
@media screen and (min-width: 768px) {
	.shrtMdMatches table .tdminwdt > div {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		text-align: center;
	}
	.shrtMdMatches .jsmainscroll table td.jstdhometeam > div {
		flex-direction: row-reverse;
	}
	#joomsport-container .shrtMdMatches table td.jsmatchvenue {
		width: 30%;
		padding-right: 28px;
	}
	.shrtMdMatches .jsmatchvenue > div > div {
		display: table-cell;
	}
	#joomsport-container .shrtMdMatches .jsmatchvenue div + img {
		display: inline-block;
		margin-left: 5px;
	}
	.shrtMdMatches .jsmatchvenue a > span {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #dc617b;
	}
	.shrtMdMatches .jsmatchvenue a > span + img {
		margin-left: 5px;
	}
	.shrtMdMatches table td.tdminwdt {
		min-width: 167px;
	}
	.shrtMdMatches table .tdminwdt > div {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}
	.shrtMdMatches table .jstdhometeam > div > .js_div_particName {
		padding-left: 0;
		padding-right: 10px;
		text-align: right;
	}
	.shrtMdMatches table .jstdawayteam > div > .js_div_particName {
		padding-left: 10px;
		padding-right: 0;
		text-align: left;
	}
}