.tcsdl{
	padding:15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:10px 0 30px 0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-size:13px !important;
	font-weight:bold !important;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, .25);
}

.tcsdl .tcsdl-message{
	margin:0 0 18px 0;
	font-size:13px !important;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.tcsdl.grey{
	background:#f0f0f0 !important;
	border:1px solid #CBCECF !important;
	color:#444444 !important;
} .tcsdl.grey .tcsdl-message{
	color:#444444 !important;
}

.tcsdl.blue{
	background:#E0E7EF !important;
	border:1px solid #B3C3EF !important;
	color:#444444 !important;
} .tcsdl.blue .tcsdl-message{
	color:#444444 !important;
}

.tcsdl.red{
	background:#e24d4d !important;
	border:1px solid #cd3737 !important;
	color:#ffffff !important;
} .tcsdl.red .tcsdl-message{
	color:#ffffff !important;
}

.tcsdl.green{
	background:#dffaaf !important;
	border:1px solid #bee37e !important;
	color:#444444 !important;
} .tcsdl.green .tcsdl-message{
	color:#444444 !important;
}

.tcsdl.orange{
	background:#ffd5c0 !important;
	border:1px solid #ff6d26 !important;
	color:#444444 !important;
} .tcsdl.orange .tcsdl-message{
	color:#444444 !important;
}

.tcsdl-like{
	float:left;
}

.tcsdl .twitter-follow-button{
	margin:0 25px 0 0;
}