.is-expertise-box
{
	max-width: 600px;
}
.is-expertise-box.is-inline .is-heading
{
	font-family: my-new-regular-italic-font, sans-serif;
	padding: 10px 0 0 0;
}
.is-expertise-box .is-expertise-table
{
	width: 100%;
}
.is-expertise-box .is-capital-cell
{
	padding: 20px 0 0 0;
}
.is-expertise-box.is-inline .is-capital-cell
{
	padding: 5px 0 0 0;
}
.is-expertise-box .is-before-line-cell
{
	padding: 7px 0 0 0;
}
.is-expertise-box .is-line-cell
{
	border-bottom: 1px solid silver;
}
.is-expertise-box .is-between-line-cell
{
	padding: 3px 0 0 0;
}
.is-expertise-box .is-after-line-cell
{
	padding: 4px 0 0 0;
}
.is-expertise-box.is-inline .is-after-line-cell
{
	padding: 8px 0 0 0;
}
.is-expertise-box .is-pedestal-cell
{
	padding: 7px 0 0 0;
}
.is-expertise-box .is-left-cell
{
}
.is-expertise-box .is-right-cell
{
	text-align: right;
	width: 30%;
}
.is-expertise-box .is-taxrate
{
	text-align: right;
	width: 50%;
	max-width: 100px;
}
.is-expertise-box .is-display-text
{
	padding: 15px 0 12px 0;
}
.is-expertise-box.is-inline .is-display-text
{
	padding: 0px 0 0px 0;
}
.is-expertise-box .is-sum
{
	font-family: my-new-bold-font, sans-serif;
}



.is-redesigned .is-expertise-box
{
	font-family: my-new-regular-font, sans-serif;
	font-size: 14px;
}
.is-redesigned .is-expertise-box.is-inline .is-heading
{
	font-family: my-new-regular-italic-font, sans-serif;
	/*font-size: 14px;*/
}
.is-redesigned .is-expertise-box .is-display-text
{
	padding: 0 0 0 0;
}
.is-redesigned .is-expertise-box .is-sum
{
	font-family: my-new-bold-font, sans-serif;
	font-size: 14px;
	padding: 10px 0 0 0;
}
