<style type="text/css">
	h4
	{
		white-space: nowrap;
		border-bottom: 0px;
		margin: 10px 5px 5px 5px;
	}
	.tr
	{
		border: 0px;
		text-align: left;
	}
	.vpn-output
	{
		box-shadow: none;
		margin: 10px 5px 5px 5px;
		color: #a22;
	}
	textarea
	{
		border: 1px solid #cccccc;
		padding: 5px;
		font-size: 12px;
		font-family: monospace;
		resize: none;
		white-space: pre;
		overflow-wrap: normal;
		overflow-x: scroll;
	}
	a
	{
		line-height: 1.5;
	}
	hr
	{
		margin: 0.5em 0;
	}
</style>