/**
 * Screets Chat 
 * Default Stylesheet
 * 
 */
	


/**
 * Helpers
 */
	.img-circle {
	  -webkit-border-radius: 500px;
		 -moz-border-radius: 500px;
			  border-radius: 500px;
	}

	.clearfix { *zoom: 1; }
	.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; 	}
	.clearfix:after { clear: both; }