<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* stylesheet for demo and examples */

.content{
	overflow: auto;
	position: relative;
	/*padding: 20px;*/
	padding-left:20px;
	/*background: #333;*/
	/*margin: 10px;*/
	margin-top:10px;
	/*width: 740px;*/
	/*max-width: 97%;*/
	height: 500px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content   p
{
   text-align:left;
   padding-left:12px;
   font-size:14px;
}

.content p:first-child
{
  padding-top:15px;
}
.content p:last-child
{
  padding-bottom:15px;
}


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