@charset "utf-8";
/* © 2001-2020 Richard W. Adams */

@import "bg-score.css";

h3 {
	margin: 0px;
	text-align: center;
}
td {
	padding	  : .5em; 	
	text-align: left; 
}
ol li 			{ 	margin-left:1em; }
ol#other-needs	{ column-gap: 3em; }
.picture-needs	{ display: flex; justify-content: center; }

 @media screen and (max-width:  720px) { ol  li:not(:last-child)	{ margin-bottom: 3ex; }} 
@media screen and (min-width:    600px) { ol#other-needs		{ column-count   : 2   ; }}
@media screen and (min-width:    720px) { ol#other-needs		{ column-count   : 3   ; }}
@media screen and (min-width: 1100px)  { ol#other-needs		{ column-count   : 3   ; }}
@media screen and (min-width: 1400px)  { ol#other-needs		{ column-count   : 4   ; }}
@media screen and (min-width: 1900px)  { ol#other-needs		{ column-count   : 5   ; }}

table { margin: auto; }
table.banner {
	background-color: red;
	border-style: ridge;
	border-width: 10px;
}
table.banner td {
	text-align:center;
	color: white;
	font-size: 120%;
	font-family: sans-serif;
	padding: .5em;
}