
.team-flag {
	border-width: 1px;
	border-style: solid;
	border-color: #AAA;
}

.team-name {
	font-weight: bold;
	vertical-align:bottom;
}


figure.team {
	width: 80px;
	height: 60px;
	// border: 1px solid  #FF0000; 
	text-align: center;	
}

figure.team .team-flag {
	width:  60px;
	height: 45px;
}

figure.team figcaption {
	font-weight: bold;
	font-size: 11px;
	vertical-align:bottom;	
	color: #000;
	text-align:center;
	width: 100%;
}


@media (prefers-color-scheme: dark) {
	figure.team figcaption {color: #FFF;}
}
  