.effectiveness {
	margin-bottom: 1rem !important;
}

.indent1P {
  text-indent: -2em !important;
  padding-left: 2em !important;
}

.multicolumnbox-2 {
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
   column-width: 150px auto;
}

.multicolumnbox-2 ul li {
	line-height: 1.4 !important;
}

p + p.indent {
	margin-top: 1rem !important;
}

@media screen and (max-width:46em) {
	.multicolumnbox-2 {
	   -moz-column-count: 1;
	   -webkit-column-count: 1;
	   column-count: 1;
	}
}

@media screen and (min-width: 46.0625em) {
	.system-diagram {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

}


table .text-nowrap {
   white-space: nowrap;
}
table.text-nowrap span {
   font-weight: normal;
}


/*
.total-compensation-table table tr th,
.total-compensation-table table tr td {
   white-space: nowrap;
}
*/
.total-compensation-table table {
   table-layout: fixed;
}

.mod-list-custom {
	margin-left: 2rem;
}
.mod-list-custom li {
	text-indent: -0.75em !important;
	padding-left: 1em !important;
}

.mod-ul-custom li::before {
  content: " - " !important;
}

.outsider-officer-table span.name-custom {
	display: block;
	margin-top: 1rem;
}


