/*
 * ProTip ShortCode Style
*/
.proTipWrap {
	font-style: italic;
	padding: 15px;
	background: #f1f6ff;
	word-spacing: 3px;
    box-shadow: 0px 4px 10px rgba(0,0,0, 0.1);
}
.proTipWrap .initial {
	font-weight: bold;
	font-style: normal;
}