#cn-tile .cn-left {
	float: left;
}

#cn-tile .cn-right {
	text-align: right;
}


#cn-tile .cn-entry-content-block-list {
	clear: both;
	margin: 12px 0;
}

#cn-tile .cn-image-style {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* W3C */
	border: 1px solid #E3E3E3;
	padding: 5px;
}

#cn-tile .cn-image-style p {
	color: #AAAAAA;
	font-weight: bold;
	margin: 4px;
	text-align: center;
	text-shadow: 0px 1px 0px #E1E1E8;
}

#cn-tile .cn-entry .cn-label { font-weight: bold; }
#cn-tile .cn-entry .fn { display: block; font-size: 12px; font-weight: bold; line-height: 1.2em; margin-bottom: 2px; }

#cn-tile .cn-entry .phone-numbers { margin-bottom: 10px; }
#cn-tile .cn-entry .vevent abbr{border:0}
#cn-tile .cn-entry ul li { list-style-type: none; margin: 0; padding: 0; }
#cn-tile .cn-entry ul.cn-phone-number-block { margin: 0; padding: 0; }
#cn-tile .cn-entry .tel .value { display: block; }
#cn-tile .cn-entry ul.cn-website-block { margin: 0 0 8px; padding: 0; }
#cn-tile .cn-entry .email-address {
	display: block;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word; /* Non standard for webkit */
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
