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

@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%;
}