.thesteps ul, .thesteps2 ul {
	margin-left: -5px;
}

.thesteps ul li {
	list-style-type: none;
	float: left;
	display: block;
	width: 110px;
	min-height: 165px;
	border: 1px solid black;
	/*background: #f1f1f1;*/
	margin-right: 8px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
}

.thesteps2 ul li {
	list-style-type: none;
	float: left;
	display: block;
	width: 110px;
	min-height: 175px;
	border: 1px solid black;
	/*background: #f1f1f1;*/
	margin-right: 8px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 20px;
	text-align: center;
}

.blockyam {
	display: block;
	margin-top: 5px;
	padding-top: 10px;
	border-top: 2px dashed #555555;
	font-weight: bold;
}

/*.blockytop {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px auto;
	 
}*/
.blockytop {
	display: block;
	font-weight: bold;
	/*font-size: 1.3em;*/
	margin: 10px auto 10px auto;
}

.green {
	background-color: #9acd32;
}

.yellow {
	background-color: #ffffe0;
}

.blue {
	background-color: #add8e6;
}

.smallspace {
	margin-top: 20px;
}

.smallspace2 {
	margin-top: 25px;
}

.smallspace3 {
	margin-top: 40px;
}
/* News boxes on Commission page */
	.wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.wrapper .box {
		flex: 0 0 13em;
		margin: 0.7em;
		border: 1px solid #ccc;
		box-shadow: 2px 2px 6px 0px  rgba(0,0,0,0.3);
		background-color:#f1f1f1;
		padding:0.1em 0.3em 0 0.3em;
	}
	.wrapper .box>h2{
		background-color:#fff;
		text-align:center;
		font-size:1.3em;
	}
	.wrapper .box>div {
		padding: 0 1em 0 1em;
		font-size:0.85em;
	}
