/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}
.span_3_of_3SFW {
	width: 100%; display:inline; 
}
.span_3_of_3SFWMobile {
	width: 100%; display:none;
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 33.1%; 
}
.span_1_of_3Diary {
	width: 29.1%;  margin-right:1% !important;
     
}
.span_1_of_3SFW {
	width: 32.79%; line-height:1.4em;
}

/*  GO Two Up AT LESS THAN 956 PIXELS */
@media only screen and (max-width: 956px) {
		.span_1_of_3Diary {   margin-top:1.7% !important; margin-right:2% !important;
		width: 47% !important; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 700 PIXELS SFW */
@media only screen and (max-width: 700px) {
.span_3_of_3SFW {
	width: 100%; display:none; 
}
.span_3_of_3SFWMobile {
	width: 100%; display:inline
}
.span_1_of_3SFW {
	width: 120%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
		.span_1_of_3Diary {
		width:100% !important; margin-top: 1.7% !important; font-size:0.85em !important;
	}
}

.span_1_of_4Diary {
	width: 23.1%;  margin-right:1% !important;
     
}

/*  GO Two Up AT LESS THAN 956 PIXELS */
@media only screen and (max-width: 956px) {
		.span_1_of_4Diary {   margin-top:1.7% !important; margin-right:2% !important;
		width: 47% !important; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
		.span_1_of_4Diary {
		width:100% !important; margin-top: 1.7% !important; font-size:0.85em !important;
	}
}




/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 600px) {
		.span_1_of_3 {
		font-size: 80%; 
	}
}


@media only screen and (max-width: 200px) {
	.span_3_of_3 {
		width: 100%;  
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%; 
	}
}