/*  GRID OF TWO   ============================================================================= */

.span_1_of_2 {
	width: 48%;
}

.span_2_of_2 {
	width: 48%;
}
.span_doc_photo {
	width: 20%;
	text-align:center;
}
.span_doc_bio {
	width: 76%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	.span_doc_photo {
	width: 100%;
	}
	.span_doc_bio {
	width: 100%;
	}
}