h4.avail0,
h4.avail0+p{color: #d3d3d3; padding: 0; margin: 0}
h4.avail0{
	position: relative;
}
h4.avail0:after{
	content: " - Finished";
	color: red;
	font-size: 0.9rem;
}
.menu_green,
.menu_blue{
	background: #cfff5f;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.menu_green .nspArts,
.menu_blue .nspArts{
	padding: 0 0.5rem;
}
.menu_green .nspArt,
.menu_blue .nspArt{
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.menu_green h3,
.menu_blue h3{
	background: #005c10;
	color: #fff;
	padding: 1rem;
	font-weight: 700;
	font-size: 1.5rem;
}
.menu_green .sp-module-content .nspArt,
.menu_blue .sp-module-content .nspArt {
    border: 1px dashed #000;
    padding:0 0.5rem !important;
    margin-bottom: 0.3rem;
    border-radius: 5px;
    background: #fff;
}
.menu_blue .nspArt h4.nspHeader,
.menu_blue .nspArt p,
.menu_green .nspArt h4.nspHeader,
.menu_green .nspArt p {
    padding: 0;
    margin: 0;
    font-size: 2rem !important;
    font-weight: 700;
}

.sp-module-content .nspArt:last-child{
	margin-bottom: 0;
}

.menu_blue{
	background: #5fb4ff;
}
.menu_blue h3{
	background: #01318b;
}

