/* CSS Document */
/*=============================*/
/*Summit Container Styles */
/*=============================*/

/* Styles the container with normal text, large white heading and transparent background */
.plainContainerWrapper {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.borderContainerWrapper {
	width: 98%;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.containerTitle {
	width: 100%;
	margin-bottom: 10px;
}
.plainTextContainer {
	width: 100%;
}