.section-header {
	font-weight: bold;
	font-size:   16pt;
	font-style:  italic;
	color:       #6d7c98;
	padding:     2px 8px;
	/*
	padding-bottom: 4px;
	border-bottom:  solid 1px #6d7c98;
	*/
	margin-bottom:  4px;
	
}

.section-subtitle {
	font-size: 12pt;
	position: relative;
	top: -5px;
}

div.right-inline {
	display:     inline-block;
	float:       right;
	text-align:  right;
	font-size:   14pt;
	font-weight: normal;
	color:       #333;
}

.body-content {
	font-size:   14pt;
	font-color:  #333;
	margin-left: 30px;
}

.body-content li {
	padding-bottom: 4px;
	line-height: 120%;
}

textarea.content-edit {
	width:   100%;
	height:  100%;
	padding: 4px;
	border:  none;
	border-radius: 6px;
	font-family:   inherit;
	font-size:     inherit;
	font-weight:   inherit;
	background-color: rgba(255, 255, 255, .3);
}

textarea.content-edit:focus {
	-webkit-box-shadow: inset 4px 4px 4px 4px rgba(0,0,0,0.1); 
	        box-shadow: inset 4px 4px 4px 4px rgba(0,0,0,0.1);
}

.edit-link {
	cursor: pointer;
}

.para {
	padding-top: 6px;
}