#SplitContent {
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.5vw;
	margin: 2.5%;
	overflow: auto;
	height: auto;
}

#RightTextContentTitle {
	background-color: rgba(255, 255, 255, 1);
	padding: 0vw 0vw 0vw 2vw;
	overflow: auto;
	height: auto;
	text-align: left;
}

#TransparentSpacer {
	width: 100%;
	min-height: 10%;
}

#LeftTextContainer {
	width: 100%;
	height: auto;
	float: left;
}

#RightTextContainer {
	width: 100%;
	height: auto;
	float: right;
}

#LeftTextContent {
	text-align: right;
	line-height: 1.8;
	margin: 2.5%;
}
#RightTextContent {
	text-align: left;
	line-height: 1.8;
	margin: 2.5%;
}