body {
	width:100%;
	margin:0px;
	padding:0px;	
	font-size:10px;
	}
#sp-header, #sp-title, #sp-footer,.source {
	display:none;
	height:0px;
	}
#sp-main-body {
	padding:0px;
	}

.article-full-image img {
	width:auto;
	height:250px;
	float:left;
	margin:auto;
	
	margin-right:20px;
	}
.article-details .article-header h1 {
	display:block
	float:left;
	
	}
.descval {
	padding-top:20px;
	/*float:left;*/
	
	}
.box {
	margin-top:50px;
	display:flex;
	flex:1;
	width:100%;
	column-width:48%;
	column-rule:1px solid #c0c0c0;
	}
.box1 {
	display:flex;
	flex:1;
	}

.pagebreak {
	height:0px;
	break-after:always;
	}
	
.need, .doit {
	font-size:30px;
	font-family:italiana;
	margin:auto;
	}
.need::before {
	content:"📋";
	padding-right:10px;
	font-size:30px;
	font-weight:700;
	}
.doit::before {
	content:"🔪";
	padding-right:10px;
	font-size:30px;
	font-weight:700;
	}
.notes {
    display:none;
	break-before:page;
	}
