<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* rt-dropcaps element-one */



.rt-dropcaps.element-one{

}



.rt-dropcaps.element-one &gt; .holder{

}



.rt-dropcaps.element-one[data-dropcaps-direction=left] &gt; .holder{

	text-align:left;

}



.rt-dropcaps.element-one[data-dropcaps-direction=center] &gt; .holder{

	text-align:center;

}



.rt-dropcaps.element-one[data-dropcaps-direction=right] &gt; .holder{

	text-align:right;

}



.rt-dropcaps.element-one &gt; .holder &gt; .rt-dropcap-letter{

	width:60px;

	height:60px;

	margin-top:8px;

	border:1px solid;

	text-align:center;

	font-size:30px;

	line-height:54px;

}



.rt-dropcaps.element-one[data-dropcaps-direction=left] &gt; .holder &gt; .rt-dropcap-letter{

	float:left;

	margin-right:15px;

	margin-bottom:7px;

}



.rt-dropcaps.element-one[data-dropcaps-direction=center] &gt; .holder &gt; .rt-dropcap-letter{

	margin-bottom:15px;

}



.rt-dropcaps.element-one[data-dropcaps-direction=right] &gt; .holder &gt; .rt-dropcap-letter{

	float:right;

	margin-left:15px;

	margin-bottom:7px;

}</pre></body></html>