#customize-control-premier_global_favicon .customize-control-title:after,
#customize-control-premier_global_apple_icon .customize-control-title:after,
#customize-control-copyright_text_control .customize-control-title:after,
#customize-control-premier_retina_logo .customize-control-title:after
{
    clear: both;
	font-size:12px;
	font-style:italic;
	display:block;
	color:#888;
}
#customize-control-copyright_text_control .customize-control-title:after{
    content:"Simple HTML is allowed <a>, <strong>";
}
#customize-control-premier_global_favicon .customize-control-title:after{
	content:"Suggested dimensions 16x16, 32x32 or 48x48 pixels. .ico or .png format";
}
#customize-control-premier_global_apple_icon .customize-control-title:after{
	content:"Suggested dimensions 180x180 or 192x192 pixels. .png format";
}
#customize-control-premier_retina_logo .customize-control-title:after{
	content:"Note: Double the dimensions of the regular logo, name the file as your regular logo file and then just put @2x at the end of the name. For example logo@2x.png";
}