Template:Infobox American football game/sandbox/styles.css

This article will address the topic of Template:Infobox American football game/sandbox/styles.css, which has become very relevant today. Template:Infobox American football game/sandbox/styles.css is a topic of great importance that has aroused great interest in various areas, from academics to the general public. Over the years, Template:Infobox American football game/sandbox/styles.css has generated debates, controversies and significant advances, which demonstrates its importance and significance in today's society. Through a detailed analysis, different aspects related to Template:Infobox American football game/sandbox/styles.css will be explored, with the aim of providing a comprehensive and enriching vision on this topic.
@media (min-width: 640px) {
	.ib-amercian-football-game {
		width:27em;
	}
}

/* always light background for logos */
.ib-amercian-football-game .ib-logo img {
	background-color: #f8f9fa;
}

.ib-amercian-football-game .infobox-header {
	border-top: 1px solid #aaa; padding-top: 3px;
}

.ib-amercian-football-game .ib-score1 {
	border-collapse: collapse; 
	width: 100%; 
	line-height: 1.2;
}

.ib-amercian-football-game .ib-score1 .ib-score-header {
	width: 50%; 
	text-align: center;
}

.ib-amercian-football-game .ib-score1 .ib-score-result {
	font-size: 300%;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
}

.ib-amercian-football-game .infobox-below {
	border-top: 1px solid #aaa;
	padding-top: 3px;
	font-weight: bold;
}

.ib-amercian-football-game .infobox-below ul {
	display: table;
    width: 100%;
    border-collapse: collapse;
}

.ib-amercian-football-game .infobox-below .nav {
    display: table-cell;
    width: 25%;
}

.ib-amercian-football-game .infobox-below .main-title {
    display: table-cell;
    width: 50%;
}