.list>ul.green
{
	width:80%;
	margin: auto;
	padding-left:40px;
	padding-right: 20px;
	border-radius: 2px;
	/*font-weight: bold;*/

	max-width: 700px;

	background-color: var(--list-back-color);
	padding-top: 25px;
	padding-bottom: 20px;	
}

.list>ul.green li
{
	width:100%;
	max-width:inherit;
	min-width: inherit;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	list-style:disc;
	margin-bottom: 10px;
	list-style: square;

}

.list>ul.green li::marker
{
	color:var(--list-marker-color);
}