#tradelaw-table > dl > dt{
	width: 20%;
}

#tradelaw-table > dl > dd{
	width: 80%;
}

#tradelaw-table p:not(:last-child)
{
	margin-bottom: 10px;
}

#fee-list
{
	counter-reset: item;
}

#fee-list li
{
	position: relative;
	padding-left: 20px;
}

#fee-list li:not(:last-child)
{
	margin-bottom: 5px;
}

#fee-list li:before
{
	counter-increment: item;
	content: counter( item ) '.';
	
	position: absolute;
	left: 0;
	
	margin-right: 5px;
	color: #602020;
	font-weight: bold;
}

#tradelaw-table dd > dl:not(:first-child)
{
	margin-top: 15px;
}

#tradelaw-table dd > dl:not(:last-child)
{
	margin-bottom: 10px;
}

#tradelaw-table dd > dl dt
{
	font-weight: bold;
	color: #B02020;
	
	margin-bottom: 5px;
}

#tradelaw-table dd > dl dd
{
	padding-left: 5px;
	line-height: 1.8em;
}

#tradelaw-table .note
{
	color: #802020;
}
