/* -----[ 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;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}

/* === [ Left Hand Container ] === */
	#cLS .CustomCode {
	}

/* === [ Right Hand Container ] === */
	#cRS .CustomCode {
	}
	
	#cPC .CustomCode .addthis_toolbox addthis_default_style, #cPC .CustomCode .at300b, #cPC .CustomCode .twitter-share-button twitter-count-horizontal  {
		float: left;
		width: auto;
		display: inline;
		clear: none;
	}
	#cPC .CustomCode .at300b,
	#cPC .CustomCode .twitter-share-button twitter-count-horizontal  {
		margin: 0 0 10px 5px;
	}
	div.atclear {
    display:none;
}


