/*
 Sports chart for Round results of a team
 Carlos Adrián Morales <hola@carlosadrian.com.mx>
 Sopitas.com / Deportes
 November 2018
 */

@media all and (min-width: 720px) {
	.wdgt-stats thead img {
		width: auto !important;
	}	
}

.wdgt-stats img.team-logo {
	width: 48px;
	overflow: hidden;
	display: inline-block;
}
.wdgt-stats small {
	font-size: 60%;
	width: 4em;
}
.wdgt-stats thead tr:first-child {
	background: #FFFFFF;
	color: #000;
}
.wdgt-stats thead tr:nth-child(2) {
	background: #000000;
	color: #FFFFFF;
}
.wdgt-stats .league-serie-a thead tr:nth-child(2) {
	background: #006495;
}
.wdgt-stats .league-bundesliga thead tr:nth-child(2) {
	background: #E40000;
}
.wdgt-stats .league-premier-league thead tr:nth-child(2) {
	background: #38003C;
}
.wdgt-stats .league-liga-mx thead tr:nth-child(2) {
	background: #0051A0;
}
.wdgt-stats thead h4 {
	margin: 0 !important;
	line-height: 1.2em !important;
	font-family: 'Merriweather Sans', 'Futura', sans-serif;
	text-transform: uppercase !important;
	color: #333 !important;
	font-weight: 900 !important;
}
.wdgt-stats thead img {
	height: 48px !important;
	width: auto;
}
.wdgt-stats thead td {
	border: 0;
}
@media all and (max-width: 420px) {
	.wdgt-stats {
		font-size: 0.5em;
	}
	.wdgt-stats td {
		padding: 0.96em 0.24em !important;
	}
	.wdgt-stats img.team-logo {
		width: 24px;
	}
	.wdgt-stats thead img {
		height: 36px !important;
		width: auto;
	}
	.wdgt-stats thead h4 {
		font-size: 0.9rem !important;
	}
}
