/* XHTML workspaces */
#pyd, #edu {display: block;}

/* Matches existing table layout */
#pyd p, #edu p {margin-top: 1em;}

/* In-workspace width classes */
.width50-left {
	width: 47%;
	float: left;
	}
.width50-right {
	width: 47%;
	float: right;
	}
.width100 {
	width: 100%;
	clear: both;
	}

/* Matches existing headline spacing and formatting */
.educating_headline, span.headline {
	display:block;
	clear: both;
	font-size: 15px; 
	color: #fff;
	font-weight: bold;
/* This value will change based on the section cited */
	background-color: #e77100;
	padding: 2px;
/* Allows for case insensitivity */
	text-transform: uppercase;
	}
span.headline {
	margin-bottom: 1em;
	}

/* Lays out Youtube embedding */
object {
	margin-bottom: 1em;
	}

/* Defines social networking links */
span.social {
	display:block;
	width: 100%;
	}
span.social img {
	width: 48px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	}