/* -----[ CUSTOM CODE ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.CustomCode {
		position: relative;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}

	#cFR .CustomCode {
		color: #66ccff;
		font-weight: bold;
		line-height: 1.9em;
	}
	#cFR .CustomCode .header {
		color: #66ccff;
		margin-bottom: 1em;
		font-size: 18px;
		line-height: 1.1em;
		border-bottom-style: none;
		text-transform: capitalize;
		font-weight: normal;
	}
	#cFR .CustomCode .value {
		color: #fff;
		display: inline;
		font-weight: normal;
	}

